Date: Monday, April 24, 2023 @ 14:52:23
  Author: freswa
Revision: 1448507

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: fpylll/repos/community-staging-x86_64/PKGBUILD (from rev 1448506, 
fpylll/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2023-04-24 14:52:23 UTC (rev 1448507)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgbase=fpylll
+pkgname=python-fpylll
+pkgver=0.5.9
+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 python-build python-installer python-setuptools 
python-wheel)
+source=(https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('5652ce92ead07ebf402d6b85af228df106cd4c24f0c7f6cf50004722c436a248')
+
+build() {
+  cd $pkgbase-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package_python-fpylll() {
+  cd $pkgbase-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}

Reply via email to