Date: Tuesday, January 10, 2023 @ 20:18:30
  Author: felixonmars
Revision: 1382386

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-10 20:18:18 UTC (rev 1382385)
+++ PKGBUILD    2023-01-10 20:18:30 UTC (rev 1382386)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Roger Duran <[email protected]>
-
-pkgname=python-xcffib
-pkgver=1.0.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-cffi' 'libxcb')
-makedepends=('python-setuptools' 'haskell-xcffib')
-checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-xeyes')
-source=("https://github.com/tych0/xcffib/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('ab6ff69b9e2f4f8adc87ddb090dc6c374db781098800c07ce00bfc843fb0a617c6c8ebcc6cf5bd2efc0e9a581d79110f65656814a7bc116fc4b12f8594b26fa8')
-
-build() {
-  cd xcffib-$pkgver
-  make xcffib GEN=xcffibgen CABAL=true
-  python setup.py build
-}
-
-check() {
-  cd xcffib-$pkgver
-  xvfb-run pytest
-}
-
-package() {
-  cd xcffib-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-xcffib/repos/community-any/PKGBUILD (from rev 1382385, 
python-xcffib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-10 20:18:30 UTC (rev 1382386)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Roger Duran <[email protected]>
+
+pkgname=python-xcffib
+pkgver=1.1.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-cffi' 'libxcb')
+makedepends=('python-setuptools' 'haskell-xcffib')
+checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-xeyes')
+source=("https://github.com/tych0/xcffib/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('7aed8fb876d23228070bf2253245aeae5754404e8a47513cb3545ff7b7738bac39a740d656669e09175d1a684b0c69c88a91a08650a21733de926a3f07da6d62')
+
+build() {
+  cd xcffib-$pkgver
+  make xcffib GEN=xcffibgen CABAL=true
+  python setup.py build
+}
+
+check() {
+  cd xcffib-$pkgver
+  xvfb-run pytest
+}
+
+package() {
+  cd xcffib-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}

Reply via email to