diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-21 21:15:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-30 08:17:17 +0100 |
commit | 61b548c5d55986c662247789e07fecc54c7b3b1a (patch) | |
tree | 340b97b94ddb400dddcd25b60a1ced0d0569955b | |
parent | python-utils-r1.eclass: Depend on dev-lang/pypy directly (diff) | |
download | gentoo-61b548c5d55986c662247789e07fecc54c7b3b1a.tar.gz gentoo-61b548c5d55986c662247789e07fecc54c7b3b1a.tar.bz2 gentoo-61b548c5d55986c662247789e07fecc54c7b3b1a.zip |
distutils-r1.eclass: Disable setuptools trove-classifier validation
Closes: https://github.com/gentoo/gentoo/pull/39042
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | eclass/distutils-r1.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index e5a13e9c88cd..a65dd3ef2a8f 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1259,6 +1259,8 @@ distutils_pep517_install() { # set it globally in case we were using "standalone" wrapper local -x HATCH_METADATA_CLASSIFIERS_NO_VERIFY=1 + local -x VALIDATE_PYPROJECT_NO_NETWORK=1 + local -x VALIDATE_PYPROJECT_NO_TROVE_CLASSIFIERS=1 if in_iuse debug && use debug; then local -x SETUPTOOLS_RUST_CARGO_PROFILE=dev fi |