diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-05 18:54:43 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-05 18:54:43 +0000 |
| commit | c5a7034a331d43d4ad46ea9a01e20fa83d52ed24 (patch) | |
| tree | f11eced8ec37ac09f68be3e2024ebaef196e2cb6 /dev-python/setuptools | |
| parent | ea6cd7e4f8e5606e1bf55158f1cc658accdcaf4c (diff) | |
| download | baldeagleos-repo-c5a7034a331d43d4ad46ea9a01e20fa83d52ed24.tar.gz baldeagleos-repo-c5a7034a331d43d4ad46ea9a01e20fa83d52ed24.tar.xz baldeagleos-repo-c5a7034a331d43d4ad46ea9a01e20fa83d52ed24.zip | |
Adding metadata
Diffstat (limited to 'dev-python/setuptools')
| -rw-r--r-- | dev-python/setuptools/setuptools-70.1.1-r1.ebuild (renamed from dev-python/setuptools/setuptools-70.1.1.ebuild) | 5 | ||||
| -rw-r--r-- | dev-python/setuptools/setuptools-70.2.0-r1.ebuild (renamed from dev-python/setuptools/setuptools-70.2.0.ebuild) | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/setuptools/setuptools-70.1.1.ebuild b/dev-python/setuptools/setuptools-70.1.1-r1.ebuild index 57d94a5e8235..6f908b1a57cb 100644 --- a/dev-python/setuptools/setuptools-70.1.1.ebuild +++ b/dev-python/setuptools/setuptools-70.1.1-r1.ebuild @@ -63,8 +63,13 @@ BDEPEND=" " # setuptools-scm is here because installing plugins apparently breaks stuff at # runtime, so let's pull it early. See bug #663324. +# +# trove-classifiers are optionally used in validation, if they are +# installed. Since we really oughtn't block them, let's always enforce +# the newest version for the time being to avoid errors. PDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] + >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}] " src_prepare() { diff --git a/dev-python/setuptools/setuptools-70.2.0.ebuild b/dev-python/setuptools/setuptools-70.2.0-r1.ebuild index 7c827878fddf..b9d3d4c602b8 100644 --- a/dev-python/setuptools/setuptools-70.2.0.ebuild +++ b/dev-python/setuptools/setuptools-70.2.0-r1.ebuild @@ -63,8 +63,14 @@ BDEPEND=" " # setuptools-scm is here because installing plugins apparently breaks stuff at # runtime, so let's pull it early. See bug #663324. +# +# trove-classifiers are optionally used in validation, if they are +# installed. Since we really oughtn't block them, let's always enforce +# the newest version for the time being to avoid errors. +# https://github.com/pypa/setuptools/issues/4459 PDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] + >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}] " src_prepare() { |
