public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/
Date: Thu, 16 Apr 2020 06:51:20 +0000 (UTC)	[thread overview]
Message-ID: <1587019857.ddb72bf65a2c3fcf2e5e1a63efa4fafdf0deb25b.juippis@gentoo> (raw)

commit:     ddb72bf65a2c3fcf2e5e1a63efa4fafdf0deb25b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Apr 10 10:04:38 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 06:50:57 2020 +0000
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 <andrewammerlaan <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/15286
Signed-off-by: Joonas Niilola <juippis <AT> 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 00000000000..7467e3b3f01
--- /dev/null
+++ b/dev-python/mkautodoc/Manifest
@@ -0,0 +1 @@
+DIST mkautodoc-0.1.0.tar.gz 5654 BLAKE2B c0ae754e800ea25e9cccc621b4fd5c8d1561c57808b301ac5a3036ca18fda1adc432006e13b777a83dcc2cd6960a34745e17dfbcbbda24098902198d4fc9d743 SHA512 7ccb0a03016e2984d88d78eca2a8ee01e2153ff574c912358640c158b2084e3c365ace0fdb89cb74bb1950c68775d9d3cb11201cbf3c6d136dc7886a3294dc89

diff --git a/dev-python/mkautodoc/metadata.xml b/dev-python/mkautodoc/metadata.xml
new file mode 100644
index 00000000000..0858ff1d0d1
--- /dev/null
+++ b/dev-python/mkautodoc/metadata.xml
@@ -0,0 +1,17 @@
+<?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>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">tomchristie/mkautodoc</remote-id>
+		<remote-id type="pypi">mkautodoc</remote-id>
+	</upstream>
+</pkgmetadata>

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 00000000000..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}"
+}


             reply	other threads:[~2020-04-16  6:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-16  6:51 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-19 18:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/ Andrew Ammerlaan
2021-06-05 20:54 Andrew Ammerlaan
2022-05-24 13:02 Andrew Ammerlaan
2022-06-16  8:06 Michał Górny
2022-08-03 17:30 Arthur Zamarin
2022-11-14  4:44 Michał Górny
2023-09-14  9:58 Andrew Ammerlaan
2023-11-22 12:43 Andrew Ammerlaan
2024-06-17 16:27 Michał Górny
2025-02-27 21:01 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1587019857.ddb72bf65a2c3fcf2e5e1a63efa4fafdf0deb25b.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox