python-xlib: update to 0.19
This commit is contained in:
parent
42882d6c5e
commit
6c3a0b6745
2 changed files with 21 additions and 9 deletions
|
@ -1,15 +1,26 @@
|
||||||
# Template file for 'python-xlib'
|
# Template file for 'python-xlib'
|
||||||
pkgname=python-xlib
|
pkgname=python-xlib
|
||||||
version=0.14
|
version=0.19
|
||||||
revision=4
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="Xlib"
|
pycompile_module="Xlib"
|
||||||
short_desc="A fully functional X client library for Python programs"
|
short_desc="XLib in pure Python (Py2/Py3 compatible)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="LGPL-2.1"
|
||||||
homepage="http://python-xlib.sourceforge.net/"
|
homepage="https://github.com/python-xlib/python-xlib"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=4771b0b6a605e0197ece5432fa601c61df724b32544239f463a867200f2160eb
|
checksum=39302be45204d36fb0b289c87cdabf2d6d40e50673199cb72f4b1ded6703c5c7
|
||||||
|
|
||||||
|
python3-xlib_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3"
|
||||||
|
pycompile_module="Xlib"
|
||||||
|
replaces="python3.4-xlib>=0"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3-xlib
Symbolic link
1
srcpkgs/python3-xlib
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-xlib
|
Loading…
Add table
Add a link
Reference in a new issue