python-gntp: fix cross builds; fix description.
This commit is contained in:
parent
191b00ab3e
commit
5f36f28722
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
pkgname="python-gntp"
|
||||
version=1.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="gntp-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
makedepends="python-devel python3.4-devel"
|
||||
hostmakedepends="python-devel python3.4-devel"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="python"
|
||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
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"
|
||||
checksum=c767142d0fd9540da84b34c7334da05f5c313e77a428be0e0412e62309c7d899
|
||||
|
||||
|
||||
python3.4-gntp_package() {
|
||||
short_desc="${short_desc//Python/Python3.4/}"
|
||||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue