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

Antonio Rojas arojas at archlinux.org
Sun Jul 17 17:16:02 UTC 2016


    Date: Sunday, July 17, 2016 @ 17:16:01
  Author: arojas
Revision: 183020

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-07-17 17:14:13 UTC (rev 183019)
+++ community-i686/PKGBUILD	2016-07-17 17:16:01 UTC (rev 183020)
@@ -1,28 +0,0 @@
-# $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
-}

Copied: pynac/repos/community-i686/PKGBUILD (from rev 183019, pynac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-17 17:16:01 UTC (rev 183020)
@@ -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.8
+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=('d0fcd7b83c960f50fde7a61322959729')
+
+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-07-17 17:14:13 UTC (rev 183019)
+++ community-x86_64/PKGBUILD	2016-07-17 17:16:01 UTC (rev 183020)
@@ -1,28 +0,0 @@
-# $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
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 183019, pynac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-17 17:16:01 UTC (rev 183020)
@@ -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.8
+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=('d0fcd7b83c960f50fde7a61322959729')
+
+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