Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-zope-hookable
Commits:
f36e5702 by Carl Smedstad at 2024-11-16T21:49:00+01:00
upgpkg: 7.0-2: python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-zope-hookable
pkgdesc = Represents the core of the Zope hookable Architecture
pkgver = 7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zopefoundation/zope.hookable
arch = x86_64
license = ZPL-2.1
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-zope-hookable
_pkgname=zope.hookable
pkgver=7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Represents the core of the Zope hookable Architecture"
arch=('x86_64')
url="https://github.com/zopefoundation/zope.hookable"
@@ -25,7 +25,7 @@
sha512sums=('05c16b2ed0bf9708f3038d07c279efe07472f320a6d33db4cd2f518fced2f2da3ff
build() {
cd $_pkgname-$pkgver
- python -m build --wheel --no-isolation
+ python -m build --wheel --no-isolation --skip-dependency-check
}
check() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-hookable/-/commit/f36e5702d86eefec1205bb648ffe3d9b6874a5e8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-hookable/-/commit/f36e5702d86eefec1205bb648ffe3d9b6874a5e8
You're receiving this email because of your account on gitlab.archlinux.org.