Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-cython-test-exception-raiser
Commits:
6b80b3e6 by Felix Yan at 2026-02-26T20:16:08+08:00
upgpkg: 25.11.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,18 @@
pkgbase = python-cython-test-exception-raiser
pkgdesc = A trivial extension that just raises an exception
- pkgver = 1.0.2
- pkgrel = 8
+ pkgver = 25.11.0
+ pkgrel = 1
url = https://github.com/twisted/cython-test-exception-raiser
arch = x86_64
license = MIT
+ makedepends = git
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = cython
depends = python
- source =
https://github.com/twisted/cython-test-exception-raiser/archive/v1.0.2/python-cython-test-exception-raiser-1.0.2.tar.gz
- sha512sums =
ad245eb87fe2d4d93d244b125d80f17fe6deeac86ae9a9129d211d9ff1738da39dc30d49a80f33d50a6fa52029403018c87a8637db9c21098ef8b0e3afe20ea7
+ source =
git+https://github.com/twisted/cython-test-exception-raiser.git#tag=25.11.0
+ sha512sums =
c493a5ff8ec372dff83facf16cdf92c220993f95c5fd6dc9aa107e3e2848c089a66c7355497222757f3f23308a1d1f6a04fa1e600dc2c91212b25fc3d0386d91
pkgname = python-cython-test-exception-raiser
=====================================
PKGBUILD
=====================================
@@ -1,25 +1,24 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-cython-test-exception-raiser
-pkgver=1.0.2
-pkgrel=8
+pkgver=25.11.0
+pkgrel=1
pkgdesc="A trivial extension that just raises an exception"
url="https://github.com/twisted/cython-test-exception-raiser"
license=('MIT')
arch=('x86_64')
depends=('python')
-makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel' 'cython')
-source=("https://github.com/twisted/cython-test-exception-raiser/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('ad245eb87fe2d4d93d244b125d80f17fe6deeac86ae9a9129d211d9ff1738da39dc30d49a80f33d50a6fa52029403018c87a8637db9c21098ef8b0e3afe20ea7')
+makedepends=('git' 'python-setuptools' 'python-build' 'python-installer'
'python-wheel' 'cython')
+source=("git+https://github.com/twisted/cython-test-exception-raiser.git#tag=$pkgver")
+sha512sums=('c493a5ff8ec372dff83facf16cdf92c220993f95c5fd6dc9aa107e3e2848c089a66c7355497222757f3f23308a1d1f6a04fa1e600dc2c91212b25fc3d0386d91')
build() {
- cd cython-test-exception-raiser-$pkgver
+ cd cython-test-exception-raiser
python -m build --wheel --no-isolation
}
package() {
- cd cython-test-exception-raiser-$pkgver
+ cd cython-test-exception-raiser
python -m installer --destdir="$pkgdir" dist/*.whl
-
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cython-test-exception-raiser/-/commit/6b80b3e6f024aa52081968525ae81b441b8c0b53
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cython-test-exception-raiser/-/commit/6b80b3e6f024aa52081968525ae81b441b8c0b53
You're receiving this email because of your account on gitlab.archlinux.org.