python-xlib: libressl builddep not needed; noarch=yes; fix pycompile_module
This commit is contained in:
parent
37f46ee54c
commit
43fa0dd71f
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'python-xlib'
|
||||
pkgname=python-xlib
|
||||
version=0.14
|
||||
revision=3
|
||||
revision=4
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel libressl-devel"
|
||||
pycompile_module="xlib"
|
||||
depends="python"
|
||||
pycompile_module="Xlib"
|
||||
short_desc="A fully functional X client library for Python programs"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="GPL"
|
||||
license="GPL-2"
|
||||
homepage="http://python-xlib.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=4771b0b6a605e0197ece5432fa601c61df724b32544239f463a867200f2160eb
|
||||
|
|
Loading…
Reference in a new issue