gentoo-ebuilds/x11-wm/xpra/files/xpra-9999-pep517.patch
Paul Zander dcc3756596
x11-wm/xpra: add 6.0.1, 6.9999, update 9999
- Python 3.12 support
- PEP517 support
- re-enabled tests
- general rework of the ebuild

Closes: https://bugs.gentoo.org/912679
Closes: https://bugs.gentoo.org/929898
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37042
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
2024-06-10 22:18:21 +03:00

12 lines
282 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index 501829c18..842a2b962 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,7 @@
[build-system]
requires = ["setuptools", "cython"]
build-backend = "setuptools.build_meta"
+backend-path = [ "" ]
[project]
name = "xpra"