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

Antonio Rojas arojas at archlinux.org
Wed Oct 19 16:01:06 UTC 2016


    Date: Wednesday, October 19, 2016 @ 16:01:06
  Author: arojas
Revision: 192595

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

Added:
  cysignals/repos/community-staging-i686/
  cysignals/repos/community-staging-i686/PKGBUILD
    (from rev 192594, cysignals/trunk/PKGBUILD)
  cysignals/repos/community-staging-x86_64/
  cysignals/repos/community-staging-x86_64/PKGBUILD
    (from rev 192594, cysignals/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: cysignals/repos/community-staging-i686/PKGBUILD (from rev 192594, cysignals/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-10-19 16:01:06 UTC (rev 192595)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=cysignals
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org"
+license=(LGPL)
+depends=(python2 pari-sage)
+makedepends=(python2-sphinx cython2)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('bf8a23b71a6e14009829bb1b6e294555')
+
+prepare() {
+  sed -e 's|sphinx-build|sphinx-build2|g' -i $pkgname-$pkgver/docs/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}
+

Copied: cysignals/repos/community-staging-x86_64/PKGBUILD (from rev 192594, cysignals/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-10-19 16:01:06 UTC (rev 192595)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=cysignals
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org"
+license=(LGPL)
+depends=(python2 pari-sage)
+makedepends=(python2-sphinx cython2)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('bf8a23b71a6e14009829bb1b6e294555')
+
+prepare() {
+  sed -e 's|sphinx-build|sphinx-build2|g' -i $pkgname-$pkgver/docs/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}
+



More information about the arch-commits mailing list