aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-12-06 11:19:53 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-12-06 11:45:49 +0100
commit6d5d75a0a3644f68d7f15aba2011fd2ce657acd6 (patch)
treea90cd18dbce5859c1806fb868bc7a39ca1a1ff54 /dev-python/hypercorn/hypercorn-0.11.1.ebuild
parenteclass/docs: moved to ::gentoo (diff)
downloadguru-6d5d75a0a3644f68d7f15aba2011fd2ce657acd6.tar.gz
guru-6d5d75a0a3644f68d7f15aba2011fd2ce657acd6.tar.bz2
guru-6d5d75a0a3644f68d7f15aba2011fd2ce657acd6.zip
*/*: variables renamed in new docs.eclass
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/hypercorn/hypercorn-0.11.1.ebuild')
-rw-r--r--dev-python/hypercorn/hypercorn-0.11.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/hypercorn/hypercorn-0.11.1.ebuild b/dev-python/hypercorn/hypercorn-0.11.1.ebuild
index a56d3d367..01813d36d 100644
--- a/dev-python/hypercorn/hypercorn-0.11.1.ebuild
+++ b/dev-python/hypercorn/hypercorn-0.11.1.ebuild
@@ -6,12 +6,12 @@ EAPI="7"
PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
-DOCBUILDER="sphinx"
-DOCDEPEND="
+DOCS_BUILDER="sphinx"
+DOCS_DEPEND="
dev-python/sphinxcontrib-napoleon
dev-python/pydata-sphinx-theme
"
-DOCDIR="${S}/docs"
+DOCS_DIR="${S}/docs"
inherit distutils-r1 docs optfeature