Date: Wednesday, November 11, 2020 @ 15:05:24
  Author: felixonmars
Revision: 750847

archrelease: copy trunk to community-staging-any

Added:
  python-xlib/repos/community-staging-any/PKGBUILD
    (from rev 750846, python-xlib/trunk/PKGBUILD)
Deleted:
  python-xlib/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-11-11 15:05:17 UTC (rev 750846)
+++ PKGBUILD    2020-11-11 15:05:24 UTC (rev 750847)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Jeff Mickey <[email protected]>
-# Contributor: Pappa <[email protected] >
-
-pkgname=python-xlib
-pkgver=0.28
-pkgrel=2
-pkgdesc="A fully functional X client library for Python programs"
-url="https://github.com/python-xlib/python-xlib";
-arch=('any')
-license=('LGPL')
-depends=('python-six')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-mock' 'xorg-xauth' 'xorg-server-xvfb' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz";)
-sha256sums=('a3bed6075897bb90847dfc9bb49a0d02f1a0c96c607971b554c5e8110c0900f5')
-
-build(){
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check(){
-  cd "$pkgname-$pkgver"
-  python ./runtests.py
-}
-
-package_python-xlib() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-xlib/repos/community-staging-any/PKGBUILD (from rev 750846, 
python-xlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-11-11 15:05:24 UTC (rev 750847)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Jeff Mickey <[email protected]>
+# Contributor: Pappa <[email protected] >
+
+pkgname=python-xlib
+pkgver=0.28
+pkgrel=3
+pkgdesc="A fully functional X client library for Python programs"
+url="https://github.com/python-xlib/python-xlib";
+arch=('any')
+license=('LGPL')
+depends=('python-six')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-mock' 'xorg-xauth' 'xorg-server-xvfb' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz";)
+sha256sums=('a3bed6075897bb90847dfc9bb49a0d02f1a0c96c607971b554c5e8110c0900f5')
+
+build(){
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check(){
+  cd "$pkgname-$pkgver"
+  python ./runtests.py
+}
+
+package_python-xlib() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Reply via email to