[arch-commits] Commit in pynac/repos/community-x86_64 (3 files)

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


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

archrelease: copy trunk to community-x86_64

Added:
  pynac/repos/community-x86_64/PKGBUILD
    (from rev 828130, pynac/trunk/PKGBUILD)
Deleted:
  pynac/repos/community-x86_64/PKGBUILD
  pynac/repos/community-x86_64/pynac-python-3.8.patch

------------------------+
 PKGBUILD               |   65 +++++++++++++++++++++++------------------------
 pynac-python-3.8.patch |   24 -----------------
 2 files changed, 32 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-24 13:16:04 UTC (rev 828130)
+++ PKGBUILD	2021-01-24 13:16:13 UTC (rev 828131)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=pynac
-pkgver=0.7.26
-pkgrel=9
-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')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../pynac-python-3.8.patch # Define PY_SSIZE_T_CLEAN as required by python 3.8
-}
-
-build() {
-  cd pynac-$pkgver
-
-  ./configure --prefix=/usr
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 828130, pynac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-24 13:16:13 UTC (rev 828131)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+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/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('125414a00237eb80d26628875b4e9bdcbfa3ba76e178b2e6e97532515cbcc4e0')
+
+prepare() {
+  cd pynac-pynac-$pkgver
+  ./bootstrap
+}
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  ./configure --prefix=/usr
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: pynac-python-3.8.patch
===================================================================
--- pynac-python-3.8.patch	2021-01-24 13:16:04 UTC (rev 828130)
+++ pynac-python-3.8.patch	2021-01-24 13:16:13 UTC (rev 828131)
@@ -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