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

Antonio Rojas arojas at archlinux.org
Mon Jan 11 19:29:22 UTC 2021


    Date: Monday, January 11, 2021 @ 19:29:22
  Author: arojas
Revision: 818261

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-11 19:29:10 UTC (rev 818260)
+++ PKGBUILD	2021-01-11 19:29:22 UTC (rev 818261)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgbase=fpylll
-pkgname=python-fpylll
-pkgver=0.5.4
-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)
-source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz")
-sha256sums=('10d136b81e26776c7d58b50099f341147c378c560e6c0353e918151769dc0ea8')
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-}
-
-package_python-fpylll() {
-  cd $pkgbase-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: fpylll/repos/community-x86_64/PKGBUILD (from rev 818260, fpylll/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-11 19:29:22 UTC (rev 818261)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=fpylll
+pkgname=python-fpylll
+pkgver=0.5.5
+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)
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz")
+sha256sums=('791aa79da39ee8d995341168f9e1cadf1434415b3a619941f6346078ff63d5ce')
+
+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