[arch-commits] Commit in pynac/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Nov 25 09:28:32 UTC 2016


    Date: Friday, November 25, 2016 @ 09:28:31
  Author: arojas
Revision: 196834

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ----------------------------
 community-x86_64/PKGBUILD |   36 ----------------------------
 3 files changed, 56 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-25 08:00:58 UTC (rev 196833)
+++ community-i686/PKGBUILD	2016-11-25 09:28:31 UTC (rev 196834)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=pynac
-pkgver=0.7.0
-pkgrel=2
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
-arch=(i686 x86_64)
-url="http://pynac.org"
-license=(GPL)
-depends=(python2 libgiac flint)
-source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz"
-        flint-linking.patch::"https://github.com/pynac/pynac/commit/870fee7b.patch")
-md5sums=('1df469bcf4240bfe451f3804adba8f1a'
-         '7a17f53a184a8d4b36fdb9d3446e374c')
-
-prepare() {
-  cd pynac-pynac-$pkgver
-# Fix underlinking
-  patch -p1 -i ../flint-linking.patch
-}
-
-build() {
-  cd pynac-pynac-$pkgver
-
-  export PYTHON=python2
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-i686/PKGBUILD (from rev 196833, pynac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-25 09:28:31 UTC (rev 196834)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
+arch=(i686 x86_64)
+url="http://pynac.org"
+license=(GPL)
+depends=(python2 libgiac singular)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('9c8e88dac024c27aec0013f3f1808674')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON=python2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-25 08:00:58 UTC (rev 196833)
+++ community-x86_64/PKGBUILD	2016-11-25 09:28:31 UTC (rev 196834)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=pynac
-pkgver=0.7.0
-pkgrel=2
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
-arch=(i686 x86_64)
-url="http://pynac.org"
-license=(GPL)
-depends=(python2 libgiac flint)
-source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz"
-        flint-linking.patch::"https://github.com/pynac/pynac/commit/870fee7b.patch")
-md5sums=('1df469bcf4240bfe451f3804adba8f1a'
-         '7a17f53a184a8d4b36fdb9d3446e374c')
-
-prepare() {
-  cd pynac-pynac-$pkgver
-# Fix underlinking
-  patch -p1 -i ../flint-linking.patch
-}
-
-build() {
-  cd pynac-pynac-$pkgver
-
-  export PYTHON=python2
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 196833, pynac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-25 09:28:31 UTC (rev 196834)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
+arch=(i686 x86_64)
+url="http://pynac.org"
+license=(GPL)
+depends=(python2 libgiac singular)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('9c8e88dac024c27aec0013f3f1808674')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON=python2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list