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

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


    Date: Saturday, October 15, 2016 @ 12:05:43
  Author: arojas
Revision: 192304

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

Added:
  fpylll/repos/
  fpylll/repos/community-staging-i686/
  fpylll/repos/community-staging-i686/PKGBUILD
    (from rev 192303, fpylll/trunk/PKGBUILD)
  fpylll/repos/community-staging-x86_64/
  fpylll/repos/community-staging-x86_64/PKGBUILD
    (from rev 192303, fpylll/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: fpylll/repos/community-staging-i686/PKGBUILD (from rev 192303, fpylll/trunk/PKGBUILD)
===================================================================
--- repos/community-staging-i686/PKGBUILD	                        (rev 0)
+++ repos/community-staging-i686/PKGBUILD	2016-10-15 12:05:43 UTC (rev 192304)
@@ -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
+}
+

Copied: fpylll/repos/community-staging-x86_64/PKGBUILD (from rev 192303, fpylll/trunk/PKGBUILD)
===================================================================
--- repos/community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-staging-x86_64/PKGBUILD	2016-10-15 12:05:43 UTC (rev 192304)
@@ -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
+}
+



More information about the arch-commits mailing list