wok-6.x rev 21812
Add python-asn1crypto
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 17 19:34:22 2019 +0200 (2019-08-17) |
parents | 74f2b86be90c |
children | 83f40279739b |
files | python-asn1crypto/receipt python-cryptography/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-asn1crypto/receipt Sat Aug 17 19:34:22 2019 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-asn1crypto" 1.7 +VERSION="0.24.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Python ASN.1 library with a focus on performance and a pythonic API" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="https://github.com/wbond/asn1crypto" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/wbond/asn1crypto/archive/$VERSION.tar.gz" 1.15 + 1.16 +DEPENDS="python" 1.17 +BUILD_DEPENDS="python-setuptools" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + python setup.py install --prefix=/usr --root=$DESTDIR 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + cp -a $install/usr $fs/ 1.29 +}
2.1 --- a/python-cryptography/receipt Sat Aug 17 19:18:13 2019 +0200 2.2 +++ b/python-cryptography/receipt Sat Aug 17 19:34:22 2019 +0200 2.3 @@ -10,7 +10,7 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.5 WGET_URL="https://github.com/pyca/cryptography/archive/$VERSION.tar.gz" 2.6 2.7 -DEPENDS="python python-six python-enum34" 2.8 +DEPENDS="python python-six python-enum34 python-asn1crypto" 2.9 BUILD_DEPENDS="python-setuptools openssl-dev python-dev python-cffi \ 2.10 python-cparser" 2.11 #BUILD_DEPENDS="python"