extra/python-xcffib to 1.5.0-1

This commit is contained in:
Kevin Mihelich 2024-05-11 00:16:45 +00:00
parent 070f50f641
commit 17a1168ac1
2 changed files with 7 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = python-xcffib
pkgdesc = Python3 drop in replacement for xpyb, an XCB python binding
pkgver = 1.4.0
pkgrel = 2
pkgver = 1.5.0
pkgrel = 1
url = https://pypi.python.org/pypi/xcffib
arch = any
license = Apache
@ -13,7 +13,7 @@ pkgbase = python-xcffib
makedepends = haskell-xcffib
depends = python-cffi
depends = libxcb
source = git+https://github.com/tych0/xcffib.git#commit=517169a2fb6dcc127059f581d3890e0861e2e950
sha512sums = SKIP
source = git+https://github.com/tych0/xcffib.git#tag=v1.5.0
sha512sums = 9173252f126610b39a683f8d79a78cbe160980b686bfa3b0d0538e0c07048db273a4fa9e206b3d01df202511b54d34b9050dc68e1e333f52d1c6a9651d7af1ba
pkgname = python-xcffib

View file

@ -5,9 +5,8 @@
# - remove haskell-xcffib dependency by using the pypi release instead
pkgname=python-xcffib
pkgver=1.4.0
_commit=517169a2fb6dcc127059f581d3890e0861e2e950
pkgrel=2
pkgver=1.5.0
pkgrel=1
pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
arch=('any')
url="https://pypi.python.org/pypi/xcffib"
@ -17,7 +16,7 @@ makedepends=('python-setuptools')
checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-xeyes')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha512sums=('7012833f2877edea92cdc15030543883e2a848264c034a81222626ad48a69fcdac8a88cec2e07e61a80102640baa7fbdf29bbf25e08e59fc896aada08533bb77')
sha512sums=('aaa426b57d0d8dc45cb6a2036c862af6308fb5781667b8dba3f5ff399fe5e15912860d0bb696ac09f1efd4ffbbdaf7f555ef76039bd660f36f5c6179535b654f')
prepare() {
touch xcffib-$pkgver/test/__init__.py