dev-python/mkautodoc: moved to ::gentoo

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-04-16 10:34:02 +02:00
parent 8f09306e61
commit a771e637f0
3 changed files with 0 additions and 42 deletions

View File

@@ -1 +0,0 @@
DIST mkautodoc-0.1.0.tar.gz 5654 BLAKE2B c0ae754e800ea25e9cccc621b4fd5c8d1561c57808b301ac5a3036ca18fda1adc432006e13b777a83dcc2cd6960a34745e17dfbcbbda24098902198d4fc9d743 SHA512 7ccb0a03016e2984d88d78eca2a8ee01e2153ff574c912358640c158b2084e3c365ace0fdb89cb74bb1950c68775d9d3cb11201cbf3c6d136dc7886a3294dc89

View File

@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<upstream>
<remote-id type="github">tomchristie/mkautodoc</remote-id>
<remote-id type="pypi">mkautodoc</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,28 +0,0 @@
# 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}"
}