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


Commits:
46e02a0a by Jelle van der Waa at 2024-11-18T12:11:46+01:00
upgpkg: 3.2.0-5: Rebuild for Python 3.13

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-graphql-relay
        pkgdesc = A library to help construct a graphql-py server supporting 
react-relay
        pkgver = 3.2.0
-       pkgrel = 4
+       pkgrel = 5
        url = https://github.com/graphql-python/graphql-relay-py
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=python-graphql-relay
 pkgver=3.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc='A library to help construct a graphql-py server supporting 
react-relay'
 url=https://github.com/graphql-python/graphql-relay-py
 arch=(any)
@@ -30,6 +30,11 @@ pkgver() {
   git describe --tags | sed 's/^v//'
 }
 
+prepare() {
+  cd graphql-relay-py
+  sed -i 's/setuptools>=59,<70/setuptools/' pyproject.toml
+}
+
 build() {
   cd graphql-relay-py
   python -m build --wheel --no-isolation



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-graphql-relay/-/commit/46e02a0a22c39c5ffc373a485744b3493ef939f0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-graphql-relay/-/commit/46e02a0a22c39c5ffc373a485744b3493ef939f0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to