From e764aef5f734ccf55a23c27899e9a167c41708f1 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Sun, 10 Jan 2016 17:27:25 -0500 Subject: [PATCH] New package: python-pyasn1-modules-0.0.8 --- srcpkgs/python-pyasn1-modules/template | 33 ++++++++++++++++++++++++++ srcpkgs/python3.4-pyasn1-modules | 1 + 2 files changed, 34 insertions(+) create mode 100644 srcpkgs/python-pyasn1-modules/template create mode 120000 srcpkgs/python3.4-pyasn1-modules diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template new file mode 100644 index 00000000000..41a67794f5c --- /dev/null +++ b/srcpkgs/python-pyasn1-modules/template @@ -0,0 +1,33 @@ +# Template file for 'python-pyasn1-modules' +pkgname=python-pyasn1-modules +version=0.0.8 +revision=1 +noarch=yes +wrksrc="${pkgname#*-}-${version}" +build_style=python-module +python_versions="2.7 3.4" +pycompile_module="pyasn1_modules" +hostmakedepends="python-setuptools python3.4-setuptools" +depends="python-pyasn1" +short_desc="A collection of ASN.1-based protocols modules (Python2)" +maintainer="Peter Bui " +license="2-clause-BSD" +homepage="https://pypi.python.org/pypi/pyasn1-modules" +distfiles="${PYPI_SITE}/p/pyasn1-modules/pyasn1-modules-${version}.tar.gz" +checksum=10561934f1829bcc455c7ecdcdacdb4be5ffd3696f26f468eb6eb41e107f3837 + +post_install() { + vlicense LICENSE.txt LICENSE +} + +python3.4-pyasn1-modules_package() { + noarch=yes + depends="python3.4-pyasn1" + pycompile_version="3.4" + pycompile_module="pyasn1_modules" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 + vlicense LICENSE.txt LICENSE + } +} diff --git a/srcpkgs/python3.4-pyasn1-modules b/srcpkgs/python3.4-pyasn1-modules new file mode 120000 index 00000000000..582f164b8af --- /dev/null +++ b/srcpkgs/python3.4-pyasn1-modules @@ -0,0 +1 @@ +python-pyasn1-modules \ No newline at end of file