From 02be7ccce0ecb9b4e58a45e65df74c26f6bd3d06 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 24 May 2015 01:10:00 +0200 Subject: [PATCH] New package: python-idna-2.0 --- srcpkgs/python-idna/template | 28 ++++++++++++++++++++++++++++ srcpkgs/python3.4-idna | 1 + 2 files changed, 29 insertions(+) create mode 100644 srcpkgs/python-idna/template create mode 120000 srcpkgs/python3.4-idna diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template new file mode 100644 index 00000000000..930dd1ddccb --- /dev/null +++ b/srcpkgs/python-idna/template @@ -0,0 +1,28 @@ +# Template file for 'python-idna' +pkgname=python-idna +version=2.0 +revision=1 +noarch=yes +wrksrc="idna-${version}" +build_style=python-module +python_versions="2.7 3.4" +hostmakedepends="python-setuptools python3.4-setuptools" +depends="python" +pycompile_module="idna" +short_desc="Internationalized Domain Names in Applications (IDNA) for Python2" +maintainer="Alessio Sergi " +homepage="https://github.com/kjd/idna" +license="BSD" +distfiles="${PYPI_SITE}/i/idna/idna-${version}.tar.gz" +checksum=16199aad938b290f5be1057c0e1efc6546229391c23cea61ca940c115f7d3d3b + +python3.4-idna_package() { + noarch=yes + depends="python3.4" + pycompile_version="3.4" + pycompile_module="idna" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 + } +} diff --git a/srcpkgs/python3.4-idna b/srcpkgs/python3.4-idna new file mode 120000 index 00000000000..a7670f27913 --- /dev/null +++ b/srcpkgs/python3.4-idna @@ -0,0 +1 @@ +python-idna \ No newline at end of file