diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template new file mode 100644 index 0000000000..5949d21c1d --- /dev/null +++ b/srcpkgs/python-pyasn1/template @@ -0,0 +1,28 @@ +# 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 " +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 + } +} diff --git a/srcpkgs/python3.4-pyasn1 b/srcpkgs/python3.4-pyasn1 new file mode 120000 index 0000000000..4e59654855 --- /dev/null +++ b/srcpkgs/python3.4-pyasn1 @@ -0,0 +1 @@ +python-pyasn1 \ No newline at end of file