mid-kid
7 years ago
7 changed files with 44 additions and 24 deletions
@ -0,0 +1,15 @@ |
|||
import 'compile/python' |
|||
|
|||
name=PySocks |
|||
version=1.6.8 |
|||
update_url="https://github.com/Anorov/$name/releases" |
|||
update_names="/archive/$version.tar.gz" |
|||
|
|||
dlextract "https://github.com/Anorov/$name/archive/$version/$name-$version.tar.gz" \ |
|||
'ec13b71d9fe06433ae7fa7a96da71822' |
|||
_ |
|||
|
|||
cd "$name-$version" |
|||
compile_python 3 |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -0,0 +1,15 @@ |
|||
import 'compile/python' |
|||
|
|||
name=websocket-client |
|||
version=0.46.0 |
|||
update_url="https://github.com/$name/$name/releases" |
|||
update_names="/archive/v$version.tar.gz" |
|||
|
|||
dlextract "https://github.com/$name/$name/archive/v$version/$name-$version.tar.gz" \ |
|||
'59af7779c3e8bf6653a2e159f58ee328' |
|||
_ |
|||
|
|||
cd "$name-$version" |
|||
compile_python 3 |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
Loading…
Reference in new issue