New package: python-gntp

This commit is contained in:
Dominik Honnef 2014-07-02 12:13:36 +02:00
parent 8f7d448a62
commit 927e0e2dc6
2 changed files with 24 additions and 0 deletions

View file

@ -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 <dominik@honnef.co>"
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
}
}

1
srcpkgs/python3.4-gntp Symbolic link
View file

@ -0,0 +1 @@
python-gntp