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

Antonio Rojas arojas at archlinux.org
Wed Jun 30 06:11:32 UTC 2021


    Date: Wednesday, June 30, 2021 @ 06:11:31
  Author: arojas
Revision: 967925

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-30 06:06:09 UTC (rev 967924)
+++ PKGBUILD	2021-06-30 06:11:31 UTC (rev 967925)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=pynac
-pkgver=0.7.28
-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)
-sha256sums=('3652dd8ff068307c90c75a0002d20467c21204cf8f9d9f80eb71a98d41a8e29e')
-
-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
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 967924, pynac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-30 06:11:31 UTC (rev 967925)
@@ -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.29
+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=('44c7628f23f48299dac538cb99a9f5e615fa730e4d48b89291fa72fda109bb64')
+
+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