[arch-commits] Commit in fpylll/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu May 26 18:51:14 UTC 2022


    Date: Thursday, May 26, 2022 @ 18:51:14
  Author: arojas
Revision: 1210676

archrelease: copy trunk to community-x86_64

Added:
  fpylll/repos/community-x86_64/PKGBUILD
    (from rev 1210675, fpylll/trunk/PKGBUILD)
Deleted:
  fpylll/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-26 18:51:04 UTC (rev 1210675)
+++ PKGBUILD	2022-05-26 18:51:14 UTC (rev 1210676)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgbase=fpylll
-pkgname=python-fpylll
-pkgver=0.5.6
-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 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 -m build --wheel --no-isolation
-}
-
-package_python-fpylll() {
-  cd $pkgbase-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: fpylll/repos/community-x86_64/PKGBUILD (from rev 1210675, fpylll/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-26 18:51:14 UTC (rev 1210676)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=fpylll
+pkgname=python-fpylll
+pkgver=0.5.7
+pkgrel=1
+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=('d55ebee35e8b521f37e4d910b3e1c8a099d831a3d34aa376f555cfa8870805ff')
+
+build() {
+  cd $pkgbase-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package_python-fpylll() {
+  cd $pkgbase-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list