summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-05 18:26:26 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-07 10:26:28 +0100
commitbbca303f036ec24e03bd956c2365dd8cc235022c (patch)
tree417202df0aa3e334d725292f47900419d24e60f8 /eclass
parentdev-python/numpy: Bump to 1.24.2 (diff)
downloadgentoo-bbca303f036ec24e03bd956c2365dd8cc235022c.tar.gz
gentoo-bbca303f036ec24e03bd956c2365dd8cc235022c.tar.bz2
gentoo-bbca303f036ec24e03bd956c2365dd8cc235022c.zip
pypi.eclass: Permit EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/pypi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass
index e11999fc7e9c..80860e422ad4 100644
--- a/eclass/pypi.eclass
+++ b/eclass/pypi.eclass
@@ -6,7 +6,7 @@
# Michał Górny <mgorny@gentoo.org>
# @AUTHOR:
# Michał Górny <mgorny@gentoo.org>
-# @SUPPORTED_EAPIS: 8
+# @SUPPORTED_EAPIS: 7 8
# @BLURB: A helper eclass to generate PyPI source URIs
# @DESCRIPTION:
# The pypi.eclass can be used to easily obtain URLs for artifacts
@@ -27,7 +27,7 @@
# @CODE@
case ${EAPI} in
- 8) ;;
+ 7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac