[arch-commits] Commit in python-xcffib/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Dec 15 17:36:41 UTC 2020


    Date: Tuesday, December 15, 2020 @ 17:36:40
  Author: felixonmars
Revision: 776009

archrelease: copy trunk to community-any

Added:
  python-xcffib/repos/community-any/PKGBUILD
    (from rev 776008, python-xcffib/trunk/PKGBUILD)
Deleted:
  python-xcffib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-15 17:36:27 UTC (rev 776008)
+++ PKGBUILD	2020-12-15 17:36:40 UTC (rev 776009)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Roger Duran <rogerduran at gmail.com>
-
-pkgname=python-xcffib
-pkgver=0.10.1
-pkgrel=3
-pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
-arch=('any')
-url="https://pypi.python.org/pypi/xcffib"
-license=('Apache')
-depends=('python-six' 'python-cffi' 'libxcb')
-makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb' 'haskell-xcffib')
-checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz")
-sha512sums=('62bf10d35b1afc42f91e4f404a2eba6355ca55567dc1a1e8f5dc5b49bec8e1713637ada1c299fab638df1f729085bba3c64a9868ad85486574fa4689745c9d04')
-
-build() {
-  cd "$srcdir"/xcffib-$pkgver
-  make xcffib GEN=xcffibgen CABAL=true
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/xcffib-$pkgver
-  xvfb-run nosetests3
-}
-
-package() {
-  cd xcffib-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-xcffib/repos/community-any/PKGBUILD (from rev 776008, python-xcffib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-15 17:36:40 UTC (rev 776009)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Roger Duran <rogerduran at gmail.com>
+
+pkgname=python-xcffib
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
+arch=('any')
+url="https://pypi.python.org/pypi/xcffib"
+license=('Apache')
+depends=('python-six' 'python-cffi' 'libxcb')
+makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb' 'haskell-xcffib')
+checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes')
+source=("https://github.com/tych0/xcffib/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b7e1f7b346cd07f6c4c31cf9c627155859fe2af5ac59873f4ce0ce3695824cd5fa8ebd6ac9ea8210c2b2681e69fedf0bef847113fd1a1a28fbce33e711e83620')
+
+build() {
+  cd xcffib-$pkgver
+  make xcffib GEN=xcffibgen CABAL=true
+  python setup.py build
+}
+
+check() {
+  cd xcffib-$pkgver
+  xvfb-run nosetests3
+}
+
+package() {
+  cd xcffib-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list