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

Felix Yan felixonmars at archlinux.org
Thu May 10 15:53:13 UTC 2018


    Date: Thursday, May 10, 2018 @ 15:53:13
  Author: felixonmars
Revision: 320420

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   95 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 46 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-10 15:52:49 UTC (rev 320419)
+++ PKGBUILD	2018-05-10 15:53:13 UTC (rev 320420)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-xpybutil
-pkgname=(python-xpybutil python2-xpybutil)
-pkgver=0.0.3
-pkgrel=1
-pkgdesc="An incomplete xcb-util port plus some extras"
-arch=('any')
-url="https://github.com/fennerm/xpybutil"
-license=('custom:WTFPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-xcffib' 'python2-xcffib')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/fennerm/xpybutil/archive/$pkgver.tar.gz"
-        https://github.com/fennerm/xpybutil/commit/78ff923c022433c819c88c0159440306bd3ed4f5.patch)
-sha512sums=('8eae9275fe5f3ce56bedb20c865ac84d971f59432dce48c8f55c76910e5e32e803890c04ebe076ae248b002fc1fc2fa6e0120260c8a57178bb4031b787eac398'
-            '49454bb4fa9e45de8ed288a7cf87de4eb507197db73fa65fc7b5ccfae60f508dfbc07b6bd737bae6ee6cb3a106334aa8b4e8a4dc23e0c796ab0e04b63b43a0f9')
-
-prepare() {
-  (cd xpybutil-$pkgver; patch -p1 -i ../78ff923c022433c819c88c0159440306bd3ed4f5.patch)
-  cp -a xpybutil-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/xpybutil-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/xpybutil-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-xpybutil() {
-  depends=('python-xcffib')
-
-  cd "${srcdir}/xpybutil-$pkgver"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
-}
-
-package_python2-xpybutil() {
-  depends=('python2-xcffib')
-
-  cd "${srcdir}/xpybutil-$pkgver-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  mv "$pkgdir/usr/share/doc/"{,python2-}xpybutil
-}

Copied: python-xpybutil/repos/community-any/PKGBUILD (from rev 320419, python-xpybutil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-10 15:53:13 UTC (rev 320420)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-xpybutil
+pkgname=(python-xpybutil python2-xpybutil)
+pkgver=0.0.5
+pkgrel=1
+pkgdesc="An incomplete xcb-util port plus some extras"
+arch=('any')
+url="https://github.com/BurntSushi/xpybutil"
+license=('custom:WTFPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-xcffib' 'python2-xcffib')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/BurntSushi/xpybutil/archive/$pkgver.tar.gz")
+sha512sums=('fdae21af40737715722e0650f436329358c475a6d2fee5b260b0655f71234e8c9639516927e78836ed54651780a6998593535680bda6e7feef38295f6f4a0442')
+
+prepare() {
+  cp -a xpybutil-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/xpybutil-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/xpybutil-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-xpybutil() {
+  depends=('python-xcffib')
+
+  cd "${srcdir}/xpybutil-$pkgver"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm664 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
+}
+
+package_python2-xpybutil() {
+  depends=('python2-xcffib')
+
+  cd "${srcdir}/xpybutil-$pkgver-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm664 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  mv "$pkgdir/usr/share/doc/"{,python2-}xpybutil
+}



More information about the arch-commits mailing list