39 lines
1004 B
Bash
39 lines
1004 B
Bash
# Template file for 'python-pyasn1'
|
|
pkgname=python-pyasn1
|
|
version=0.3.3
|
|
revision=2
|
|
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="http://pyasn1.sourceforge.net/"
|
|
license="2-clause-BSD"
|
|
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
|
|
checksum=01c20ade412088b42dcd5f0fef6149f6b7377297c5c5f222bb5ef0331ee3517c
|
|
|
|
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}"
|
|
}
|