void-packages/srcpkgs/python-pyasn1/template
2015-06-22 23:52:18 +02:00

29 lines
756 B
Bash

# Template file for 'python-pyasn1'
pkgname=python-pyasn1
version=0.1.8
revision=1
noarch=yes
wrksrc="pyasn1-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-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="BSD"
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
checksum=5d33be7ca0ec5997d76d29ea4c33b65c00c0231407fff975199d7f40530b8347
python3.4-pyasn1_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="pyasn1"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}