summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-21 21:15:07 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-30 08:17:17 +0100
commit61b548c5d55986c662247789e07fecc54c7b3b1a (patch)
tree340b97b94ddb400dddcd25b60a1ced0d0569955b
parentpython-utils-r1.eclass: Depend on dev-lang/pypy directly (diff)
downloadgentoo-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.eclass2
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