python-xlib: update to 0.25.
This commit is contained in:
parent
50423557a7
commit
5dd5af0029
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'python-xlib'
|
# Template file for 'python-xlib'
|
||||||
pkgname=python-xlib
|
pkgname=python-xlib
|
||||||
version=0.23
|
version=0.25
|
||||||
revision=1
|
revision=1
|
||||||
|
archs=noarch
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="Xlib"
|
pycompile_module="Xlib"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -11,8 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/python-xlib/python-xlib"
|
homepage="https://github.com/python-xlib/python-xlib"
|
||||||
distfiles="${homepage}/releases/download/${version}/python-xlib-${version}.tar.bz2"
|
distfiles="${homepage}/releases/download/${version}/python-xlib-${version}.tar.bz2"
|
||||||
checksum=c3deb8329038620d07b21be05673fa5a495dd8b04a2d9f4dca37a3811d192ae4
|
checksum=204f280b549352af6cbdaff43405186822ae05749518dd9be209bd88a0088f99
|
||||||
archs=noarch
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/setup_requires/d' setup.py
|
sed -i '/setup_requires/d' setup.py
|
||||||
|
|
Loading…
Reference in a new issue