public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocstrings/
Date: Thu, 11 May 2023 10:56:20 +0000 (UTC)	[thread overview]
Message-ID: <1683802568.3c052069432f0db5ef5f0f6e98dd2606f9c26e42.marecki@gentoo> (raw)

commit:     3c052069432f0db5ef5f0f6e98dd2606f9c26e42
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 10:15:34 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu May 11 10:56:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c052069

dev-python/mkdocstrings: new package, add 0.21.2

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/mkdocstrings/Manifest                   |  1 +
 dev-python/mkdocstrings/metadata.xml               | 13 ++++++++
 dev-python/mkdocstrings/mkdocstrings-0.21.2.ebuild | 39 ++++++++++++++++++++++
 3 files changed, 53 insertions(+)

diff --git a/dev-python/mkdocstrings/Manifest b/dev-python/mkdocstrings/Manifest
new file mode 100644
index 000000000000..327520f07eb7
--- /dev/null
+++ b/dev-python/mkdocstrings/Manifest
@@ -0,0 +1 @@
+DIST mkdocstrings-0.21.2.gh.tar.gz 69412 BLAKE2B 2e941045c3f9473ec83a60b82ae85ffbb200201295a8d4405648b4b65ef282fa189b01f54107e999946ce90fbea34a798177dd3d0dbd138a5db6e507cbc0ef7d SHA512 0880163679cce78432880904c6a56eae533a2d6a167b109a21c45daf5f76abf433243b54bcbb0507b5b42c3df9d9d93367cb2bde996c2dcdcc3e55320b2be35c

diff --git a/dev-python/mkdocstrings/metadata.xml b/dev-python/mkdocstrings/metadata.xml
new file mode 100644
index 000000000000..7eaef3684e1f
--- /dev/null
+++ b/dev-python/mkdocstrings/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marecki@gentoo.org</email>
+		<name>Marek Szuba</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="pypi">mkdocstrings</remote-id>
+		<remote-id type="github">mkdocstrings/mkdocstrings</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/mkdocstrings/mkdocstrings-0.21.2.ebuild b/dev-python/mkdocstrings/mkdocstrings-0.21.2.ebuild
new file mode 100644
index 000000000000..9c4b3536f017
--- /dev/null
+++ b/dev-python/mkdocstrings/mkdocstrings-0.21.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=pdm
+
+inherit distutils-r1
+
+DESCRIPTION="Automatic documentation from sources, for MkDocs"
+HOMEPAGE="https://mkdocstrings.github.io/ https://pypi.org/project/mkdocs-autorefs/"
+# Tests require files absent from PyPI tarballs
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+IUSE="python"
+
+REQUIRED_USE="test? ( python )"
+
+RDEPEND=">=dev-python/jinja-2.11.1[${PYTHON_USEDEP}]
+	>=dev-python/markdown-3.3[${PYTHON_USEDEP}]
+	>=dev-python/markupsafe-1.1[${PYTHON_USEDEP}]
+	>=dev-python/mkdocs-1.2[${PYTHON_USEDEP}]
+	>=dev-python/mkdocs-autorefs-0.3.1[${PYTHON_USEDEP}]
+	>=dev-python/pymdown-extensions-6.3[${PYTHON_USEDEP}]
+	python? ( dev-python/mkdocstrings-python[${PYTHON_USEDEP}] )"
+BDEPEND="test? ( dev-python/mkdocs-material[${PYTHON_USEDEP}] )"
+
+# mkdocstrings documentation generation requires several currently
+# unpackaged mkdocs extensions and plug-ins, and this test
+# makes use of mkdocs configuration
+EPYTEST_DESELECT=(
+	tests/test_plugin.py::test_disabling_plugin
+)
+
+distutils_enable_tests pytest


             reply	other threads:[~2023-05-11 10:56 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-11 10:56 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-11 21:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocstrings/ Marek Szuba
2023-06-04  6:51 Michał Górny
2023-06-18 11:56 Michał Górny
2023-08-23 21:06 Marek Szuba
2023-09-02 14:11 Michał Górny
2023-10-26  0:31 Marek Szuba
2023-11-14 20:06 Michał Górny
2023-11-22 12:43 Andrew Ammerlaan
2023-11-23 20:33 Michał Górny
2023-12-30 18:30 Michał Górny
2024-02-28  4:03 Michał Górny
2024-04-03  5:31 Michał Górny
2024-04-05 18:52 Michał Górny
2024-04-20  5:40 Michał Górny
2024-04-28  2:37 Michał Górny
2024-05-06 15:29 Michał Górny
2024-06-17  2:52 Michał Górny
2024-06-28 11:38 Michał Górny
2024-07-06 18:09 Michał Górny
2024-07-26  1:57 Michał Górny
2024-09-02  3:02 Michał Górny
2024-09-07  6:26 Michał Górny
2024-09-07  6:26 Michał Górny
2024-10-13  3:10 Michał Górny
2024-11-08 20:27 Michał Górny
2025-02-04  4:28 Michał Górny
2025-02-15  7:01 Michał Górny
2025-02-15  7:01 Michał Górny
2025-02-25  7:51 Michał Górny
2025-02-25  7:51 Michał Górny
2025-02-25  8:14 Michał Górny
2025-03-09  3:35 Michał Górny
2025-03-09  3:35 Michał Górny
2025-03-11  8:47 Michał Górny
2025-03-31 20:14 Arthur Zamarin

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=1683802568.3c052069432f0db5ef5f0f6e98dd2606f9c26e42.marecki@gentoo \
    --to=marecki@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