* [gentoo-commits] repo/proj/guru:master commit in: dev-python/axisregistry/, dev-python/axisregistry/files/
@ 2022-06-30 17:39 Florian Schmaus
0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2022-06-30 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 6c96c09ff21b606009ffec2a81b41b9aebbaf33b
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Jun 30 10:40:39 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 10:40:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c96c09f
dev-python/axisregistry: redo the patch
Closes: https://bugs.gentoo.org/855323
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/axisregistry/axisregistry-0.3.2.ebuild | 2 +-
.../axisregistry-0.3.2-remove-setuptools_scm-constraint.patch | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/dev-python/axisregistry/axisregistry-0.3.2.ebuild b/dev-python/axisregistry/axisregistry-0.3.2.ebuild
index 0339faa33..39fdb1de2 100644
--- a/dev-python/axisregistry/axisregistry-0.3.2.ebuild
+++ b/dev-python/axisregistry/axisregistry-0.3.2.ebuild
@@ -24,7 +24,7 @@ DEPEND="
>=dev-python/setuptools_scm-4[${PYTHON_USEDEP}]
"
-PATCHES=( "${FILESDIR}/${PN}-0.2.0-remove-setuptools_scm-constraint.patch" )
+PATCHES=( "${FILESDIR}/${P}-remove-setuptools_scm-constraint.patch" )
distutils_enable_tests pytest
diff --git a/dev-python/axisregistry/files/axisregistry-0.3.2-remove-setuptools_scm-constraint.patch b/dev-python/axisregistry/files/axisregistry-0.3.2-remove-setuptools_scm-constraint.patch
new file mode 100644
index 000000000..c50745baa
--- /dev/null
+++ b/dev-python/axisregistry/files/axisregistry-0.3.2-remove-setuptools_scm-constraint.patch
@@ -0,0 +1,10 @@
+--- a/setup.py
++++ b/setup.py
+@@ -42,6 +42,6 @@
+ "Programming Language :: Python :: 3",
+ ],
+ python_requires=">=3.7",
+- setup_requires=["setuptools_scm>=4,<6.1"],
++ setup_requires=["setuptools_scm>=4"],
+ install_requires=["protobuf"],
+ )
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-06-30 17:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 17:39 [gentoo-commits] repo/proj/guru:master commit in: dev-python/axisregistry/, dev-python/axisregistry/files/ Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox