[arch-commits] Commit in fpylll/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Oct 18 18:43:56 UTC 2016
Date: Tuesday, October 18, 2016 @ 18:43:56
Author: arojas
Revision: 192541
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
fpylll/repos/community-staging-i686/PKGBUILD
(from rev 192540, fpylll/trunk/PKGBUILD)
fpylll/repos/community-staging-x86_64/PKGBUILD
(from rev 192540, fpylll/trunk/PKGBUILD)
Deleted:
fpylll/repos/community-staging-i686/PKGBUILD
fpylll/repos/community-staging-x86_64/PKGBUILD
-----------------------------------+
/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++
community-staging-i686/PKGBUILD | 25 ----------------
community-staging-x86_64/PKGBUILD | 25 ----------------
3 files changed, 56 insertions(+), 50 deletions(-)
Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD 2016-10-18 18:43:26 UTC (rev 192540)
+++ community-staging-i686/PKGBUILD 2016-10-18 18:43:56 UTC (rev 192541)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=fpylll
-pkgver=0.2.2dev
-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) # sagemath
-source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('199592d6870baa8db6222a1e8eca45df')
-
-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-staging-i686/PKGBUILD (from rev 192540, fpylll/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-18 18:43:56 UTC (rev 192541)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fpylll
+pkgver=0.2.2dev
+pkgrel=2
+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 sagemath)
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('199592d6870baa8db6222a1e8eca45df')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ln -s /usr/lib/python2.7/site-packages/sage src
+ export SAGE_ROOT=$PWD
+ python2 setup.py build
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD 2016-10-18 18:43:26 UTC (rev 192540)
+++ community-staging-x86_64/PKGBUILD 2016-10-18 18:43:56 UTC (rev 192541)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=fpylll
-pkgver=0.2.2dev
-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) # sagemath
-source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('199592d6870baa8db6222a1e8eca45df')
-
-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-staging-x86_64/PKGBUILD (from rev 192540, fpylll/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-10-18 18:43:56 UTC (rev 192541)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fpylll
+pkgver=0.2.2dev
+pkgrel=2
+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 sagemath)
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('199592d6870baa8db6222a1e8eca45df')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ln -s /usr/lib/python2.7/site-packages/sage src
+ export SAGE_ROOT=$PWD
+ 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