wok view py3k-asn1crypto/receipt @ rev 25480

created recipe for py3k-asn1crypto
author Hans-G?nter Theisgen
date Mon Oct 17 07:37:41 2022 +0100 (18 months ago)
parents
children 54d60b77baf4
line source
1 # SliTaz package receipt.
3 PACKAGE="py3k-asn1crypto"
4 VERSION="1.5.1"
5 CATEGORY="development"
6 SHORT_DESC="Python ASN.1 library with a focus on performance and a pythonic API."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/wbond/asn1crypto"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/wbond/asn1crypto/archive/$VERSION.tar.gz"
13 DEPENDS="py3k"
14 BUILD_DEPENDS="py3k-setuptools_scm"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python3 setup.py install --prefix=/usr --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs/
26 }