Date: Wednesday, January 1, 2020 @ 19:37:26 Author: arojas Revision: 545898
Switch to python3 Modified: pynac/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-01 19:34:13 UTC (rev 545897) +++ PKGBUILD 2020-01-01 19:37:26 UTC (rev 545898) @@ -3,12 +3,12 @@ pkgname=pynac pkgver=0.7.26 -pkgrel=1 +pkgrel=2 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations" arch=(x86_64) url="http://pynac.org" license=(GPL) -depends=(python2 singular) # giac disabled because of https://trac.sagemath.org/ticket/26427 +depends=(python singular) # giac disabled because of https://trac.sagemath.org/ticket/26427 source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2") sha256sums=('cc124ae9757355e3434ff864aeca6503184faf0642d26bc2f7bca6f3f2c9b50f') @@ -15,7 +15,6 @@ build() { cd pynac-$pkgver - export PYTHON=python2 ./configure --prefix=/usr #https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
