public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/starlette/, dev-games/surgescript/, dev-python/pytest-trio/, ...
  2020-12-06 10:49 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pymdown-extensions/, dev-python/asyncssh/, dev-python/uvicorn/, Andrew Ammerlaan
@ 2020-12-06 10:46 ` Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2020-12-06 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6d5d75a0a3644f68d7f15aba2011fd2ce657acd6
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Dec  6 10:19:53 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Dec  6 10:45:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d5d75a0

*/*: variables renamed in new docs.eclass

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-embedded/rauc/rauc-1.4.ebuild                             | 4 ++--
 dev-games/surgescript/surgescript-0.5.4.3.ebuild              | 4 ++--
 dev-games/surgescript/surgescript-9999.ebuild                 | 4 ++--
 dev-python/anyio/anyio-2.0.2.ebuild                           | 8 ++++----
 dev-python/asyncssh/asyncssh-2.4.0.ebuild                     | 4 ++--
 dev-python/backrefs/backrefs-4.5.0.ebuild                     | 4 ++--
 dev-python/bracex/bracex-2.0.0.ebuild                         | 4 ++--
 dev-python/databases/databases-0.3.2.ebuild                   | 4 ++--
 dev-python/devtools/devtools-0.6.1.ebuild                     | 4 ++--
 dev-python/gssapi/gssapi-1.6.11.ebuild                        | 4 ++--
 dev-python/httpcore/httpcore-0.10.1.ebuild                    | 6 +++---
 dev-python/httpcore/httpcore-0.12.2.ebuild                    | 6 +++---
 dev-python/httpx/httpx-0.13.3.ebuild                          | 6 +++---
 dev-python/httpx/httpx-0.16.1.ebuild                          | 6 +++---
 dev-python/hypercorn/hypercorn-0.11.1.ebuild                  | 6 +++---
 dev-python/mkdocs-material/mkdocs-material-5.0.0_rc2.ebuild   | 4 ++--
 dev-python/mkdocs-material/mkdocs-material-5.2.3.ebuild       | 4 ++--
 dev-python/mkdocs-material/mkdocs-material-5.3.3.ebuild       | 4 ++--
 dev-python/mkdocs-material/mkdocs-material-6.1.5.ebuild       | 4 ++--
 dev-python/mkdocs-material/mkdocs-material-6.1.6.ebuild       | 4 ++--
 dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild | 4 ++--
 dev-python/pyspelling/pyspelling-2.6.0.ebuild                 | 4 ++--
 dev-python/pytest-trio/pytest-trio-0.7.0.ebuild               | 6 +++---
 dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild           | 6 +++---
 dev-python/starlette/starlette-0.13.8.ebuild                  | 6 +++---
 dev-python/uvicorn/uvicorn-0.12.2.ebuild                      | 4 ++--
 dev-python/uvicorn/uvicorn-0.12.3.ebuild                      | 4 ++--
 dev-python/wcmatch/wcmatch-6.0.1.ebuild                       | 4 ++--
 net-vpn/riseup-vpn/riseup-vpn-0.20.4.ebuild                   | 6 +++---
 29 files changed, 69 insertions(+), 69 deletions(-)

diff --git a/dev-embedded/rauc/rauc-1.4.ebuild b/dev-embedded/rauc/rauc-1.4.ebuild
index 81724822..03fa6f46 100644
--- a/dev-embedded/rauc/rauc-1.4.ebuild
+++ b/dev-embedded/rauc/rauc-1.4.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-DOCBUILDER="sphinx"
-DOCDIR="${S}/docs"
+DOCS_BUILDER="sphinx"
+DOCS_DIR="${S}/docs"
 
 inherit autotools docs
 

diff --git a/dev-games/surgescript/surgescript-0.5.4.3.ebuild b/dev-games/surgescript/surgescript-0.5.4.3.ebuild
index 8b2dadc5..0c9fa28c 100644
--- a/dev-games/surgescript/surgescript-0.5.4.3.ebuild
+++ b/dev-games/surgescript/surgescript-0.5.4.3.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs
 	dev-python/mkdocs-material
 "

diff --git a/dev-games/surgescript/surgescript-9999.ebuild b/dev-games/surgescript/surgescript-9999.ebuild
index 8b2dadc5..0c9fa28c 100644
--- a/dev-games/surgescript/surgescript-9999.ebuild
+++ b/dev-games/surgescript/surgescript-9999.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs
 	dev-python/mkdocs-material
 "

diff --git a/dev-python/anyio/anyio-2.0.2.ebuild b/dev-python/anyio/anyio-2.0.2.ebuild
index 9478c0af..891e7b58 100644
--- a/dev-python/anyio/anyio-2.0.2.ebuild
+++ b/dev-python/anyio/anyio-2.0.2.ebuild
@@ -5,14 +5,14 @@ EAPI="7"
 
 PYTHON_COMPAT=( python3_7 )
 
-DOCBUILDER="sphinx"
-DOCDIR="${S}/docs"
-DOCDEPEND="
+DOCS_BUILDER="sphinx"
+DOCS_DIR="${S}/docs"
+DOCS_DEPEND="
 	dev-python/anyio
 	>=dev-python/sphinx-autodoc-typehints-1.2.0
 	dev-python/sphinx_rtd_theme
 "
-AUTODOC=1
+DOCS_AUTODOC=1
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/asyncssh/asyncssh-2.4.0.ebuild b/dev-python/asyncssh/asyncssh-2.4.0.ebuild
index 2195d3b5..52e6e9ce 100644
--- a/dev-python/asyncssh/asyncssh-2.4.0.ebuild
+++ b/dev-python/asyncssh/asyncssh-2.4.0.ebuild
@@ -4,8 +4,8 @@
 EAPI="7"
 
 PYTHON_COMPAT=( python3_7 )
-DOCDIR="docs"
-DOCBUILDER="sphinx"
+DOCS_DIR="docs"
+DOCS_BUILDER="sphinx"
 
 inherit distutils-r1 docs optfeature
 

diff --git a/dev-python/backrefs/backrefs-4.5.0.ebuild b/dev-python/backrefs/backrefs-4.5.0.ebuild
index 3a9895e7..25293822 100644
--- a/dev-python/backrefs/backrefs-4.5.0.ebuild
+++ b/dev-python/backrefs/backrefs-4.5.0.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs_pymdownx_material_extras
 	dev-python/mkdocs-minify-plugin
 	dev-python/mkdocs-git-revision-date-localized-plugin

diff --git a/dev-python/bracex/bracex-2.0.0.ebuild b/dev-python/bracex/bracex-2.0.0.ebuild
index c1bae88b..fdf69b73 100644
--- a/dev-python/bracex/bracex-2.0.0.ebuild
+++ b/dev-python/bracex/bracex-2.0.0.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	~dev-python/mkdocs-material-5.0.0_rc2
 	dev-python/mkdocs_pymdownx_material_extras
 	dev-python/pyspelling

diff --git a/dev-python/databases/databases-0.3.2.ebuild b/dev-python/databases/databases-0.3.2.ebuild
index 0cd3322e..9eefda38 100644
--- a/dev-python/databases/databases-0.3.2.ebuild
+++ b/dev-python/databases/databases-0.3.2.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
 
 inherit distutils-r1 docs optfeature
 

diff --git a/dev-python/devtools/devtools-0.6.1.ebuild b/dev-python/devtools/devtools-0.6.1.ebuild
index 1771d3ac..d1194e04 100644
--- a/dev-python/devtools/devtools-0.6.1.ebuild
+++ b/dev-python/devtools/devtools-0.6.1.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/ansi2html
 	dev-python/markdown
 	dev-python/markdown-include

diff --git a/dev-python/gssapi/gssapi-1.6.11.ebuild b/dev-python/gssapi/gssapi-1.6.11.ebuild
index aea0a5f8..dd347201 100644
--- a/dev-python/gssapi/gssapi-1.6.11.ebuild
+++ b/dev-python/gssapi/gssapi-1.6.11.ebuild
@@ -4,8 +4,8 @@
 EAPI="7"
 
 PYTHON_COMPAT=( python3_{6..8} )
-DOCBUILDER="sphinx"
-DOCDEPEND="
+DOCS_BUILDER="sphinx"
+DOCS_DEPEND="
 	>=dev-python/recommonmark-0.4.0
 	>dev-python/sphinx_rtd_theme-0.2.5
 "

diff --git a/dev-python/httpcore/httpcore-0.10.1.ebuild b/dev-python/httpcore/httpcore-0.10.1.ebuild
index 0f7154b5..f00e9006 100644
--- a/dev-python/httpcore/httpcore-0.10.1.ebuild
+++ b/dev-python/httpcore/httpcore-0.10.1.ebuild
@@ -5,9 +5,9 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
-AUTODOC=1
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
+DOCS_AUTODOC=1
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild b/dev-python/httpcore/httpcore-0.12.2.ebuild
index 0cc94cbc..effb6272 100644
--- a/dev-python/httpcore/httpcore-0.12.2.ebuild
+++ b/dev-python/httpcore/httpcore-0.12.2.ebuild
@@ -5,9 +5,9 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
-AUTODOC=1
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
+DOCS_AUTODOC=1
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/httpx/httpx-0.13.3.ebuild b/dev-python/httpx/httpx-0.13.3.ebuild
index 06b0f902..16cd8749 100644
--- a/dev-python/httpx/httpx-0.13.3.ebuild
+++ b/dev-python/httpx/httpx-0.13.3.ebuild
@@ -5,9 +5,9 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
-AUTODOC=1
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
+DOCS_AUTODOC=1
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/httpx/httpx-0.16.1.ebuild b/dev-python/httpx/httpx-0.16.1.ebuild
index f3ee5315..f9ca336a 100644
--- a/dev-python/httpx/httpx-0.16.1.ebuild
+++ b/dev-python/httpx/httpx-0.16.1.ebuild
@@ -5,9 +5,9 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
-AUTODOC=1
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
+DOCS_AUTODOC=1
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/hypercorn/hypercorn-0.11.1.ebuild b/dev-python/hypercorn/hypercorn-0.11.1.ebuild
index a56d3d36..01813d36 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
 

diff --git a/dev-python/mkdocs-material/mkdocs-material-5.0.0_rc2.ebuild b/dev-python/mkdocs-material/mkdocs-material-5.0.0_rc2.ebuild
index 76f5e70c..6cd508c4 100644
--- a/dev-python/mkdocs-material/mkdocs-material-5.0.0_rc2.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-5.0.0_rc2.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_7 )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-minify-plugin"
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-minify-plugin"
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/mkdocs-material/mkdocs-material-5.2.3.ebuild b/dev-python/mkdocs-material/mkdocs-material-5.2.3.ebuild
index fa976113..760f8617 100644
--- a/dev-python/mkdocs-material/mkdocs-material-5.2.3.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-5.2.3.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_7 )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-minify-plugin"
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-minify-plugin"
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/mkdocs-material/mkdocs-material-5.3.3.ebuild b/dev-python/mkdocs-material/mkdocs-material-5.3.3.ebuild
index fa976113..760f8617 100644
--- a/dev-python/mkdocs-material/mkdocs-material-5.3.3.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-5.3.3.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_7 )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-minify-plugin"
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-minify-plugin"
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/mkdocs-material/mkdocs-material-6.1.5.ebuild b/dev-python/mkdocs-material/mkdocs-material-6.1.5.ebuild
index 83be3a8c..aed95d42 100644
--- a/dev-python/mkdocs-material/mkdocs-material-6.1.5.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-6.1.5.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs-minify-plugin
 	dev-python/mkdocs-redirects
 "

diff --git a/dev-python/mkdocs-material/mkdocs-material-6.1.6.ebuild b/dev-python/mkdocs-material/mkdocs-material-6.1.6.ebuild
index 83be3a8c..aed95d42 100644
--- a/dev-python/mkdocs-material/mkdocs-material-6.1.6.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-6.1.6.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs-minify-plugin
 	dev-python/mkdocs-redirects
 "

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
index 8dc75db2..5dbe84b8 100644
--- a/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
+++ b/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs-git-revision-date-localized-plugin
 	dev-python/mkdocs-minify-plugin
 	dev-python/mkdocs-material

diff --git a/dev-python/pyspelling/pyspelling-2.6.0.ebuild b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
index 0992676d..dbc1eaa1 100644
--- a/dev-python/pyspelling/pyspelling-2.6.0.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs_pymdownx_material_extras
 	~dev-python/mkdocs-material-5.0.0_rc2"
 

diff --git a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
index 2a9db699..48918864 100644
--- a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
+++ b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
@@ -5,9 +5,9 @@ EAPI="7"
 
 PYTHON_COMPAT=( python3_{7,8} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
-DOCBUILDER="sphinx"
-DOCDIR="${S}/docs/source"
-DOCDEPEND="
+DOCS_BUILDER="sphinx"
+DOCS_DIR="${S}/docs/source"
+DOCS_DEPEND="
 	>=dev-python/attrs-17.4.0
 	>=dev-python/sphinx-1.6.1
 	dev-python/sphinx_rtd_theme

diff --git a/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild b/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
index 3aa228e1..13a7d4d2 100644
--- a/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
+++ b/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
@@ -5,9 +5,9 @@ EAPI="7"
 
 PYTHON_COMPAT=( python3_7 )
 
-DOCBUILDER="sphinx"
-DOCDIR="${S}/docs"
-DOCDEPEND="dev-python/sphinx_rtd_theme"
+DOCS_BUILDER="sphinx"
+DOCS_DIR="${S}/docs"
+DOCS_DEPEND="dev-python/sphinx_rtd_theme"
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/starlette/starlette-0.13.8.ebuild b/dev-python/starlette/starlette-0.13.8.ebuild
index b518cf38..5adc6d69 100644
--- a/dev-python/starlette/starlette-0.13.8.ebuild
+++ b/dev-python/starlette/starlette-0.13.8.ebuild
@@ -5,9 +5,9 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
-AUTODOC=1
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
+DOCS_AUTODOC=1
 
 inherit distutils-r1 docs optfeature
 

diff --git a/dev-python/uvicorn/uvicorn-0.12.2.ebuild b/dev-python/uvicorn/uvicorn-0.12.2.ebuild
index 203ea418..181ee989 100644
--- a/dev-python/uvicorn/uvicorn-0.12.2.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.12.2.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
 
 inherit distutils-r1 docs optfeature
 

diff --git a/dev-python/uvicorn/uvicorn-0.12.3.ebuild b/dev-python/uvicorn/uvicorn-0.12.3.ebuild
index 655749ac..33587188 100644
--- a/dev-python/uvicorn/uvicorn-0.12.3.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.12.3.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
 
 inherit distutils-r1 docs optfeature
 

diff --git a/dev-python/wcmatch/wcmatch-6.0.1.ebuild b/dev-python/wcmatch/wcmatch-6.0.1.ebuild
index 99037e1e..d1a9f2a3 100644
--- a/dev-python/wcmatch/wcmatch-6.0.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-6.0.1.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	~dev-python/mkdocs-material-5.0.0_rc2
 	dev-python/mkdocs_pymdownx_material_extras
 	dev-python/pyspelling

diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.20.4.ebuild b/net-vpn/riseup-vpn/riseup-vpn-0.20.4.ebuild
index fb1173a3..dc779a52 100644
--- a/net-vpn/riseup-vpn/riseup-vpn-0.20.4.ebuild
+++ b/net-vpn/riseup-vpn/riseup-vpn-0.20.4.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=7
 
-DOCBUILDER="sphinx"
-DOCDIR="docs"
-AUTODOC=0
+DOCS_BUILDER="sphinx"
+DOCS_DIR="docs"
+DOCS_AUTODOC=0
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pymdown-extensions/, dev-python/asyncssh/, dev-python/uvicorn/, ...
@ 2020-12-06 10:49 Andrew Ammerlaan
  2020-12-06 10:46 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/starlette/, dev-games/surgescript/, dev-python/pytest-trio/, Andrew Ammerlaan
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Ammerlaan @ 2020-12-06 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6d5d75a0a3644f68d7f15aba2011fd2ce657acd6
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Dec  6 10:19:53 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Dec  6 10:45:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d5d75a0

*/*: variables renamed in new docs.eclass

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-embedded/rauc/rauc-1.4.ebuild                             | 4 ++--
 dev-games/surgescript/surgescript-0.5.4.3.ebuild              | 4 ++--
 dev-games/surgescript/surgescript-9999.ebuild                 | 4 ++--
 dev-python/anyio/anyio-2.0.2.ebuild                           | 8 ++++----
 dev-python/asyncssh/asyncssh-2.4.0.ebuild                     | 4 ++--
 dev-python/backrefs/backrefs-4.5.0.ebuild                     | 4 ++--
 dev-python/bracex/bracex-2.0.0.ebuild                         | 4 ++--
 dev-python/databases/databases-0.3.2.ebuild                   | 4 ++--
 dev-python/devtools/devtools-0.6.1.ebuild                     | 4 ++--
 dev-python/gssapi/gssapi-1.6.11.ebuild                        | 4 ++--
 dev-python/httpcore/httpcore-0.10.1.ebuild                    | 6 +++---
 dev-python/httpcore/httpcore-0.12.2.ebuild                    | 6 +++---
 dev-python/httpx/httpx-0.13.3.ebuild                          | 6 +++---
 dev-python/httpx/httpx-0.16.1.ebuild                          | 6 +++---
 dev-python/hypercorn/hypercorn-0.11.1.ebuild                  | 6 +++---
 dev-python/mkdocs-material/mkdocs-material-5.0.0_rc2.ebuild   | 4 ++--
 dev-python/mkdocs-material/mkdocs-material-5.2.3.ebuild       | 4 ++--
 dev-python/mkdocs-material/mkdocs-material-5.3.3.ebuild       | 4 ++--
 dev-python/mkdocs-material/mkdocs-material-6.1.5.ebuild       | 4 ++--
 dev-python/mkdocs-material/mkdocs-material-6.1.6.ebuild       | 4 ++--
 dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild | 4 ++--
 dev-python/pyspelling/pyspelling-2.6.0.ebuild                 | 4 ++--
 dev-python/pytest-trio/pytest-trio-0.7.0.ebuild               | 6 +++---
 dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild           | 6 +++---
 dev-python/starlette/starlette-0.13.8.ebuild                  | 6 +++---
 dev-python/uvicorn/uvicorn-0.12.2.ebuild                      | 4 ++--
 dev-python/uvicorn/uvicorn-0.12.3.ebuild                      | 4 ++--
 dev-python/wcmatch/wcmatch-6.0.1.ebuild                       | 4 ++--
 net-vpn/riseup-vpn/riseup-vpn-0.20.4.ebuild                   | 6 +++---
 29 files changed, 69 insertions(+), 69 deletions(-)

diff --git a/dev-embedded/rauc/rauc-1.4.ebuild b/dev-embedded/rauc/rauc-1.4.ebuild
index 81724822..03fa6f46 100644
--- a/dev-embedded/rauc/rauc-1.4.ebuild
+++ b/dev-embedded/rauc/rauc-1.4.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-DOCBUILDER="sphinx"
-DOCDIR="${S}/docs"
+DOCS_BUILDER="sphinx"
+DOCS_DIR="${S}/docs"
 
 inherit autotools docs
 

diff --git a/dev-games/surgescript/surgescript-0.5.4.3.ebuild b/dev-games/surgescript/surgescript-0.5.4.3.ebuild
index 8b2dadc5..0c9fa28c 100644
--- a/dev-games/surgescript/surgescript-0.5.4.3.ebuild
+++ b/dev-games/surgescript/surgescript-0.5.4.3.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs
 	dev-python/mkdocs-material
 "

diff --git a/dev-games/surgescript/surgescript-9999.ebuild b/dev-games/surgescript/surgescript-9999.ebuild
index 8b2dadc5..0c9fa28c 100644
--- a/dev-games/surgescript/surgescript-9999.ebuild
+++ b/dev-games/surgescript/surgescript-9999.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs
 	dev-python/mkdocs-material
 "

diff --git a/dev-python/anyio/anyio-2.0.2.ebuild b/dev-python/anyio/anyio-2.0.2.ebuild
index 9478c0af..891e7b58 100644
--- a/dev-python/anyio/anyio-2.0.2.ebuild
+++ b/dev-python/anyio/anyio-2.0.2.ebuild
@@ -5,14 +5,14 @@ EAPI="7"
 
 PYTHON_COMPAT=( python3_7 )
 
-DOCBUILDER="sphinx"
-DOCDIR="${S}/docs"
-DOCDEPEND="
+DOCS_BUILDER="sphinx"
+DOCS_DIR="${S}/docs"
+DOCS_DEPEND="
 	dev-python/anyio
 	>=dev-python/sphinx-autodoc-typehints-1.2.0
 	dev-python/sphinx_rtd_theme
 "
-AUTODOC=1
+DOCS_AUTODOC=1
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/asyncssh/asyncssh-2.4.0.ebuild b/dev-python/asyncssh/asyncssh-2.4.0.ebuild
index 2195d3b5..52e6e9ce 100644
--- a/dev-python/asyncssh/asyncssh-2.4.0.ebuild
+++ b/dev-python/asyncssh/asyncssh-2.4.0.ebuild
@@ -4,8 +4,8 @@
 EAPI="7"
 
 PYTHON_COMPAT=( python3_7 )
-DOCDIR="docs"
-DOCBUILDER="sphinx"
+DOCS_DIR="docs"
+DOCS_BUILDER="sphinx"
 
 inherit distutils-r1 docs optfeature
 

diff --git a/dev-python/backrefs/backrefs-4.5.0.ebuild b/dev-python/backrefs/backrefs-4.5.0.ebuild
index 3a9895e7..25293822 100644
--- a/dev-python/backrefs/backrefs-4.5.0.ebuild
+++ b/dev-python/backrefs/backrefs-4.5.0.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs_pymdownx_material_extras
 	dev-python/mkdocs-minify-plugin
 	dev-python/mkdocs-git-revision-date-localized-plugin

diff --git a/dev-python/bracex/bracex-2.0.0.ebuild b/dev-python/bracex/bracex-2.0.0.ebuild
index c1bae88b..fdf69b73 100644
--- a/dev-python/bracex/bracex-2.0.0.ebuild
+++ b/dev-python/bracex/bracex-2.0.0.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	~dev-python/mkdocs-material-5.0.0_rc2
 	dev-python/mkdocs_pymdownx_material_extras
 	dev-python/pyspelling

diff --git a/dev-python/databases/databases-0.3.2.ebuild b/dev-python/databases/databases-0.3.2.ebuild
index 0cd3322e..9eefda38 100644
--- a/dev-python/databases/databases-0.3.2.ebuild
+++ b/dev-python/databases/databases-0.3.2.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
 
 inherit distutils-r1 docs optfeature
 

diff --git a/dev-python/devtools/devtools-0.6.1.ebuild b/dev-python/devtools/devtools-0.6.1.ebuild
index 1771d3ac..d1194e04 100644
--- a/dev-python/devtools/devtools-0.6.1.ebuild
+++ b/dev-python/devtools/devtools-0.6.1.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/ansi2html
 	dev-python/markdown
 	dev-python/markdown-include

diff --git a/dev-python/gssapi/gssapi-1.6.11.ebuild b/dev-python/gssapi/gssapi-1.6.11.ebuild
index aea0a5f8..dd347201 100644
--- a/dev-python/gssapi/gssapi-1.6.11.ebuild
+++ b/dev-python/gssapi/gssapi-1.6.11.ebuild
@@ -4,8 +4,8 @@
 EAPI="7"
 
 PYTHON_COMPAT=( python3_{6..8} )
-DOCBUILDER="sphinx"
-DOCDEPEND="
+DOCS_BUILDER="sphinx"
+DOCS_DEPEND="
 	>=dev-python/recommonmark-0.4.0
 	>dev-python/sphinx_rtd_theme-0.2.5
 "

diff --git a/dev-python/httpcore/httpcore-0.10.1.ebuild b/dev-python/httpcore/httpcore-0.10.1.ebuild
index 0f7154b5..f00e9006 100644
--- a/dev-python/httpcore/httpcore-0.10.1.ebuild
+++ b/dev-python/httpcore/httpcore-0.10.1.ebuild
@@ -5,9 +5,9 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
-AUTODOC=1
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
+DOCS_AUTODOC=1
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild b/dev-python/httpcore/httpcore-0.12.2.ebuild
index 0cc94cbc..effb6272 100644
--- a/dev-python/httpcore/httpcore-0.12.2.ebuild
+++ b/dev-python/httpcore/httpcore-0.12.2.ebuild
@@ -5,9 +5,9 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
-AUTODOC=1
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
+DOCS_AUTODOC=1
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/httpx/httpx-0.13.3.ebuild b/dev-python/httpx/httpx-0.13.3.ebuild
index 06b0f902..16cd8749 100644
--- a/dev-python/httpx/httpx-0.13.3.ebuild
+++ b/dev-python/httpx/httpx-0.13.3.ebuild
@@ -5,9 +5,9 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
-AUTODOC=1
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
+DOCS_AUTODOC=1
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/httpx/httpx-0.16.1.ebuild b/dev-python/httpx/httpx-0.16.1.ebuild
index f3ee5315..f9ca336a 100644
--- a/dev-python/httpx/httpx-0.16.1.ebuild
+++ b/dev-python/httpx/httpx-0.16.1.ebuild
@@ -5,9 +5,9 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
-AUTODOC=1
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
+DOCS_AUTODOC=1
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/hypercorn/hypercorn-0.11.1.ebuild b/dev-python/hypercorn/hypercorn-0.11.1.ebuild
index a56d3d36..01813d36 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
 

diff --git a/dev-python/mkdocs-material/mkdocs-material-5.0.0_rc2.ebuild b/dev-python/mkdocs-material/mkdocs-material-5.0.0_rc2.ebuild
index 76f5e70c..6cd508c4 100644
--- a/dev-python/mkdocs-material/mkdocs-material-5.0.0_rc2.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-5.0.0_rc2.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_7 )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-minify-plugin"
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-minify-plugin"
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/mkdocs-material/mkdocs-material-5.2.3.ebuild b/dev-python/mkdocs-material/mkdocs-material-5.2.3.ebuild
index fa976113..760f8617 100644
--- a/dev-python/mkdocs-material/mkdocs-material-5.2.3.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-5.2.3.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_7 )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-minify-plugin"
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-minify-plugin"
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/mkdocs-material/mkdocs-material-5.3.3.ebuild b/dev-python/mkdocs-material/mkdocs-material-5.3.3.ebuild
index fa976113..760f8617 100644
--- a/dev-python/mkdocs-material/mkdocs-material-5.3.3.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-5.3.3.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_7 )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-minify-plugin"
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-minify-plugin"
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/mkdocs-material/mkdocs-material-6.1.5.ebuild b/dev-python/mkdocs-material/mkdocs-material-6.1.5.ebuild
index 83be3a8c..aed95d42 100644
--- a/dev-python/mkdocs-material/mkdocs-material-6.1.5.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-6.1.5.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs-minify-plugin
 	dev-python/mkdocs-redirects
 "

diff --git a/dev-python/mkdocs-material/mkdocs-material-6.1.6.ebuild b/dev-python/mkdocs-material/mkdocs-material-6.1.6.ebuild
index 83be3a8c..aed95d42 100644
--- a/dev-python/mkdocs-material/mkdocs-material-6.1.6.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-6.1.6.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs-minify-plugin
 	dev-python/mkdocs-redirects
 "

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
index 8dc75db2..5dbe84b8 100644
--- a/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
+++ b/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs-git-revision-date-localized-plugin
 	dev-python/mkdocs-minify-plugin
 	dev-python/mkdocs-material

diff --git a/dev-python/pyspelling/pyspelling-2.6.0.ebuild b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
index 0992676d..dbc1eaa1 100644
--- a/dev-python/pyspelling/pyspelling-2.6.0.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.6.0.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	dev-python/mkdocs_pymdownx_material_extras
 	~dev-python/mkdocs-material-5.0.0_rc2"
 

diff --git a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
index 2a9db699..48918864 100644
--- a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
+++ b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
@@ -5,9 +5,9 @@ EAPI="7"
 
 PYTHON_COMPAT=( python3_{7,8} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
-DOCBUILDER="sphinx"
-DOCDIR="${S}/docs/source"
-DOCDEPEND="
+DOCS_BUILDER="sphinx"
+DOCS_DIR="${S}/docs/source"
+DOCS_DEPEND="
 	>=dev-python/attrs-17.4.0
 	>=dev-python/sphinx-1.6.1
 	dev-python/sphinx_rtd_theme

diff --git a/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild b/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
index 3aa228e1..13a7d4d2 100644
--- a/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
+++ b/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
@@ -5,9 +5,9 @@ EAPI="7"
 
 PYTHON_COMPAT=( python3_7 )
 
-DOCBUILDER="sphinx"
-DOCDIR="${S}/docs"
-DOCDEPEND="dev-python/sphinx_rtd_theme"
+DOCS_BUILDER="sphinx"
+DOCS_DIR="${S}/docs"
+DOCS_DEPEND="dev-python/sphinx_rtd_theme"
 
 inherit distutils-r1 docs
 

diff --git a/dev-python/starlette/starlette-0.13.8.ebuild b/dev-python/starlette/starlette-0.13.8.ebuild
index b518cf38..5adc6d69 100644
--- a/dev-python/starlette/starlette-0.13.8.ebuild
+++ b/dev-python/starlette/starlette-0.13.8.ebuild
@@ -5,9 +5,9 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
-AUTODOC=1
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
+DOCS_AUTODOC=1
 
 inherit distutils-r1 docs optfeature
 

diff --git a/dev-python/uvicorn/uvicorn-0.12.2.ebuild b/dev-python/uvicorn/uvicorn-0.12.2.ebuild
index 203ea418..181ee989 100644
--- a/dev-python/uvicorn/uvicorn-0.12.2.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.12.2.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
 
 inherit distutils-r1 docs optfeature
 

diff --git a/dev-python/uvicorn/uvicorn-0.12.3.ebuild b/dev-python/uvicorn/uvicorn-0.12.3.ebuild
index 655749ac..33587188 100644
--- a/dev-python/uvicorn/uvicorn-0.12.3.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.12.3.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
 
 inherit distutils-r1 docs optfeature
 

diff --git a/dev-python/wcmatch/wcmatch-6.0.1.ebuild b/dev-python/wcmatch/wcmatch-6.0.1.ebuild
index 99037e1e..d1a9f2a3 100644
--- a/dev-python/wcmatch/wcmatch-6.0.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-6.0.1.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-DOCBUILDER="mkdocs"
-DOCDEPEND="
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
 	~dev-python/mkdocs-material-5.0.0_rc2
 	dev-python/mkdocs_pymdownx_material_extras
 	dev-python/pyspelling

diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.20.4.ebuild b/net-vpn/riseup-vpn/riseup-vpn-0.20.4.ebuild
index fb1173a3..dc779a52 100644
--- a/net-vpn/riseup-vpn/riseup-vpn-0.20.4.ebuild
+++ b/net-vpn/riseup-vpn/riseup-vpn-0.20.4.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=7
 
-DOCBUILDER="sphinx"
-DOCDIR="docs"
-AUTODOC=0
+DOCS_BUILDER="sphinx"
+DOCS_DIR="docs"
+DOCS_AUTODOC=0
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-06 10:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-06 10:49 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pymdown-extensions/, dev-python/asyncssh/, dev-python/uvicorn/, Andrew Ammerlaan
2020-12-06 10:46 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/starlette/, dev-games/surgescript/, dev-python/pytest-trio/, Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox