Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
cysignals


Commits:
c688e6f2 by Antonio Rojas at 2024-09-30T22:55:06+02:00
upgpkg: 1.11.4-3: pari 2.17 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = cysignals
        pkgdesc = Interrupt and signal handling for Cython
        pkgver = 1.11.4
-       pkgrel = 2
+       pkgrel = 3
        url = https://www.sagemath.org
        arch = x86_64
        license = LGPL
        makedepends = cython
+       makedepends = git
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools
@@ -13,7 +14,7 @@ pkgbase = cysignals
        depends = glibc
        depends = pari
        depends = python
-       source = 
https://pypi.python.org/packages/source/c/cysignals/cysignals-1.11.4.tar.gz
-       sha256sums = 
0f1e321e55a07f901c86a36a1e4497f6ff9dfe700681d0130a38c36e4eb238c3
+       source = git+https://github.com/sagemath/cysignals#tag=1.11.4
+       sha256sums = 
993424eb0e8028961978656a7025f238441e9273a0a1a8a10f77b5f3da0e0ee0
 
 pkgname = python-cysignals


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 pkgbase=cysignals
 pkgname=python-cysignals
 pkgver=1.11.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Interrupt and signal handling for Cython'
 arch=(x86_64)
 url='https://www.sagemath.org'
@@ -12,19 +12,20 @@ depends=(glibc
          pari
          python)
 makedepends=(cython
+             git
              python-build
              python-installer
              python-setuptools
              python-wheel)
-source=(https://pypi.python.org/packages/source/c/cysignals/cysignals-$pkgver.tar.gz)
-sha256sums=('0f1e321e55a07f901c86a36a1e4497f6ff9dfe700681d0130a38c36e4eb238c3')
+source=(git+https://github.com/sagemath/cysignals#tag=$pkgver)
+sha256sums=('993424eb0e8028961978656a7025f238441e9273a0a1a8a10f77b5f3da0e0ee0')
 
 build() {
-  cd $pkgbase-$pkgver
+  cd $pkgbase
   python -m build --wheel --no-isolation
 }
 
 package_python-cysignals() {
-  cd $pkgbase-$pkgver
+  cd $pkgbase
   python -m installer --destdir="$pkgdir" dist/*.whl
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cysignals/-/commit/c688e6f25c537b4066a5c49c3a6b62e84ab315e5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cysignals/-/commit/c688e6f25c537b4066a5c49c3a6b62e84ab315e5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to