[arch-commits] Commit in fpylll/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 9 18:17:34 UTC 2020


    Date: Monday, November 9, 2020 @ 18:17:34
  Author: foutrelis
Revision: 747938

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: fpylll/repos/community-staging-x86_64/PKGBUILD (from rev 747937, fpylll/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-11-09 18:17:34 UTC (rev 747938)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=fpylll
+pkgname=python-fpylll
+pkgver=0.5.2dev
+pkgrel=2
+pkgdesc="A Python interface for fplll"
+arch=(x86_64)
+url="https://github.com/fplll/fpylll"
+license=(GPL2)
+depends=(fplll python-numpy python-cysignals)
+makedepends=(cython)
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz")
+sha256sums=('d42bb836426275a246819ae7e47f47ea54822c5568410278f14bb09f8772a9ac')
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+}
+
+package_python-fpylll() {
+  cd $pkgbase-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list