diff --git a/satellites/firmtool.sat b/satellites/firmtool.sat new file mode 100644 index 0000000..7829f9e --- /dev/null +++ b/satellites/firmtool.sat @@ -0,0 +1,15 @@ +import 'compile/python' + +name=firmtool +version=1.0 +update_url="https://github.com/TuxSH/firmtool/releases" +update_names="/archive/v$version.tar.gz" + +dlextract "https://github.com/TuxSH/$name/archive/v$version/$name-$version.tar.gz" \ + '4e7b752b2631b1247747dc3c0ba5d344' +header_end + +cd "$name-$version" +compile_python 3 + +# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: diff --git a/satellites/python3-asn1crypto.sat b/satellites/python3-asn1crypto.sat new file mode 100644 index 0000000..3307eda --- /dev/null +++ b/satellites/python3-asn1crypto.sat @@ -0,0 +1,15 @@ +import 'compile/python' + +name=asn1crypto +version=0.22.0 +update_url="https://github.com/wbond/$name/releases" +update_names="/archive/$version.tar.gz" + +dlextract "https://github.com/wbond/$name/archive/$version/$name-$version.tar.gz" \ + '583cd7106c5137a208bd14f876ed2001' +header_end + +cd "$name-$version" +compile_python 3 + +# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: diff --git a/satellites/python3-cffi.sat b/satellites/python3-cffi.sat new file mode 100644 index 0000000..5175306 --- /dev/null +++ b/satellites/python3-cffi.sat @@ -0,0 +1,14 @@ +import 'compile/python' + +name=cffi +version=1.10.0 +update_url="https://pypi.python.org/pypi/$name" + +dlextract "https://pypi.python.org/packages/5b/b9/790f8eafcdab455bcd3bd908161f802c9ce5adbf702a83aa7712fcc345b7/$name-$version.tar.gz" \ + '2b5fa41182ed0edaf929a789e602a070' +header_end + +cd "$name-$version" +compile_python 3 + +# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: diff --git a/satellites/python3-cryptography.sat b/satellites/python3-cryptography.sat new file mode 100644 index 0000000..816f318 --- /dev/null +++ b/satellites/python3-cryptography.sat @@ -0,0 +1,15 @@ +import 'compile/python' + +name=cryptography +version=1.8.1 +update_url="https://github.com/pyca/$name/releases" +update_names="/archive/$version.tar.gz" + +dlextract "https://github.com/pyca/$name/archive/$version/$name-$version.tar.gz" \ + '882fb9351808d6d961127561acc7c0e5' +header_end + +cd "$name-$version" +compile_python 3 + +# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: diff --git a/satellites/python3-idna.sat b/satellites/python3-idna.sat new file mode 100644 index 0000000..d165056 --- /dev/null +++ b/satellites/python3-idna.sat @@ -0,0 +1,15 @@ +import 'compile/python' + +name=idna +version=2.5 +update_url="https://github.com/kjd/$name/releases" +update_names="/archive/v$version.tar.gz" + +dlextract "https://github.com/kjd/$name/archive/v$version/$name-$version.tar.gz" \ + 'f31cd2faf6954e13978f1d802a9dc9b6' +header_end + +cd "$name-$version" +compile_python 3 + +# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: