New package: python-asn1crypto-0.21.1
This commit is contained in:
parent
60896a8d86
commit
84d47022b2
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'python-asn1crypto'
|
||||
pkgname=python-asn1crypto
|
||||
version=0.21.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="asn1crypto-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="asn1crypto"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 ASN.1 library with a focus on performance and a pythonic API"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/wbond/asn1crypto"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/a/asn1crypto/asn1crypto-${version}.tar.gz"
|
||||
checksum=4e6d7b22814d680114a439faafeccb9402a78095fb23bf0b25f9404c6938a017
|
||||
|
||||
python3-asn1crypto_package() {
|
||||
noarch=yes
|
||||
depends="python3"
|
||||
pycompile_module="asn1crypto"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
python-asn1crypto
|
Loading…
Reference in New Issue