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

Antonio Rojas arojas at gemini.archlinux.org
Tue May 24 19:02:48 UTC 2022


    Date: Tuesday, May 24, 2022 @ 19:02:48
  Author: arojas
Revision: 1210233

fplll 5.4.2 rebuild

Modified:
  fpylll/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-24 18:58:28 UTC (rev 1210232)
+++ PKGBUILD	2022-05-24 19:02:48 UTC (rev 1210233)
@@ -3,22 +3,22 @@
 pkgbase=fpylll
 pkgname=python-fpylll
 pkgver=0.5.6
-pkgrel=8
+pkgrel=9
 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)
+makedepends=(cython python-build python-installer python-setuptools python-wheel)
 source=(https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz)
 sha256sums=('c69bf4b3344f60ca40743af9b9246ce51f651c2cf54d2b88a4deff18b1b5f246')
 
 build() {
   cd $pkgbase-$pkgver
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 package_python-fpylll() {
   cd $pkgbase-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



More information about the arch-commits mailing list