commit: 95372bf1f9d83011cf56978364291f4298e042f2
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr 9 14:40:45 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 9 14:40:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95372bf1
dev-python/wcmatch: tried to enable doc building
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/wcmatch/wcmatch-6.0.1.ebuild | 35 ++++++++++++++-------------------
1 file changed, 15 insertions(+), 20 deletions(-)
diff --git a/dev-python/wcmatch/wcmatch-6.0.1.ebuild
b/dev-python/wcmatch/wcmatch-6.0.1.ebuild
index a056fd8..eafec46 100644
--- a/dev-python/wcmatch/wcmatch-6.0.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-6.0.1.ebuild
@@ -5,7 +5,17 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1
+#ERROR - Unable to read git logs of
'/tmp/mozilla_andrew0/wcmatch-6.0.1/docs/src/markdown/index.md'. To ignore this
error, set option 'ignoring_missing_git: true'
+#ERROR - Error reading page 'index.md': Cmd('git') failed due to: exit
code(128)
+# how does one enable this option???
+#DOCBUILDER="mkdocs"
+#DOCEPEND="
+# dev-python/mkdocs-git-revision-date-localized-plugin
+# dev-python/mkdocs_pymdownx_material_extras
+# dev-python/pyspelling
+#"
+
+inherit distutils-r1 #docs
DESCRIPTION="Wildcard/glob file name matcher"
HOMEPAGE="
@@ -17,22 +27,15 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-#IUSE="doc"
-
-# Need mkdocs-1.1 for this
-#BDEPEND="
-# doc? (
-# dev-python/mkdocs-git-revision-date-localized-plugin
-# dev-python/mkdocs_pymdownx_material_extras
-# dev-python/pyspelling
-# )
-#"
-
RDEPEND="
>=dev-python/backrefs-4.1[${PYTHON_USEDEP}]
>=dev-python/bracex-2.0[${PYTHON_USEDEP}]
"
+DEPEND="test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+)"
+
distutils_enable_tests pytest
python_prepare_all() {
@@ -47,11 +50,3 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
-
-#python_compile_all() {
-# default
-# if use doc; then
-# mkdocs build || die "failed to make docs"
-# HTML_DOCS="site"
-# fi
-#}