[arch-commits] Commit in evemu/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Aug 23 15:38:48 UTC 2019


    Date: Friday, August 23, 2019 @ 15:38:48
  Author: jelle
Revision: 501315

upgpkg: evemu 2.7.0-4

drop python2 module

Modified:
  evemu/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-23 15:16:21 UTC (rev 501314)
+++ PKGBUILD	2019-08-23 15:38:48 UTC (rev 501315)
@@ -4,15 +4,14 @@
  
 pkgname=evemu
 pkgver=2.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Tools and bindings for kernel input event device emulation and data capture and replay'
 arch=(x86_64)
 url='https://www.freedesktop.org/wiki/Evemu'
 license=(GPL3)
 depends=(libevdev)
-makedepends=(asciidoc python python2 xmlto)
-optdepends=('python: Python 3 bindings'
-            'python2: Python 2 bindings')
+makedepends=(asciidoc python xmlto)
+optdepends=('python: Python 3 bindings')
 source=(https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires <benjamin.tissoires at gmail.com>
 sha1sums=('16c6e1484253e1610a019dcca22b1698002824ca'
@@ -19,14 +18,9 @@
           'SKIP')
  
 build() {
-  cp -r $pkgname-$pkgver python2
-
   cd $pkgname-$pkgver
   PYTHON=python3 ./configure --prefix=/usr
   make
-
-  cd ../python2
-  PYTHON=python2 ./configure --prefix=/usr --disable-tests
 }
 
 check() {
@@ -38,7 +32,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-
-  cd ../python2
-  make -C python DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list