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

Antonio Rojas arojas at archlinux.org
Thu Jan 5 19:00:09 UTC 2017


    Date: Thursday, January 5, 2017 @ 19:00:08
  Author: arojas
Revision: 204923

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

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

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ----------------
 community-x86_64/PKGBUILD |   27 ----------------
 3 files changed, 70 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-05 18:59:12 UTC (rev 204922)
+++ community-i686/PKGBUILD	2017-01-05 19:00:08 UTC (rev 204923)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=pynac
-pkgver=0.7.3
-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 singular)
-source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2")
-md5sums=('c76c749bc4301d09b90073bcaa230a24')
-
-build() {
-  cd pynac-$pkgver
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --with-giac=no
-  make
-}
-
-package() {
-  cd pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-i686/PKGBUILD (from rev 204922, pynac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-05 19:00:08 UTC (rev 204923)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.7.3
+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 singular)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2"
+        pynac-0.7.3-fix-linking.patch::"https://github.com/pynac/pynac/commit/23f41c28.patch")
+md5sums=('c76c749bc4301d09b90073bcaa230a24'
+         '8082fcb68661cb43b99545c3872d645e')
+
+prepare() {
+  cd pynac-$pkgver
+# Fix underlinking with giac enabled
+  patch -p1 -i ../pynac-0.7.3-fix-linking.patch
+}
+
+build() {
+  cd pynac-$pkgver
+
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-05 18:59:12 UTC (rev 204922)
+++ community-x86_64/PKGBUILD	2017-01-05 19:00:08 UTC (rev 204923)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=pynac
-pkgver=0.7.3
-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 singular)
-source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2")
-md5sums=('c76c749bc4301d09b90073bcaa230a24')
-
-build() {
-  cd pynac-$pkgver
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --with-giac=no
-  make
-}
-
-package() {
-  cd pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 204922, pynac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-05 19:00:08 UTC (rev 204923)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.7.3
+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 singular)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2"
+        pynac-0.7.3-fix-linking.patch::"https://github.com/pynac/pynac/commit/23f41c28.patch")
+md5sums=('c76c749bc4301d09b90073bcaa230a24'
+         '8082fcb68661cb43b99545c3872d645e')
+
+prepare() {
+  cd pynac-$pkgver
+# Fix underlinking with giac enabled
+  patch -p1 -i ../pynac-0.7.3-fix-linking.patch
+}
+
+build() {
+  cd pynac-$pkgver
+
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list