[gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/

2024-06-17 Thread Michał Górny
commit: d24fb0d4dc6ac57965a89ae32de57f3f101ee3d1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 17 15:13:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 17 16:25:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24fb0d4

dev-python/mkautodoc: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mkautodoc/mkautodoc-0.2.0.ebuild | 22 +++---
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild 
b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
index 6943c42ff665..80a67c0365e7 100644
--- a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
+++ b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
 inherit distutils-r1
 
 DESCRIPTION="Auto documentation for MkDocs"
@@ -12,17 +13,24 @@ HOMEPAGE="
https://github.com/tomchristie/mkautodoc/
https://pypi.org/project/mkautodoc/
 "
-SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+SRC_URI="
+   https://github.com/tomchristie/mkautodoc/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
-RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/markdown[${PYTHON_USEDEP}]
+"
 
-BDEPEND="test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-)"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/

2023-11-22 Thread Andrew Ammerlaan
commit: 9a063c6ffcdce5da37c6657505a2230ee7aa55ae
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Nov 22 12:09:00 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Nov 22 12:40:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a063c6f

dev-python/mkautodoc: enable pypy3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/mkautodoc/mkautodoc-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild 
b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
index 21a8f0916c1f..a07445870186 100644
--- a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
+++ b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/

2023-09-14 Thread Andrew Ammerlaan
commit: 12a940420d8028efbd7788ef5653a8f7f76979b6
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep 14 09:21:12 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 14 09:57:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a94042

dev-python/mkautodoc: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/mkautodoc/mkautodoc-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild 
b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
index 13b36aecd4e9..21a8f0916c1f 100644
--- a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
+++ b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/

2022-11-13 Thread Michał Górny
commit: d1711fce9d0618871c344b1bcf52feb3c7c64a79
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 14 04:39:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 14 04:39:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1711fce

dev-python/mkautodoc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mkautodoc/Manifest  |  1 -
 dev-python/mkautodoc/mkautodoc-0.1.0-r1.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/mkautodoc/Manifest b/dev-python/mkautodoc/Manifest
index f84f4c0fbcc0..074cfd2d8fa4 100644
--- a/dev-python/mkautodoc/Manifest
+++ b/dev-python/mkautodoc/Manifest
@@ -1,2 +1 @@
-DIST mkautodoc-0.1.0.tar.gz 5654 BLAKE2B 
c0ae754e800ea25e9621b4fd5c8d1561c57808b301ac5a3036ca18fda1adc432006e13b777a83dcc2cd6960a34745e17dfbcbbda24098902198d4fc9d743
 SHA512 
7ccb0a03016e2984d88d78eca2a8ee01e2153ff574c912358640c158b2084e3c365ace0fdb89cb74bb1950c68775d9d3cb11201cbf3c6d136dc7886a3294dc89
 DIST mkautodoc-0.2.0.gh.tar.gz 6914 BLAKE2B 
dc00da8415933775dba4d3dd1e2082b74c1c32da5953e68e1cf01727c6ba0471b83b9c45641975945a914a2403159f96c347a48f0fd743bdf446da2ee3f9e801
 SHA512 
d0151294fb530c0bf1f10fbf026426487acc68c5b2da0067847ade86a4327a0c826a0f51e7cc0f519594a3a38a1a1d3d304bd5be47bdfc1979b6fa20eb57187f

diff --git a/dev-python/mkautodoc/mkautodoc-0.1.0-r1.ebuild 
b/dev-python/mkautodoc/mkautodoc-0.1.0-r1.ebuild
deleted file mode 100644
index 05071c660cc5..
--- a/dev-python/mkautodoc/mkautodoc-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Auto documentation for MkDocs"
-HOMEPAGE="
-   https://github.com/tomchristie/mkautodoc/
-   https://pypi.org/project/mkautodoc/
-"
-SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
-
-BDEPEND="test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests pytest
-
-python_test() {
-   PYTHONPATH="${WORKDIR}/${P}/tests/mocklib:${WORKDIR}/${P}" \
-   distutils-r1_python_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/

2022-08-03 Thread Arthur Zamarin
commit: cbf1f1a89b9b8d3b73dd717c6763d88968d567c1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug  3 16:31:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug  3 17:27:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf1f1a8

dev-python/mkautodoc: add 0.2.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mkautodoc/Manifest   |  1 +
 dev-python/mkautodoc/mkautodoc-0.2.0.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/dev-python/mkautodoc/Manifest b/dev-python/mkautodoc/Manifest
index 7467e3b3f01f..f84f4c0fbcc0 100644
--- a/dev-python/mkautodoc/Manifest
+++ b/dev-python/mkautodoc/Manifest
@@ -1 +1,2 @@
 DIST mkautodoc-0.1.0.tar.gz 5654 BLAKE2B 
c0ae754e800ea25e9621b4fd5c8d1561c57808b301ac5a3036ca18fda1adc432006e13b777a83dcc2cd6960a34745e17dfbcbbda24098902198d4fc9d743
 SHA512 
7ccb0a03016e2984d88d78eca2a8ee01e2153ff574c912358640c158b2084e3c365ace0fdb89cb74bb1950c68775d9d3cb11201cbf3c6d136dc7886a3294dc89
+DIST mkautodoc-0.2.0.gh.tar.gz 6914 BLAKE2B 
dc00da8415933775dba4d3dd1e2082b74c1c32da5953e68e1cf01727c6ba0471b83b9c45641975945a914a2403159f96c347a48f0fd743bdf446da2ee3f9e801
 SHA512 
d0151294fb530c0bf1f10fbf026426487acc68c5b2da0067847ade86a4327a0c826a0f51e7cc0f519594a3a38a1a1d3d304bd5be47bdfc1979b6fa20eb57187f

diff --git a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild 
b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
new file mode 100644
index ..f5e837d4c962
--- /dev/null
+++ b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Auto documentation for MkDocs"
+HOMEPAGE="
+   https://github.com/tomchristie/mkautodoc/
+   https://pypi.org/project/mkautodoc/
+"
+SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
+
+BDEPEND="test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local -x PYTHONPATH="${WORKDIR}/${P}/tests/mocklib:${WORKDIR}/${P}"
+   distutils-r1_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/

2022-06-16 Thread Michał Górny
commit: 8a3b6bede6aafeb442b6270262c4d867ee65c94e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 08:06:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 08:06:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3b6bed

dev-python/mkautodoc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mkautodoc/mkautodoc-0.1.0.ebuild | 28 
 1 file changed, 28 deletions(-)

diff --git a/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild 
b/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
deleted file mode 100644
index 228c3dfefd11..
--- a/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Auto documentation for MkDocs"
-HOMEPAGE="
-   https://github.com/tomchristie/mkautodoc/
-   https://pypi.org/project/mkautodoc/
-"
-SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
-   PYTHONPATH="${WORKDIR}/${P}/tests/mocklib:${WORKDIR}/${P}"
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/

2022-05-24 Thread Andrew Ammerlaan
commit: 4a2faed7f6272ed5f80b3a50fdb4b75fc94dd026
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue May 24 12:58:55 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue May 24 13:02:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2faed7

dev-python/mkautodoc: update EAPI 7 -> 8, enable py3.11, pep517

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/mkautodoc/mkautodoc-0.1.0-r1.ebuild | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/dev-python/mkautodoc/mkautodoc-0.1.0-r1.ebuild 
b/dev-python/mkautodoc/mkautodoc-0.1.0-r1.ebuild
new file mode 100644
index ..05071c660cc5
--- /dev/null
+++ b/dev-python/mkautodoc/mkautodoc-0.1.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Auto documentation for MkDocs"
+HOMEPAGE="
+   https://github.com/tomchristie/mkautodoc/
+   https://pypi.org/project/mkautodoc/
+"
+SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
+
+BDEPEND="test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest
+
+python_test() {
+   PYTHONPATH="${WORKDIR}/${P}/tests/mocklib:${WORKDIR}/${P}" \
+   distutils-r1_python_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/

2021-06-05 Thread Andrew Ammerlaan
commit: d6723c8c1f1f4a7f07c3754f5d7d4c4493fad0b9
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Jun  5 19:51:23 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jun  5 20:54:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6723c8c

dev-python/mkautodoc: add py3.10

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/mkautodoc/mkautodoc-0.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild 
b/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
index 578aa776231..228c3dfefd1 100644
--- a/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
+++ b/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 
@@ -24,5 +24,5 @@ distutils_enable_tests pytest
 
 python_test() {
PYTHONPATH="${WORKDIR}/${P}/tests/mocklib:${WORKDIR}/${P}"
-   pytest -vv || die "tests fail with ${EPYTHON}"
+   epytest
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/

2021-05-19 Thread Andrew Ammerlaan
commit: 1552b3ef3fab5a2292ec87d03f6496c0f4e41b16
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Apr 17 12:55:17 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed May 19 18:41:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1552b3ef

dev-python/mkautodoc: add py3.9

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/mkautodoc/metadata.xml   | 4 
 dev-python/mkautodoc/mkautodoc-0.1.0.ebuild | 8 
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-python/mkautodoc/metadata.xml 
b/dev-python/mkautodoc/metadata.xml
index 5aa1ad6b1be..d17014b5fd6 100644
--- a/dev-python/mkautodoc/metadata.xml
+++ b/dev-python/mkautodoc/metadata.xml
@@ -9,6 +9,10 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   pyt...@gentoo.org
+   Python
+   

tomchristie/mkautodoc
mkautodoc

diff --git a/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild 
b/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
index 0d10195ce54..578aa776231 100644
--- a/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
+++ b/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="Auto documentation for MkDocs"
 HOMEPAGE="
-   https://github.com/tomchristie/mkautodoc
-   https://pypi.org/project/mkautodoc
+   https://github.com/tomchristie/mkautodoc/
+   https://pypi.org/project/mkautodoc/
 "
 SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/

2020-04-16 Thread Joonas Niilola
commit: ddb72bf65a2c3fcf2e5e1a63efa4fafdf0deb25b
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Apr 10 10:04:38 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Apr 16 06:50:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb72bf6

dev-python/mkautodoc: autodoc for mkdocs

Part of effort to get mkdocs-material in ::gentoo:
https://github.com/gentoo/guru/issues/3

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/15286
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/mkautodoc/Manifest   |  1 +
 dev-python/mkautodoc/metadata.xml   | 17 +
 dev-python/mkautodoc/mkautodoc-0.1.0.ebuild | 28 
 3 files changed, 46 insertions(+)

diff --git a/dev-python/mkautodoc/Manifest b/dev-python/mkautodoc/Manifest
new file mode 100644
index 000..7467e3b3f01
--- /dev/null
+++ b/dev-python/mkautodoc/Manifest
@@ -0,0 +1 @@
+DIST mkautodoc-0.1.0.tar.gz 5654 BLAKE2B 
c0ae754e800ea25e9621b4fd5c8d1561c57808b301ac5a3036ca18fda1adc432006e13b777a83dcc2cd6960a34745e17dfbcbbda24098902198d4fc9d743
 SHA512 
7ccb0a03016e2984d88d78eca2a8ee01e2153ff574c912358640c158b2084e3c365ace0fdb89cb74bb1950c68775d9d3cb11201cbf3c6d136dc7886a3294dc89

diff --git a/dev-python/mkautodoc/metadata.xml 
b/dev-python/mkautodoc/metadata.xml
new file mode 100644
index 000..0858ff1d0d1
--- /dev/null
+++ b/dev-python/mkautodoc/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   
+   andrewammerl...@riseup.net
+   Andrew Ammerlaan
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   tomchristie/mkautodoc
+   mkautodoc
+   
+

diff --git a/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild 
b/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
new file mode 100644
index 000..bfc7f38cd6b
--- /dev/null
+++ b/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Auto documentation for MkDocs"
+HOMEPAGE="
+   https://github.com/tomchristie/mkautodoc
+   https://pypi.org/project/mkautodoc
+"
+SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+   PYTHONPATH="${WORKDIR}/${P}/tests/mocklib:${WORKDIR}/${P}"
+   pytest -vv || die "tests fail with ${EPYTHON}"
+}