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

Antonio Rojas arojas at archlinux.org
Mon Dec 26 10:32:29 UTC 2016


    Date: Monday, December 26, 2016 @ 10:32:29
  Author: arojas
Revision: 284805

Remove python 3.6 hack, upstream will backport 3.6 support to 5.0

Modified:
  kdevelop-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-26 10:32:11 UTC (rev 284804)
+++ PKGBUILD	2016-12-26 10:32:29 UTC (rev 284805)
@@ -18,9 +18,6 @@
 
 prepare() {
   mkdir -p build
-
-# Compile against Python 3.6
-  sed -e 's|GREATER 5|GREATER 6|' -e 's|Python 3.5|Python 3.6|' -i kdev-python-$pkgver/CMakeLists.txt
 }
 
 build() {



More information about the arch-commits mailing list