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

Morten Linderud foxboron at archlinux.org
Tue Oct 13 17:54:10 UTC 2020


    Date: Tuesday, October 13, 2020 @ 17:54:09
  Author: foxboron
Revision: 723847

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-13 17:54:02 UTC (rev 723846)
+++ PKGBUILD	2020-10-13 17:54:09 UTC (rev 723847)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: Pappa <jcberg at gmail.com >
-
-pkgname=python-xlib
-pkgver=0.27
-pkgrel=1
-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=('dc25981eaf7251ddfdce7d7420ec2d77a194793664a3fa2dce892634fdd29f2d')
-
-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-any/PKGBUILD (from rev 723846, python-xlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-13 17:54:09 UTC (rev 723847)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Pappa <jcberg at gmail.com >
+
+pkgname=python-xlib
+pkgver=0.28
+pkgrel=1
+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
+}



More information about the arch-commits mailing list