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

Andreas Radke andyrtr at archlinux.org
Thu Aug 29 12:39:52 UTC 2019


    Date: Thursday, August 29, 2019 @ 12:39:51
  Author: andyrtr
Revision: 361364

upgpkg: graphite 1:1.3.13-2

rebuild using python v3 to avoid confusion - FS#63589

Modified:
  graphite/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-29 10:50:29 UTC (rev 361363)
+++ PKGBUILD	2019-08-29 12:39:51 UTC (rev 361364)
@@ -2,7 +2,7 @@
 
 pkgname=graphite
 pkgver=1.3.13
-pkgrel=1
+pkgrel=2
 epoch=1
 arch=('x86_64')
 url="https://github.com/silnrsi/graphite"
@@ -18,13 +18,6 @@
 sha1sums=('bd3494575a1ff1c5b4ea796444274dab1e5992c9')
 
 
-prepare() {
-  cd "${srcdir}"
-
-  # python2 fixes
-#sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" graphite2-${pkgver}/tests/{corrupt.py,defuzz,fnttxtrender,hbspeeds,jsoncmp}
-}
-
 build() {
   mkdir build
   cd build
@@ -43,8 +36,6 @@
 
 check() {
   cd "${srcdir}"/build
-  # python2 fixes
-#  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
   ctest || true
 }
 



More information about the arch-commits mailing list