summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-22 15:39:37 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-22 15:39:37 +0100
commit12783bf82788b83a015afa21f6f9941e5f8b4d50 (patch)
tree5bf1a674fc9f3c00b04611319caaaf517a12b019 /eclass
parentdev-python/google-api-python-client: Remove old (diff)
downloadgentoo-12783bf82788b83a015afa21f6f9941e5f8b4d50.tar.gz
gentoo-12783bf82788b83a015afa21f6f9941e5f8b4d50.tar.bz2
gentoo-12783bf82788b83a015afa21f6f9941e5f8b4d50.zip
pypi.eclass: Fix @CODE eclassdoc tag
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 182b0b6b8c3e..79007a2ad0ed 100644
--- a/eclass/pypi.eclass
+++ b/eclass/pypi.eclass
@@ -28,12 +28,12 @@
# equivalent.
#
# @EXAMPLE:
-# @CODE@
+# @CODE
# inherit pypi
#
# SRC_URI="$(pypi_sdist_url "${PN^}" "${PV}")"
# S=${WORKDIR}/${P^}
-# @CODE@
+# @CODE
case ${EAPI} in
7|8) ;;