void-packages/srcpkgs/python-pyasn1/template
2017-10-15 18:07:17 +02:00

39 lines
1,007 B
Bash

# Template file for 'python-pyasn1'
pkgname=python-pyasn1
version=0.3.7
revision=1
noarch=yes
wrksrc="pyasn1-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
pycompile_module="pyasn1"
short_desc="ASN.1 library for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/etingof/pyasn1"
license="2-clause-BSD"
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
checksum=187f2a66d617683f8e82d5c00033b7c8a0287e1da88a9d577aebec321cad4965
post_install() {
vlicense LICENSE.rst LICENSE
}
python3-pyasn1_package() {
noarch=yes
depends="python3"
pycompile_module="pyasn1"
replaces="python3.4-pyasn1>=0"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.rst LICENSE
}
}
python3.4-pyasn1_package() {
noarch=yes
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-pyasn1>=${version}_${revision}"
}