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

Antonio Rojas arojas at archlinux.org
Fri Jun 25 11:26:42 UTC 2021


    Date: Friday, June 25, 2021 @ 11:26:42
  Author: arojas
Revision: 967423

archrelease: copy trunk to community-x86_64

Added:
  pynac/repos/community-x86_64/PKGBUILD
    (from rev 967422, pynac/trunk/PKGBUILD)
Deleted:
  pynac/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 32 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 11:26:31 UTC (rev 967422)
+++ PKGBUILD	2021-06-25 11:26:42 UTC (rev 967423)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=pynac
-pkgver=0.7.27
-pkgrel=2
-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
-        https://github.com/pynac/pynac/commit/850ee9ea.patch)
-sha256sums=('125414a00237eb80d26628875b4e9bdcbfa3ba76e178b2e6e97532515cbcc4e0'
-            'ecd4bc18fecde2d073be0307b2936586eacd600cb54cc63793ea0aed1cd31a7f')
-
-prepare() {
-  cd pynac-pynac-$pkgver
-  ./bootstrap
-
-  patch -p1 < ../850ee9ea.patch # Fix build with GCC 11
-}
-
-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
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 967422, pynac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-25 11:26:42 UTC (rev 967423)
@@ -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.28
+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=('18f244f7dfcc29bdff918d9b395661023f6d954d7a35eaeeb5897aaa69cb58ac')
+
+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
+}




More information about the arch-commits mailing list