python-gntp: fix cross builds; fix description.

This commit is contained in:
Juan RP 2014-07-02 13:19:05 +02:00
parent 191b00ab3e
commit 5f36f28722

View file

@ -1,10 +1,11 @@
pkgname="python-gntp" pkgname="python-gntp"
version=1.0.2 version=1.0.2
revision=1 revision=2
wrksrc="gntp-${version}" wrksrc="gntp-${version}"
build_style=python-module build_style=python-module
python_versions="2.7 3.4" python_versions="2.7 3.4"
makedepends="python-devel python3.4-devel" hostmakedepends="python-devel python3.4-devel"
makedepends="${hostmakedepends}"
depends="python" depends="python"
maintainer="Dominik Honnef <dominik@honnef.co>" maintainer="Dominik Honnef <dominik@honnef.co>"
license="MIT" license="MIT"
@ -13,8 +14,8 @@ short_desc="A Python library for working with the Growl Notification Transport P
distfiles="https://github.com/kfdm/gntp/archive/v1.0.2.tar.gz" distfiles="https://github.com/kfdm/gntp/archive/v1.0.2.tar.gz"
checksum=c767142d0fd9540da84b34c7334da05f5c313e77a428be0e0412e62309c7d899 checksum=c767142d0fd9540da84b34c7334da05f5c313e77a428be0e0412e62309c7d899
python3.4-gntp_package() { python3.4-gntp_package() {
short_desc="${short_desc//Python/Python3.4/}"
depends="python3.4" depends="python3.4"
pycompile_version="3.4" pycompile_version="3.4"
pkg_install() { pkg_install() {