Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-graphql-core
Commits:
bf6daef6 by Jelle van der Waa at 2024-11-18T10:19:51+01:00
upgpkg: 3.2.4-2: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-graphql-core
pkgdesc = GraphQL base implementation for Python
pkgver = 3.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/graphql-python/graphql-core
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-graphql-core
pkgver=3.2.4
-pkgrel=1
+pkgrel=2
pkgdesc='GraphQL base implementation for Python'
url=https://github.com/graphql-python/graphql-core
arch=(any)
@@ -32,6 +32,12 @@ pkgver() {
git describe --tags | sed 's/^v//'
}
+prepare() {
+ cd graphql-core
+ # HACK: workaround older setuptools requirements
+ sed -i 's/setuptools>=59,<70/setuptools/' pyproject.toml
+}
+
build() {
cd graphql-core
python -m build --wheel --no-isolation
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-graphql-core/-/commit/bf6daef6aeee1f5e571c204686a6c32de76d66e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-graphql-core/-/commit/bf6daef6aeee1f5e571c204686a6c32de76d66e1
You're receiving this email because of your account on gitlab.archlinux.org.