mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/hunter: add 3.6.1, drop 3.6.0
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
12
dev-python/hunter/files/fix_backend.patch
Normal file
12
dev-python/hunter/files/fix_backend.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Upstream uses custom file as backend
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -4,7 +4,7 @@ requires = [
|
||||
"wheel",
|
||||
"setuptools_scm>=3.3.1,!=4.0.0",
|
||||
]
|
||||
-build-backend = "backend"
|
||||
+build-backend = "setuptools.build_meta"
|
||||
backend-path = ["build_backend"]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
Reference in New Issue
Block a user