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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 18:45:47 UTC 2021


    Date: Thursday, December 2, 2021 @ 18:45:46
  Author: foutrelis
Revision: 1062251

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 18:45:45 UTC (rev 1062250)
+++ PKGBUILD	2021-12-02 18:45:46 UTC (rev 1062251)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgbase=fpylll
-pkgname=python-fpylll
-pkgver=0.5.6
-pkgrel=6
-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=('c69bf4b3344f60ca40743af9b9246ce51f651c2cf54d2b88a4deff18b1b5f246')
-
-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-staging-x86_64/PKGBUILD (from rev 1062249, fpylll/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 18:45:46 UTC (rev 1062251)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=fpylll
+pkgname=python-fpylll
+pkgver=0.5.6
+pkgrel=7
+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=('c69bf4b3344f60ca40743af9b9246ce51f651c2cf54d2b88a4deff18b1b5f246')
+
+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