Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-btrees


Commits:
0136ad76 by Jelle van der Waa at 2024-11-17T09:49:13+01:00
upgpkg: 6.1-2: Rebuild for Python 3.13

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-btrees
        pkgdesc = A fancy and practical functional tools
        pkgver = 6.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/zopefoundation/btrees
        arch = x86_64
        license = ZPL


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=python-btrees
 pkgver=6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A fancy and practical functional tools'
 arch=('x86_64')
 license=('ZPL')
@@ -13,6 +13,12 @@ checkdepends=('python-transaction' 'python-zope-testrunner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz";)
 
sha512sums=('ec45359eb18a30cf838bc5e1c4276e59d1672f19da17d06aed9877b8661c926a87ff408317401615d267dcb6be9de1772491de19182d79ad5f1510324f4203bb')
 
+prepare() {
+  cd BTrees-$pkgver
+  # HACK: allow building with our setuptools version
+  sed -i 's/setuptools<74/setuptools/' pyproject.toml
+}
+
 build() {
   cd BTrees-$pkgver
   python -m build --wheel --no-isolation



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-btrees/-/commit/0136ad76bf9f5a7bc4cd5c291f29d5195be9f4aa

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


Reply via email to