mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
*/*: variables renamed in new docs.eclass
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
DOCBUILDER="sphinx"
|
DOCS_BUILDER="sphinx"
|
||||||
DOCDIR="${S}/docs"
|
DOCS_DIR="${S}/docs"
|
||||||
|
|
||||||
inherit autotools docs
|
inherit autotools docs
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
dev-python/mkdocs
|
dev-python/mkdocs
|
||||||
dev-python/mkdocs-material
|
dev-python/mkdocs-material
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
dev-python/mkdocs
|
dev-python/mkdocs
|
||||||
dev-python/mkdocs-material
|
dev-python/mkdocs-material
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -5,14 +5,14 @@ EAPI="7"
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_7 )
|
PYTHON_COMPAT=( python3_7 )
|
||||||
|
|
||||||
DOCBUILDER="sphinx"
|
DOCS_BUILDER="sphinx"
|
||||||
DOCDIR="${S}/docs"
|
DOCS_DIR="${S}/docs"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
dev-python/anyio
|
dev-python/anyio
|
||||||
>=dev-python/sphinx-autodoc-typehints-1.2.0
|
>=dev-python/sphinx-autodoc-typehints-1.2.0
|
||||||
dev-python/sphinx_rtd_theme
|
dev-python/sphinx_rtd_theme
|
||||||
"
|
"
|
||||||
AUTODOC=1
|
DOCS_AUTODOC=1
|
||||||
|
|
||||||
inherit distutils-r1 docs
|
inherit distutils-r1 docs
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
EAPI="7"
|
EAPI="7"
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_7 )
|
PYTHON_COMPAT=( python3_7 )
|
||||||
DOCDIR="docs"
|
DOCS_DIR="docs"
|
||||||
DOCBUILDER="sphinx"
|
DOCS_BUILDER="sphinx"
|
||||||
|
|
||||||
inherit distutils-r1 docs optfeature
|
inherit distutils-r1 docs optfeature
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
dev-python/mkdocs_pymdownx_material_extras
|
dev-python/mkdocs_pymdownx_material_extras
|
||||||
dev-python/mkdocs-minify-plugin
|
dev-python/mkdocs-minify-plugin
|
||||||
dev-python/mkdocs-git-revision-date-localized-plugin
|
dev-python/mkdocs-git-revision-date-localized-plugin
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8} )
|
PYTHON_COMPAT=( python3_{7,8} )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
~dev-python/mkdocs-material-5.0.0_rc2
|
~dev-python/mkdocs-material-5.0.0_rc2
|
||||||
dev-python/mkdocs_pymdownx_material_extras
|
dev-python/mkdocs_pymdownx_material_extras
|
||||||
dev-python/pyspelling
|
dev-python/pyspelling
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_7 )
|
PYTHON_COMPAT=( python3_7 )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="dev-python/mkdocs-material"
|
DOCS_DEPEND="dev-python/mkdocs-material"
|
||||||
|
|
||||||
inherit distutils-r1 docs optfeature
|
inherit distutils-r1 docs optfeature
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
dev-python/ansi2html
|
dev-python/ansi2html
|
||||||
dev-python/markdown
|
dev-python/markdown
|
||||||
dev-python/markdown-include
|
dev-python/markdown-include
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
EAPI="7"
|
EAPI="7"
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{6..8} )
|
PYTHON_COMPAT=( python3_{6..8} )
|
||||||
DOCBUILDER="sphinx"
|
DOCS_BUILDER="sphinx"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
>=dev-python/recommonmark-0.4.0
|
>=dev-python/recommonmark-0.4.0
|
||||||
>dev-python/sphinx_rtd_theme-0.2.5
|
>dev-python/sphinx_rtd_theme-0.2.5
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8} )
|
PYTHON_COMPAT=( python3_{7,8} )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="dev-python/mkdocs-material"
|
DOCS_DEPEND="dev-python/mkdocs-material"
|
||||||
AUTODOC=1
|
DOCS_AUTODOC=1
|
||||||
|
|
||||||
inherit distutils-r1 docs
|
inherit distutils-r1 docs
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_7 )
|
PYTHON_COMPAT=( python3_7 )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="dev-python/mkdocs-material"
|
DOCS_DEPEND="dev-python/mkdocs-material"
|
||||||
AUTODOC=1
|
DOCS_AUTODOC=1
|
||||||
|
|
||||||
inherit distutils-r1 docs
|
inherit distutils-r1 docs
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8} )
|
PYTHON_COMPAT=( python3_{7,8} )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="dev-python/mkdocs-material"
|
DOCS_DEPEND="dev-python/mkdocs-material"
|
||||||
AUTODOC=1
|
DOCS_AUTODOC=1
|
||||||
|
|
||||||
inherit distutils-r1 docs
|
inherit distutils-r1 docs
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8} )
|
PYTHON_COMPAT=( python3_{7,8} )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="dev-python/mkdocs-material"
|
DOCS_DEPEND="dev-python/mkdocs-material"
|
||||||
AUTODOC=1
|
DOCS_AUTODOC=1
|
||||||
|
|
||||||
inherit distutils-r1 docs
|
inherit distutils-r1 docs
|
||||||
|
|
||||||
|
|||||||
@@ -6,12 +6,12 @@ EAPI="7"
|
|||||||
PYTHON_COMPAT=( python3_{7,8} )
|
PYTHON_COMPAT=( python3_{7,8} )
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||||
|
|
||||||
DOCBUILDER="sphinx"
|
DOCS_BUILDER="sphinx"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
dev-python/sphinxcontrib-napoleon
|
dev-python/sphinxcontrib-napoleon
|
||||||
dev-python/pydata-sphinx-theme
|
dev-python/pydata-sphinx-theme
|
||||||
"
|
"
|
||||||
DOCDIR="${S}/docs"
|
DOCS_DIR="${S}/docs"
|
||||||
|
|
||||||
inherit distutils-r1 docs optfeature
|
inherit distutils-r1 docs optfeature
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_7 )
|
|||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="dev-python/mkdocs-minify-plugin"
|
DOCS_DEPEND="dev-python/mkdocs-minify-plugin"
|
||||||
|
|
||||||
inherit distutils-r1 docs
|
inherit distutils-r1 docs
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_7 )
|
|||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="dev-python/mkdocs-minify-plugin"
|
DOCS_DEPEND="dev-python/mkdocs-minify-plugin"
|
||||||
|
|
||||||
inherit distutils-r1 docs
|
inherit distutils-r1 docs
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_7 )
|
|||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="dev-python/mkdocs-minify-plugin"
|
DOCS_DEPEND="dev-python/mkdocs-minify-plugin"
|
||||||
|
|
||||||
inherit distutils-r1 docs
|
inherit distutils-r1 docs
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_7 )
|
PYTHON_COMPAT=( python3_7 )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
dev-python/mkdocs-minify-plugin
|
dev-python/mkdocs-minify-plugin
|
||||||
dev-python/mkdocs-redirects
|
dev-python/mkdocs-redirects
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_7 )
|
PYTHON_COMPAT=( python3_7 )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
dev-python/mkdocs-minify-plugin
|
dev-python/mkdocs-minify-plugin
|
||||||
dev-python/mkdocs-redirects
|
dev-python/mkdocs-redirects
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
dev-python/mkdocs-git-revision-date-localized-plugin
|
dev-python/mkdocs-git-revision-date-localized-plugin
|
||||||
dev-python/mkdocs-minify-plugin
|
dev-python/mkdocs-minify-plugin
|
||||||
dev-python/mkdocs-material
|
dev-python/mkdocs-material
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{7,8} )
|
|||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
dev-python/mkdocs_pymdownx_material_extras
|
dev-python/mkdocs_pymdownx_material_extras
|
||||||
~dev-python/mkdocs-material-5.0.0_rc2"
|
~dev-python/mkdocs-material-5.0.0_rc2"
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ EAPI="7"
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8} )
|
PYTHON_COMPAT=( python3_{7,8} )
|
||||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||||
DOCBUILDER="sphinx"
|
DOCS_BUILDER="sphinx"
|
||||||
DOCDIR="${S}/docs/source"
|
DOCS_DIR="${S}/docs/source"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
>=dev-python/attrs-17.4.0
|
>=dev-python/attrs-17.4.0
|
||||||
>=dev-python/sphinx-1.6.1
|
>=dev-python/sphinx-1.6.1
|
||||||
dev-python/sphinx_rtd_theme
|
dev-python/sphinx_rtd_theme
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ EAPI="7"
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_7 )
|
PYTHON_COMPAT=( python3_7 )
|
||||||
|
|
||||||
DOCBUILDER="sphinx"
|
DOCS_BUILDER="sphinx"
|
||||||
DOCDIR="${S}/docs"
|
DOCS_DIR="${S}/docs"
|
||||||
DOCDEPEND="dev-python/sphinx_rtd_theme"
|
DOCS_DEPEND="dev-python/sphinx_rtd_theme"
|
||||||
|
|
||||||
inherit distutils-r1 docs
|
inherit distutils-r1 docs
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8} )
|
PYTHON_COMPAT=( python3_{7,8} )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="dev-python/mkdocs-material"
|
DOCS_DEPEND="dev-python/mkdocs-material"
|
||||||
AUTODOC=1
|
DOCS_AUTODOC=1
|
||||||
|
|
||||||
inherit distutils-r1 docs optfeature
|
inherit distutils-r1 docs optfeature
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{7,8} )
|
|||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="dev-python/mkdocs-material"
|
DOCS_DEPEND="dev-python/mkdocs-material"
|
||||||
|
|
||||||
inherit distutils-r1 docs optfeature
|
inherit distutils-r1 docs optfeature
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{7,8} )
|
|||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="dev-python/mkdocs-material"
|
DOCS_DEPEND="dev-python/mkdocs-material"
|
||||||
|
|
||||||
inherit distutils-r1 docs optfeature
|
inherit distutils-r1 docs optfeature
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8} )
|
PYTHON_COMPAT=( python3_{7,8} )
|
||||||
|
|
||||||
DOCBUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
DOCDEPEND="
|
DOCS_DEPEND="
|
||||||
~dev-python/mkdocs-material-5.0.0_rc2
|
~dev-python/mkdocs-material-5.0.0_rc2
|
||||||
dev-python/mkdocs_pymdownx_material_extras
|
dev-python/mkdocs_pymdownx_material_extras
|
||||||
dev-python/pyspelling
|
dev-python/pyspelling
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
DOCBUILDER="sphinx"
|
DOCS_BUILDER="sphinx"
|
||||||
DOCDIR="docs"
|
DOCS_DIR="docs"
|
||||||
AUTODOC=0
|
DOCS_AUTODOC=0
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user