extra/python-xcffib to 1.3.0-1

This commit is contained in:
Kevin Mihelich 2023-10-03 18:44:51 +00:00
parent fded6a4e24
commit 29cab37824
2 changed files with 22 additions and 2 deletions

View file

@ -0,0 +1,19 @@
pkgbase = python-xcffib
pkgdesc = Python3 drop in replacement for xpyb, an XCB python binding
pkgver = 1.3.0
pkgrel = 1
url = https://pypi.python.org/pypi/xcffib
arch = any
license = Apache
checkdepends = python-pytest
checkdepends = xorg-server-xvfb
checkdepends = xorg-xeyes
makedepends = git
makedepends = python-setuptools
makedepends = haskell-xcffib
depends = python-cffi
depends = libxcb
source = git+https://github.com/tych0/xcffib.git#commit=76b0c03597ee59fd4109a671d8c536842f904b4c
sha512sums = SKIP
pkgname = python-xcffib

View file

@ -5,8 +5,9 @@
# - remove haskell-xcffib dependency by using the pypi release instead
pkgname=python-xcffib
pkgver=1.2.0
pkgrel=2
pkgver=1.3.0
_commit=76b0c03597ee59fd4109a671d8c536842f904b4c
pkgrel=1
pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
arch=('any')
url="https://pypi.python.org/pypi/xcffib"