Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-keyutils
Commits:
7959c885 by Antonio Rojas at 2025-12-27T20:59:33+01:00
upgpkg: 0.6-12: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-keyutils
pkgdesc = A set of python bindings for keyutils
pkgver = 0.6
- pkgrel = 11
+ pkgrel = 12
url = https://github.com/sassoftware/python-keyutils
arch = x86_64
license = Apache-2.0
@@ -14,7 +14,7 @@ pkgbase = python-keyutils
makedepends = cython
depends = python
depends = keyutils
- source =
python-keyutils-0.6.tar.gz::https://github.com/sassoftware/python-keyutils/archive/0.6.tar.gz
- sha256sums =
f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b
+ source = https://pypi.io/packages/source/k/keyutils/keyutils-0.6.tar.gz
+ sha256sums =
a9cfbacc33a5ada165531ff2d6e1241ec93a9f0cabc63205d6ff73f8eff33752
pkgname = python-keyutils
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-keyutils
pkgver=0.6
-pkgrel=11
+pkgrel=12
pkgdesc="A set of python bindings for keyutils"
arch=("x86_64")
url="https://github.com/sassoftware/python-keyutils"
@@ -11,21 +11,23 @@ license=("Apache-2.0")
depends=("python" "keyutils")
makedepends=("python" "python-setuptools" "python-build" "python-installer"
"python-wheel" "cython")
checkdepends=("python-pytest")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/$pkgver.tar.gz")
-sha256sums=('f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b')
+#source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/$pkgver.tar.gz")
+# github repo is gone
+source=("https://pypi.io/packages/source/k/keyutils/keyutils-${pkgver}.tar.gz")
+sha256sums=('a9cfbacc33a5ada165531ff2d6e1241ec93a9f0cabc63205d6ff73f8eff33752')
prepare() {
# Remove dependency on pytest-runner
- sed -i '/pytest-runner/d' "$pkgname-$pkgver"/setup.py
+ sed -i '/pytest-runner/d' "keyutils-$pkgver"/setup.py
}
build(){
- cd "$pkgname-$pkgver"
+ cd "keyutils-$pkgver"
cython keyutils/_keyutils.pyx
python -m build --wheel --no-isolation
}
package(){
- cd "$pkgname-$pkgver"
+ cd "keyutils-$pkgver"
python -m installer --destdir="$pkgdir" dist/*.whl
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keyutils/-/commit/7959c885be7d8a4b3db1cffdb116a8bbab120669
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keyutils/-/commit/7959c885be7d8a4b3db1cffdb116a8bbab120669
You're receiving this email because of your account on gitlab.archlinux.org.