[arch-commits] Commit in pynac/trunk (PKGBUILD pynac-python-3.8.patch)

Antonio Rojas arojas at archlinux.org
Sun Jan 24 13:16:05 UTC 2021


    Date: Sunday, January 24, 2021 @ 13:16:04
  Author: arojas
Revision: 828130

Update to 0.7.27

Modified:
  pynac/trunk/PKGBUILD
Deleted:
  pynac/trunk/pynac-python-3.8.patch

------------------------+
 PKGBUILD               |   17 ++++++++---------
 pynac-python-3.8.patch |   24 ------------------------
 2 files changed, 8 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-24 13:08:35 UTC (rev 828129)
+++ PKGBUILD	2021-01-24 13:16:04 UTC (rev 828130)
@@ -2,24 +2,23 @@
 # Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
 
 pkgname=pynac
-pkgver=0.7.26
-pkgrel=9
+pkgver=0.7.27
+pkgrel=1
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
 arch=(x86_64)
 url="http://pynac.org"
 license=(GPL)
 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"
-         pynac-python-3.8.patch)
-sha256sums=('cc124ae9757355e3434ff864aeca6503184faf0642d26bc2f7bca6f3f2c9b50f'
-            'a5b6de6521d33d4b7e4d06e841dbfc45d71b9ded09fc38ac2e5c7b7a8564f3bd')
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('125414a00237eb80d26628875b4e9bdcbfa3ba76e178b2e6e97532515cbcc4e0')
 
 prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../pynac-python-3.8.patch # Define PY_SSIZE_T_CLEAN as required by python 3.8
+  cd pynac-pynac-$pkgver
+  ./bootstrap
 }
 
 build() {
-  cd pynac-$pkgver
+  cd pynac-pynac-$pkgver
 
   ./configure --prefix=/usr
   #https://bugzilla.gnome.org/show_bug.cgi?id=655517
@@ -28,6 +27,6 @@
 }
 
 package() {
-  cd pynac-$pkgver
+  cd pynac-pynac-$pkgver
   make DESTDIR="$pkgdir" install
 }

Deleted: pynac-python-3.8.patch
===================================================================
--- pynac-python-3.8.patch	2021-01-24 13:08:35 UTC (rev 828129)
+++ pynac-python-3.8.patch	2021-01-24 13:16:04 UTC (rev 828130)
@@ -1,24 +0,0 @@
-diff --git a/ginac/function.cpp b/ginac/function.cpp
-index c158723..689e2b8 100644
---- a/ginac/function.cpp
-+++ b/ginac/function.cpp
-@@ -21,6 +21,7 @@
-  */
- 
- #define register
-+#define PY_SSIZE_T_CLEAN
- #include <Python.h>
- #include "py_funcs.h"
- #include "function.h"
-diff --git a/ginac/numeric.cpp b/ginac/numeric.cpp
-index 276d86c..b463806 100644
---- a/ginac/numeric.cpp
-+++ b/ginac/numeric.cpp
-@@ -50,6 +50,7 @@
-  */
- 
- #define register
-+#define PY_SSIZE_T_CLEAN
- #include <Python.h>
- #include <longintrepr.h>
- #include "flint/fmpz.h"



More information about the arch-commits mailing list