[arch-commits] Commit in pynac (5 files)

Antonio Rojas arojas at archlinux.org
Sun Dec 21 08:23:41 UTC 2014


    Date: Sunday, December 21, 2014 @ 09:23:40
  Author: arojas
Revision: 124254

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

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

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

Copied: pynac/repos/community-i686/PKGBUILD (from rev 124253, pynac/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-12-21 08:23:40 UTC (rev 124254)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.3.2
+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')
+#source=("http://pynac.org/download/$pkgname-$pkgver.tar.bz2")
+source=("http://www.sagemath.org/packages/upstream/pynac/$pkgname-$pkgver.tar.bz2")
+md5sums=('70fae63e2c1cb4ec13eea24a4a780ba8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export PYTHON_VERSION=2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 124253, pynac/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-12-21 08:23:40 UTC (rev 124254)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.3.2
+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')
+#source=("http://pynac.org/download/$pkgname-$pkgver.tar.bz2")
+source=("http://www.sagemath.org/packages/upstream/pynac/$pkgname-$pkgver.tar.bz2")
+md5sums=('70fae63e2c1cb4ec13eea24a4a780ba8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export PYTHON_VERSION=2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list