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

Antonio Rojas arojas at archlinux.org
Wed Jun 15 07:30:00 UTC 2016


    Date: Wednesday, June 15, 2016 @ 07:30:00
  Author: arojas
Revision: 180212

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

Added:
  pynac/repos/community-i686/PKGBUILD
    (from rev 180211, pynac/trunk/PKGBUILD)
  pynac/repos/community-x86_64/PKGBUILD
    (from rev 180211, 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-06-15 07:29:30 UTC (rev 180211)
+++ community-i686/PKGBUILD	2016-06-15 07:30:00 UTC (rev 180212)
@@ -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.6.6
-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)
-source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz"
-        pynac-giac.patch::"https://github.com/pynac/pynac/commit/101ea20b.patch")
-md5sums=('413e071cfeafbc0005f9f5eb23ae58ab'
-         '50297577b500234b6c89fc89f909cb35')
-
-prepare() {
-  cd pynac-pynac-$pkgver
-# Fix giac detection
-  patch -p1 -i ../pynac-giac.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 180211, pynac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-15 07:30:00 UTC (rev 180212)
@@ -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.6.7
+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)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('9cc55ff5094619e69f181dd1fb81f916')
+
+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-06-15 07:29:30 UTC (rev 180211)
+++ community-x86_64/PKGBUILD	2016-06-15 07:30:00 UTC (rev 180212)
@@ -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.6.6
-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)
-source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz"
-        pynac-giac.patch::"https://github.com/pynac/pynac/commit/101ea20b.patch")
-md5sums=('413e071cfeafbc0005f9f5eb23ae58ab'
-         '50297577b500234b6c89fc89f909cb35')
-
-prepare() {
-  cd pynac-pynac-$pkgver
-# Fix giac detection
-  patch -p1 -i ../pynac-giac.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 180211, pynac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-15 07:30:00 UTC (rev 180212)
@@ -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.6.7
+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)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('9cc55ff5094619e69f181dd1fb81f916')
+
+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