Date: Wednesday, December 21, 2022 @ 20:03:07
  Author: arojas
Revision: 1364931

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-21 20:02:54 UTC (rev 1364930)
+++ PKGBUILD    2022-12-21 20:03:07 UTC (rev 1364931)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-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
-}

Copied: fpylll/repos/community-x86_64/PKGBUILD (from rev 1364930, 
fpylll/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-21 20:03:07 UTC (rev 1364931)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgbase=fpylll
+pkgname=python-fpylll
+pkgver=0.5.8
+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=('3f32344b44c5a0064f6ad493cfacea0fee123eec3a85f252fe1316e0982a16aa')
+
+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