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

Antonio Rojas arojas at archlinux.org
Sat Aug 19 19:02:30 UTC 2017


    Date: Saturday, August 19, 2017 @ 19:02:30
  Author: arojas
Revision: 252592

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-19 19:01:36 UTC (rev 252591)
+++ community-i686/PKGBUILD	2017-08-19 19:02:30 UTC (rev 252592)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=pynac
-pkgver=0.7.9
-pkgrel=4
-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 libgiac)
-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
-}

Copied: pynac/repos/community-i686/PKGBUILD (from rev 252591, pynac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-19 19:02:30 UTC (rev 252592)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.7.10
+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 singular libgiac)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2")
+sha256sums=('4ab462b68f3835ddb6cf20df169271fcf2a03aac9f22ea1be6aebc3789986076')
+
+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-08-19 19:01:36 UTC (rev 252591)
+++ community-x86_64/PKGBUILD	2017-08-19 19:02:30 UTC (rev 252592)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=pynac
-pkgver=0.7.9
-pkgrel=4
-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 libgiac)
-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
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 252591, pynac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-19 19:02:30 UTC (rev 252592)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.7.10
+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 singular libgiac)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2")
+sha256sums=('4ab462b68f3835ddb6cf20df169271fcf2a03aac9f22ea1be6aebc3789986076')
+
+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