Date: Monday, October 19, 2020 @ 19:57:43
  Author: arojas
Revision: 727235

archrelease: copy trunk to community-staging-x86_64

Added:
  cypari2/repos/community-staging-x86_64/
  cypari2/repos/community-staging-x86_64/PKGBUILD
    (from rev 727234, cypari2/trunk/PKGBUILD)

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

Copied: cypari2/repos/community-staging-x86_64/PKGBUILD (from rev 727234, 
cypari2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-19 19:57:43 UTC (rev 727235)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgbase=cypari2
+pkgname=python-cypari2
+pkgver=2.1.1
+pkgrel=4
+pkgdesc="Cython bindings for PARI"
+arch=(x86_64)
+url="https://www.sagemath.org";
+license=(LGPL)
+depends=(python-cysignals)
+makedepends=(cython)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/defeo/cypari2/archive/$pkgver.tar.gz";)
+sha256sums=('8b707cba6f5ed249105348d3e29ce55c12c7ed5556ff6e0ae03f7aa792321e10')
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+}
+
+package_python-cypari2() {
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+}

Reply via email to