From 30fb52b728cea042342ddbcf90f0e7ddddbac213 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 10 Apr 2016 20:11:18 +0200 Subject: [PATCH] New package: python-attrs-15.2.0 --- srcpkgs/python-attrs/template | 26 ++++++++++++++++++++++++++ srcpkgs/python3.4-attrs | 1 + 2 files changed, 27 insertions(+) create mode 100644 srcpkgs/python-attrs/template create mode 120000 srcpkgs/python3.4-attrs diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template new file mode 100644 index 00000000000..c3b05d1dc6a --- /dev/null +++ b/srcpkgs/python-attrs/template @@ -0,0 +1,26 @@ +# Template file for 'python-attrs' +pkgname=python-attrs +version=15.2.0 +revision=1 +noarch==yes +wrksrc="attrs-${version}" +build_style=python-module +python_versions="2.7 3.4" +pycompile_module="attrs" +hostmakedepends="python-setuptools python3.4-setuptools" +short_desc="Python2 attributes without boilerplate." +maintainer="Michael Gehring " +license="MIT" +homepage="https://attrs.readthedocs.org/" +distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz" +checksum=9f895d2ecefa0be054e29375769f1d0ee88e93ce820088cf5c49390529bf7ee7 + +python3.4-attrs_package() { + noarch=yes + pycompile_version="3.4" + pycompile_module="attrs" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 + } +} diff --git a/srcpkgs/python3.4-attrs b/srcpkgs/python3.4-attrs new file mode 120000 index 00000000000..f6d04198f69 --- /dev/null +++ b/srcpkgs/python3.4-attrs @@ -0,0 +1 @@ +python-attrs \ No newline at end of file