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

Antonio Rojas arojas at archlinux.org
Thu Jun 29 18:50:58 UTC 2017


    Date: Thursday, June 29, 2017 @ 18:50:57
  Author: arojas
Revision: 241619

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-29 18:50:23 UTC (rev 241618)
+++ community-i686/PKGBUILD	2017-06-29 18:50:57 UTC (rev 241619)
@@ -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.8
-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")
-sha256sums=('5c1623c8820e0d70f059a7bf4f1330e588ca6e35bff873e6d1449e21354a4398')
-
-build() {
-  cd pynac-$pkgver
-
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-i686/PKGBUILD (from rev 241618, pynac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-29 18:50:57 UTC (rev 241619)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.7.9
+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 singular)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2"
+        pynac-fix-build.patch::"https://github.com/pynac/pynac/commit/e234ea37.patch")
+sha256sums=('b0c32f610153ffa8ff5baf312294843d6b51f4f23b56332050d4ca3b97f2becd'
+            '35ff1d82c94c92e9ec2f5c010ca7852a5b16400f3735bc87d8b4e4ed746a40ce')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../pynac-fix-build.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-06-29 18:50:23 UTC (rev 241618)
+++ community-x86_64/PKGBUILD	2017-06-29 18:50:57 UTC (rev 241619)
@@ -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.8
-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")
-sha256sums=('5c1623c8820e0d70f059a7bf4f1330e588ca6e35bff873e6d1449e21354a4398')
-
-build() {
-  cd pynac-$pkgver
-
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 241618, pynac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-29 18:50:57 UTC (rev 241619)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.7.9
+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 singular)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2"
+        pynac-fix-build.patch::"https://github.com/pynac/pynac/commit/e234ea37.patch")
+sha256sums=('b0c32f610153ffa8ff5baf312294843d6b51f4f23b56332050d4ca3b97f2becd'
+            '35ff1d82c94c92e9ec2f5c010ca7852a5b16400f3735bc87d8b4e4ed746a40ce')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../pynac-fix-build.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