# HG changeset patch # User Pascal Bellard # Date 1566063262 -7200 # Node ID bcd951d4a0a122bafb6b3687b65acddbb13a1c2b # Parent 74f2b86be90c84f7ea8ed63a73e953c72ec93a7d Add python-asn1crypto diff -r 74f2b86be90c -r bcd951d4a0a1 python-asn1crypto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-asn1crypto/receipt Sat Aug 17 19:34:22 2019 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="python-asn1crypto" +VERSION="0.24.0" +CATEGORY="development" +SHORT_DESC="Python ASN.1 library with a focus on performance and a pythonic API" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" +WEB_SITE="https://github.com/wbond/asn1crypto" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/wbond/asn1crypto/archive/$VERSION.tar.gz" + +DEPENDS="python" +BUILD_DEPENDS="python-setuptools" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --prefix=/usr --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs/ +} diff -r 74f2b86be90c -r bcd951d4a0a1 python-cryptography/receipt --- a/python-cryptography/receipt Sat Aug 17 19:18:13 2019 +0200 +++ b/python-cryptography/receipt Sat Aug 17 19:34:22 2019 +0200 @@ -10,7 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/pyca/cryptography/archive/$VERSION.tar.gz" -DEPENDS="python python-six python-enum34" +DEPENDS="python python-six python-enum34 python-asn1crypto" BUILD_DEPENDS="python-setuptools openssl-dev python-dev python-cffi \ python-cparser" #BUILD_DEPENDS="python"