diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-21 13:42:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-21 13:42:05 +0200 |
commit | 48cbc21423f95e1678adf542267beead0c057660 (patch) | |
tree | df8cc2f3a86ae393381a0a61159ba2312db0c2f4 /dev-python/setuptools | |
parent | dev-python/trove-classifiers: Remove old (diff) | |
download | gentoo-48cbc21423f95e1678adf542267beead0c057660.tar.gz gentoo-48cbc21423f95e1678adf542267beead0c057660.tar.bz2 gentoo-48cbc21423f95e1678adf542267beead0c057660.zip |
dev-python/setuptools: Bump trove-classifiers dep
Closes: https://bugs.gentoo.org/941683
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/setuptools-74.1.3-r1.ebuild (renamed from dev-python/setuptools/setuptools-74.1.3.ebuild) | 2 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-75.2.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/setuptools/setuptools-74.1.3.ebuild b/dev-python/setuptools/setuptools-74.1.3-r1.ebuild index 652157bb1a0e..9cc97e5921d2 100644 --- a/dev-python/setuptools/setuptools-74.1.3.ebuild +++ b/dev-python/setuptools/setuptools-74.1.3-r1.ebuild @@ -71,7 +71,7 @@ BDEPEND=" # https://github.com/pypa/setuptools/issues/4459 PDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] - >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}] + >=dev-python/trove-classifiers-2024.10.16[${PYTHON_USEDEP}] " src_prepare() { diff --git a/dev-python/setuptools/setuptools-75.2.0.ebuild b/dev-python/setuptools/setuptools-75.2.0.ebuild index e04c2c70c4cd..c66232a1e7d2 100644 --- a/dev-python/setuptools/setuptools-75.2.0.ebuild +++ b/dev-python/setuptools/setuptools-75.2.0.ebuild @@ -73,7 +73,7 @@ BDEPEND=" # https://github.com/pypa/setuptools/issues/4459 PDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] - >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}] + >=dev-python/trove-classifiers-2024.10.16[${PYTHON_USEDEP}] " src_prepare() { |