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