[arch-commits] Commit in (fpylll fpylll/trunk fpylll/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Oct 15 12:05:08 UTC 2016


    Date: Saturday, October 15, 2016 @ 12:05:07
  Author: arojas
Revision: 192303

Add new sagemath dependency

Added:
  fpylll/
  fpylll/trunk/
  fpylll/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: fpylll/trunk/PKGBUILD
===================================================================
--- fpylll/trunk/PKGBUILD	                        (rev 0)
+++ fpylll/trunk/PKGBUILD	2016-10-15 12:05:07 UTC (rev 192303)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fpylll
+pkgver=0.2.2dev
+pkgrel=1
+pkgdesc="A Python interface for fplll"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fpylll"
+license=(GPL2)
+depends=(fplll python2-numpy)
+makedepends=(cysignals cython2) # sagemath
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('199592d6870baa8db6222a1e8eca45df')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+


Property changes on: fpylll/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list