mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/python-xcffib to 0.10.0-1
This commit is contained in:
parent
49fb62395e
commit
cd7decf2a8
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +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=0.9.0
|
pkgver=0.10.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
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"
|
||||||
|
@ -16,7 +16,7 @@ makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb')
|
||||||
checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes')
|
checkdepends=('python-nose' '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=('e5891f080fcf1df596c37bb64a70e0de4a41d83b4675dac3b1c128656ab1b09d865e3ab0bfe0e5cc523e89a75dc6127dfc455ab66ca543ba6eeae9ee5bdae168')
|
sha512sums=('2d0a6e7c6b8b43e82f1621a8408ba951e67239099bc947a6da62a6735ff6584ba422e55659969093d51f6de53fe4a400b330def1e6b9eb2c698d82ffc9ff81e4')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
touch xcffib-$pkgver/test/__init__.py
|
touch xcffib-$pkgver/test/__init__.py
|
||||||
|
|
Loading…
Reference in a new issue