mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/python-xcffib to 1.5.0-1
This commit is contained in:
parent
070f50f641
commit
17a1168ac1
2 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = python-xcffib
|
pkgbase = python-xcffib
|
||||||
pkgdesc = Python3 drop in replacement for xpyb, an XCB python binding
|
pkgdesc = Python3 drop in replacement for xpyb, an XCB python binding
|
||||||
pkgver = 1.4.0
|
pkgver = 1.5.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://pypi.python.org/pypi/xcffib
|
url = https://pypi.python.org/pypi/xcffib
|
||||||
arch = any
|
arch = any
|
||||||
license = Apache
|
license = Apache
|
||||||
|
@ -13,7 +13,7 @@ pkgbase = python-xcffib
|
||||||
makedepends = haskell-xcffib
|
makedepends = haskell-xcffib
|
||||||
depends = python-cffi
|
depends = python-cffi
|
||||||
depends = libxcb
|
depends = libxcb
|
||||||
source = git+https://github.com/tych0/xcffib.git#commit=517169a2fb6dcc127059f581d3890e0861e2e950
|
source = git+https://github.com/tych0/xcffib.git#tag=v1.5.0
|
||||||
sha512sums = SKIP
|
sha512sums = 9173252f126610b39a683f8d79a78cbe160980b686bfa3b0d0538e0c07048db273a4fa9e206b3d01df202511b54d34b9050dc68e1e333f52d1c6a9651d7af1ba
|
||||||
|
|
||||||
pkgname = python-xcffib
|
pkgname = python-xcffib
|
||||||
|
|
|
@ -5,9 +5,8 @@
|
||||||
# - remove haskell-xcffib dependency by using the pypi release instead
|
# - remove haskell-xcffib dependency by using the pypi release instead
|
||||||
|
|
||||||
pkgname=python-xcffib
|
pkgname=python-xcffib
|
||||||
pkgver=1.4.0
|
pkgver=1.5.0
|
||||||
_commit=517169a2fb6dcc127059f581d3890e0861e2e950
|
pkgrel=1
|
||||||
pkgrel=2
|
|
||||||
pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
|
pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://pypi.python.org/pypi/xcffib"
|
url="https://pypi.python.org/pypi/xcffib"
|
||||||
|
@ -17,7 +16,7 @@ makedepends=('python-setuptools')
|
||||||
checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-xeyes')
|
checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-xeyes')
|
||||||
_name=${pkgname#python-}
|
_name=${pkgname#python-}
|
||||||
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
|
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
|
||||||
sha512sums=('7012833f2877edea92cdc15030543883e2a848264c034a81222626ad48a69fcdac8a88cec2e07e61a80102640baa7fbdf29bbf25e08e59fc896aada08533bb77')
|
sha512sums=('aaa426b57d0d8dc45cb6a2036c862af6308fb5781667b8dba3f5ff399fe5e15912860d0bb696ac09f1efd4ffbbdaf7f555ef76039bd660f36f5c6179535b654f')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
touch xcffib-$pkgver/test/__init__.py
|
touch xcffib-$pkgver/test/__init__.py
|
||||||
|
|
Loading…
Reference in a new issue