From 927e0e2dc6a0641b6015c93ceab36ea0c36fbf52 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Wed, 2 Jul 2014 12:13:36 +0200 Subject: [PATCH] New package: python-gntp --- srcpkgs/python-gntp/template | 23 +++++++++++++++++++++++ srcpkgs/python3.4-gntp | 1 + 2 files changed, 24 insertions(+) create mode 100644 srcpkgs/python-gntp/template create mode 120000 srcpkgs/python3.4-gntp diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template new file mode 100644 index 00000000000..5477106f43e --- /dev/null +++ b/srcpkgs/python-gntp/template @@ -0,0 +1,23 @@ +pkgname="python-gntp" +version=1.0.2 +revision=1 +wrksrc="gntp-${version}" +build_style=python-module +python_versions="2.7 3.4" +makedepends="python-devel python3.4-devel" +depends="python" +maintainer="Dominik Honnef " +license="MIT" +homepage="https://github.com/kfdm/gntp" +short_desc="A Python library for working with the Growl Notification Transport Protocol" +distfiles="https://github.com/kfdm/gntp/archive/v1.0.2.tar.gz" +checksum=c767142d0fd9540da84b34c7334da05f5c313e77a428be0e0412e62309c7d899 + + +python3.4-gntp_package() { + depends="python3.4" + pycompile_version="3.4" + pkg_install() { + vmove usr/lib/python3.4 + } +} diff --git a/srcpkgs/python3.4-gntp b/srcpkgs/python3.4-gntp new file mode 120000 index 00000000000..34e4aaa0fa9 --- /dev/null +++ b/srcpkgs/python3.4-gntp @@ -0,0 +1 @@ +python-gntp \ No newline at end of file