parent
ca825e6daa
commit
b806304eec
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-xlib'
|
||||
pkgname=python-xlib
|
||||
version=0.21
|
||||
version=0.22
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
|
@ -9,10 +9,10 @@ depends="python-six"
|
|||
pycompile_module="Xlib"
|
||||
short_desc="Fully functional X client library for Python2"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/python-xlib/python-xlib"
|
||||
distfiles="${homepage}/releases/download/${version}/python-xlib-${version}.tar.bz2"
|
||||
checksum=25aad0056172920552c01a163e979b02336abaf47b0792dae9c93ecb29500431
|
||||
checksum=42dece002a6d6b5f864c11e65decdf1e78f498023551bab45c1cb133bb65cfc1
|
||||
|
||||
pre_build() {
|
||||
sed -i '/setup_requires/d' setup.py
|
||||
|
|
Loading…
Reference in New Issue