summaryrefslogtreecommitdiff
path: root/dev-libs/gobject-introspection
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-09-03 07:37:00 +0200
committerMichał Górny <mgorny@gentoo.org>2024-09-06 11:25:49 +0200
commitbc01ac0c0b98fddd54dd9637a56c9cc5023b9e5d (patch)
tree30d47ce5e20da33e826d0d92d2a3776217e0806b /dev-libs/gobject-introspection
parent389cfb3a33a03514a53d0918e9398822f82884d7 (diff)
downloadgentoo-bc01ac0c0b98fddd54dd9637a56c9cc5023b9e5d.tar.gz
gentoo-bc01ac0c0b98fddd54dd9637a56c9cc5023b9e5d.tar.bz2
gentoo-bc01ac0c0b98fddd54dd9637a56c9cc5023b9e5d.zip
dev-libs/gobject-introspection: Require <dev-python/setuptools-74
Force <dev-python/setuptools-74 to fix incompatibility due to removed deprecated distutils.msvccompiler. This is a temporary solution to avoid patching stable versions. Incidentally, this also extends the setuptools dependency to older Python versions, but that should not be a real issue, and we should probably prefer having it for consistency anyway. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.76.1-r1.ebuild (renamed from dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild)3
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.78.1-r1.ebuild (renamed from dev-libs/gobject-introspection/gobject-introspection-1.78.1.ebuild)4
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild4
3 files changed, 6 insertions, 5 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.76.1-r1.ebuild
index dd5dc146ec03..47d0dfe21616 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.76.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="xml(+)"
inherit gnome.org meson python-single-r1 xdg
@@ -22,6 +22,7 @@ RDEPEND="
>=dev-libs/gobject-introspection-common-${PV}
>=dev-libs/glib-2.75.0:2
dev-libs/libffi:=
+ <dev-python/setuptools-74
doctool? (
$(python_gen_cond_dep '
dev-python/mako[${PYTHON_USEDEP}]
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.78.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.78.1-r1.ebuild
index b9506b1ab48c..899547ef007e 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.78.1.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.78.1-r1.ebuild
@@ -23,8 +23,8 @@ RDEPEND="
>=dev-libs/glib-2.$(($(ver_cut 2) - 1)).0:2
dev-libs/libffi:=
$(python_gen_cond_dep '
- dev-python/setuptools[${PYTHON_USEDEP}]
- ' 3.12)
+ <dev-python/setuptools-74[${PYTHON_USEDEP}]
+ ')
doctool? (
$(python_gen_cond_dep '
dev-python/mako[${PYTHON_USEDEP}]
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild
index 511ec1bdb784..0fb774a4c879 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
>=dev-libs/glib-2.79.0:2
dev-libs/libffi:=
$(python_gen_cond_dep '
- dev-python/setuptools[${PYTHON_USEDEP}]
- ' 3.12)
+ <dev-python/setuptools-74[${PYTHON_USEDEP}]
+ ')
doctool? (
$(python_gen_cond_dep '
dev-python/mako[${PYTHON_USEDEP}]