[arch-commits] Commit in fpylll/repos (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Tue Nov 30 21:13:12 UTC 2021
Date: Tuesday, November 30, 2021 @ 21:13:12
Author: foutrelis
Revision: 1058873
archrelease: copy trunk to community-staging-x86_64
Added:
fpylll/repos/community-staging-x86_64/
fpylll/repos/community-staging-x86_64/PKGBUILD
(from rev 1058870, fpylll/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: fpylll/repos/community-staging-x86_64/PKGBUILD (from rev 1058870, fpylll/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-11-30 21:13:12 UTC (rev 1058873)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=fpylll
+pkgname=python-fpylll
+pkgver=0.5.6
+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=('c69bf4b3344f60ca40743af9b9246ce51f651c2cf54d2b88a4deff18b1b5f246')
+
+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