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

Jelle van der Waa jelle at archlinux.org
Sat Mar 30 16:58:44 UTC 2019


    Date: Saturday, March 30, 2019 @ 16:58:44
  Author: jelle
Revision: 446340

archrelease: copy trunk to community-any

Added:
  pyudev/repos/community-any/PKGBUILD
    (from rev 446339, pyudev/trunk/PKGBUILD)
Deleted:
  pyudev/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++-----------------------------------------
 1 file changed, 25 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 16:58:32 UTC (rev 446339)
+++ PKGBUILD	2019-03-30 16:58:44 UTC (rev 446340)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: examon <examon.mail[at]gmail[dot]com>
-# Contributor: Sebastian Wiesner <lunaryorn googlemail com>
-# Contributor: Dwight Schauer <dschauer at ti.com>
-
-pkgbase=pyudev
-pkgname=('python-pyudev' 'python2-pyudev')
-pkgver=0.21.0
-pkgrel=4
-arch=('any')
-url='http://pyudev.readthedocs.org/en/latest/index.html'
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('python2-pyqt5: PyQt integration'
-            'python2-gobject2: Glib integration'
-            'wxpython: WX integration')
-source=(https://github.com/pyudev/pyudev/archive/v$pkgver.tar.gz)
-md5sums=('5a15739f93bdeb70243b7ed4ed510604')
-
-build() {
-  cp -rf "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/python2-${pkgbase}-${pkgver}"
-}
-
-package_python-pyudev() {
-  pkgdesc='A pure Python 3.x binding to libudev'
-  depends=('python' 'udev')
-  optdepends=('python-pyqt5: PyQt integration'
-              'python-gobject2: Glib integration')
-  replaces=('pyudev')
-  conflicts=('pyudev')
-  provides=('pyudev')
-  
-  cd ${pkgbase}-${pkgver}
-  python3 setup.py install --root "${pkgdir}" --optimize=1
-}
-
-package_python2-pyudev() {
-  pkgdesc='A pure Python 2.x binding to libudev'
-  depends=('python2' 'udev')
-  optdepends=('python2-pyqt5: PyQt integration'
-              'python2-gobject2: Glib integration'
-              'wxpython: WX integration')
-  replaces=('python2-udev')
-  conflicts=('python2-udev')
-  provides=('python2-udev')
-  
-  cd python2-${pkgbase}-${pkgver}
-  python2 setup.py install --root "${pkgdir}" --optimize=1
-}

Copied: pyudev/repos/community-any/PKGBUILD (from rev 446339, pyudev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-30 16:58:44 UTC (rev 446340)
@@ -0,0 +1,25 @@
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: examon <examon.mail[at]gmail[dot]com>
+# Contributor: Sebastian Wiesner <lunaryorn googlemail com>
+# Contributor: Dwight Schauer <dschauer at ti.com>
+
+pkgbase=pyudev
+pkgname=('python-pyudev')
+pkgver=0.21.0
+pkgrel=5
+arch=('any')
+url='http://pyudev.readthedocs.org/en/latest/index.html'
+license=('LGPL')
+pkgdesc='A pure Python 3.x binding to libudev'
+depends=('python' 'systemd' 'python-six')
+makedepends=('python-setuptools')
+optdepends=('python-pyqt5: PyQt integration'
+            'python-gobject2: Glib integration'
+            'python-wxpython: WX integration')
+source=(https://github.com/pyudev/pyudev/archive/v$pkgver.tar.gz)
+sha512sums=('c6cc8786c69de2a07eeae39cb57e33db6ca5fea83c38fdab277070bf052c97bd053911ab08a11fe65cb56c463492111e74451801390d89dc7f00fd00e68bba19')
+
+package_python-pyudev() {
+  cd ${pkgbase}-${pkgver}
+  python3 setup.py install --root "${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list