void-packages/srcpkgs/python-pyasn1/template
2015-01-19 01:05:55 +01:00

29 lines
756 B
Bash

# Template file for 'python-pyasn1'
pkgname=python-pyasn1
version=0.1.7
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=e4f81d53c533f6bd9526b047f047f7b101c24ab17339c1a7ad8f98b25c101eab
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
}
}