2014-07-02 10:13:36 +00:00
|
|
|
pkgname="python-gntp"
|
|
|
|
version=1.0.2
|
2014-07-02 11:19:05 +00:00
|
|
|
revision=2
|
2014-07-02 10:13:36 +00:00
|
|
|
wrksrc="gntp-${version}"
|
|
|
|
build_style=python-module
|
|
|
|
python_versions="2.7 3.4"
|
2014-07-02 11:19:05 +00:00
|
|
|
hostmakedepends="python-devel python3.4-devel"
|
|
|
|
makedepends="${hostmakedepends}"
|
2014-07-02 10:13:36 +00:00
|
|
|
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() {
|
2014-07-02 11:19:05 +00:00
|
|
|
short_desc="${short_desc//Python/Python3.4/}"
|
2014-07-02 10:13:36 +00:00
|
|
|
depends="python3.4"
|
|
|
|
pycompile_version="3.4"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/python3.4
|
|
|
|
}
|
|
|
|
}
|