[arch-commits] Commit in pynac/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Wed Jun 24 12:11:57 UTC 2015
Date: Wednesday, June 24, 2015 @ 14:11:57
Author: arojas
Revision: 135826
archrelease: copy trunk to community-i686, community-x86_64
Added:
pynac/repos/community-i686/PKGBUILD
(from rev 135825, pynac/trunk/PKGBUILD)
pynac/repos/community-x86_64/PKGBUILD
(from rev 135825, 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 2015-06-24 12:11:17 UTC (rev 135825)
+++ community-i686/PKGBUILD 2015-06-24 12:11:57 UTC (rev 135826)
@@ -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.3.9
-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=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
-md5sums=('97ab6fab30711fc93ace597f1bae8e71')
-
-build() {
- cd pynac-pynac-$pkgver
-
- export PYTHON_VERSION=2
- ./bootstrap
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd pynac-pynac-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: pynac/repos/community-i686/PKGBUILD (from rev 135825, pynac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 12:11:57 UTC (rev 135826)
@@ -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.3.9.1
+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=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('345fae01caf47ec9445e63bb0091c0c6')
+
+build() {
+ cd pynac-pynac-$pkgver
+
+ export PYTHON_VERSION=2
+ ./bootstrap
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd pynac-pynac-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-06-24 12:11:17 UTC (rev 135825)
+++ community-x86_64/PKGBUILD 2015-06-24 12:11:57 UTC (rev 135826)
@@ -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.3.9
-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=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
-md5sums=('97ab6fab30711fc93ace597f1bae8e71')
-
-build() {
- cd pynac-pynac-$pkgver
-
- export PYTHON_VERSION=2
- ./bootstrap
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd pynac-pynac-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 135825, pynac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-06-24 12:11:57 UTC (rev 135826)
@@ -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.3.9.1
+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=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('345fae01caf47ec9445e63bb0091c0c6')
+
+build() {
+ cd pynac-pynac-$pkgver
+
+ export PYTHON_VERSION=2
+ ./bootstrap
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd pynac-pynac-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list