[arch-commits] Commit in cysignals/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Mon Oct 19 19:52:54 UTC 2020
Date: Monday, October 19, 2020 @ 19:52:54
Author: arojas
Revision: 727227
archrelease: copy trunk to community-staging-x86_64
Added:
cysignals/repos/community-staging-x86_64/
cysignals/repos/community-staging-x86_64/PKGBUILD
(from rev 727226, cysignals/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: cysignals/repos/community-staging-x86_64/PKGBUILD (from rev 727226, cysignals/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-10-19 19:52:54 UTC (rev 727227)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=cysignals
+pkgname=python-cysignals
+pkgver=1.10.2
+pkgrel=6
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(x86_64)
+url="https://www.sagemath.org"
+license=(LGPL)
+depends=(python pari)
+makedepends=(cython)
+conflicts=(python2-cysignals python2-fpylll python2-cypari2 python2-pplpy)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz")
+sha256sums=('8107b67a0c5991f74b0e000c6fa9fe8efcb2a22c7ede5b017aac4c3e20fb7db2')
+
+build() {
+ cd $pkgbase-$pkgver
+ python setup.py build
+}
+
+package_python-cysignals() {
+ cd $pkgbase-$pkgver
+ python setup.py install --root="$pkgdir"
+}
More information about the arch-commits
mailing list