[arch-commits] Commit in fpylll/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue Nov 8 22:44:51 UTC 2016


    Date: Tuesday, November 8, 2016 @ 22:44:50
  Author: arojas
Revision: 195177

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ----------------------
 community-x86_64/PKGBUILD |   26 ----------------------
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-08 22:44:22 UTC (rev 195176)
+++ community-i686/PKGBUILD	2016-11-08 22:44:50 UTC (rev 195177)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=fpylll
-pkgver=0.2.3dev
-pkgrel=1
-pkgdesc="A Python interface for fplll"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fpylll"
-license=(GPL2)
-depends=(fplll python2-numpy)
-makedepends=(cysignals cython2)
-optdepends=('sagemath: use Sage integers implementation')
-source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('bebeead2e4a6f2fdb82410f04f0d1f4f')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-

Copied: fpylll/repos/community-i686/PKGBUILD (from rev 195176, fpylll/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-08 22:44:50 UTC (rev 195177)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fpylll
+pkgver=0.2.3dev
+pkgrel=2
+pkgdesc="A Python interface for fplll"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fpylll"
+license=(GPL2)
+depends=(fplll python2-numpy cysignals)
+makedepends=(cython2)
+optdepends=('sagemath: use Sage integers implementation')
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('bebeead2e4a6f2fdb82410f04f0d1f4f')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-08 22:44:22 UTC (rev 195176)
+++ community-x86_64/PKGBUILD	2016-11-08 22:44:50 UTC (rev 195177)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=fpylll
-pkgver=0.2.3dev
-pkgrel=1
-pkgdesc="A Python interface for fplll"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fpylll"
-license=(GPL2)
-depends=(fplll python2-numpy)
-makedepends=(cysignals cython2)
-optdepends=('sagemath: use Sage integers implementation')
-source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('bebeead2e4a6f2fdb82410f04f0d1f4f')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-

Copied: fpylll/repos/community-x86_64/PKGBUILD (from rev 195176, fpylll/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-08 22:44:50 UTC (rev 195177)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fpylll
+pkgver=0.2.3dev
+pkgrel=2
+pkgdesc="A Python interface for fplll"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fpylll"
+license=(GPL2)
+depends=(fplll python2-numpy cysignals)
+makedepends=(cython2)
+optdepends=('sagemath: use Sage integers implementation')
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('bebeead2e4a6f2fdb82410f04f0d1f4f')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+



More information about the arch-commits mailing list