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

Antonio Rojas arojas at archlinux.org
Wed Jan 1 19:31:51 UTC 2020


    Date: Wednesday, January 1, 2020 @ 19:31:51
  Author: arojas
Revision: 545894

ntl 11.4.2 rebuild, drop python interface (not compatible with python3)

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-01 19:23:04 UTC (rev 545893)
+++ PKGBUILD	2020-01-01 19:31:51 UTC (rev 545894)
@@ -6,14 +6,14 @@
 _patchver=2
 pkgver=${_majver//-/.}.p${_patchver}
 #pkgver=${_majver//-/.}
-pkgrel=3
+pkgrel=4
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(x86_64)
 url="https://www.singular.uni-kl.de/"
 license=(GPL)
 depends=(flint cddlib)
-makedepends=(doxygen python2 polymake)
-optdepends=('python2: Python interface' 'polymake: Polymake module')
+makedepends=(doxygen polymake)
+optdepends=('polymake: Polymake module')
 source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz"
 #source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz"
         singular-polymake-3.3.patch)



More information about the arch-commits mailing list