[arch-commits] Commit in pynac/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Oct 7 17:06:59 UTC 2018
Date: Sunday, October 7, 2018 @ 17:06:58
Author: arojas
Revision: 391035
archrelease: copy trunk to community-x86_64
Added:
pynac/repos/community-x86_64/PKGBUILD
(from rev 391034, pynac/trunk/PKGBUILD)
Deleted:
pynac/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 53 ++++++++++++++++++++++++++---------------------------
1 file changed, 26 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-07 17:06:26 UTC (rev 391034)
+++ PKGBUILD 2018-10-07 17:06:58 UTC (rev 391035)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=pynac
-pkgver=0.7.22
-pkgrel=4
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
-arch=(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=('7fa8e2a8be77c2a64ac794a5ccb53dcbd232f8a2cccad31b876e90f72fcdc090')
-
-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 391034, pynac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-07 17:06:58 UTC (rev 391035)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.7.22
+pkgrel=5
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
+arch=(x86_64)
+url="http://pynac.org"
+license=(GPL)
+depends=(python2 singular) # giac disabled because of https://trac.sagemath.org/ticket/26427
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2")
+sha256sums=('7fa8e2a8be77c2a64ac794a5ccb53dcbd232f8a2cccad31b876e90f72fcdc090')
+
+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