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

Tobias Powalowski tpowa at archlinux.org
Tue Mar 19 15:25:00 UTC 2019


    Date: Tuesday, March 19, 2019 @ 15:24:59
  Author: tpowa
Revision: 348691

upgpkg: tevent 1:0.9.39-2

rebuild for python

Modified:
  tevent/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-19 15:22:11 UTC (rev 348690)
+++ PKGBUILD	2019-03-19 15:24:59 UTC (rev 348691)
@@ -6,7 +6,7 @@
 
 pkgname=tevent
 pkgver=0.9.39
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="An event system based on the talloc memory management library"
 arch=('x86_64')
@@ -14,16 +14,11 @@
 source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz")
 license=('GPL3')
 depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
+makedepends=('python')
+optdepends=('python: for python bindings')
 
 build() {
 	cd ${srcdir}/${pkgname}-${pkgver}
-
-	# change to use python2
-	sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" buildtools/bin/waf
-	export PYTHON=/usr/bin/python2
-
 	./configure --prefix=/usr \
                     --bundled-libraries=NONE \
                     --builtin-libraries=replace



More information about the arch-commits mailing list