Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-zope-security
Commits:
1952e1d9 by Jelle van der Waa at 2024-11-30T12:59:04+01:00
upgpkg: 7.3-2: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-zope-security
pkgdesc = Zope Security Framework
pkgver = 7.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zopefoundation/zope.security
arch = x86_64
license = ZPL-2.1
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-zope-security
_pkgname=zope.security
pkgver=7.3
-pkgrel=1
+pkgrel=2
pkgdesc="Zope Security Framework"
arch=('x86_64')
url="https://github.com/zopefoundation/zope.security"
@@ -35,6 +35,11 @@ optdepends=('python-zope-configuration: for ZCML support')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=('9e1c2b045a4309b47e5b32a8b183407c4441c87f95ce522dc511b8e5297b5718bd7112797fe94057534ac1b126530bac42a13de510739d793f29fd26064ebe57')
+prepare() {
+ cd $_pkgname-$pkgver
+ sed -i 's/setuptools<74/setuptools/' pyproject.toml
+}
+
build() {
cd $_pkgname-$pkgver
python -m build --wheel --no-isolation
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-security/-/commit/1952e1d946e095ab77aaf598988f8e959f078cac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-security/-/commit/1952e1d946e095ab77aaf598988f8e959f078cac
You're receiving this email because of your account on gitlab.archlinux.org.