public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Henri Gasc" <gasc@eurecom.fr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-mkdocstrings-python/
Date: Wed,  8 Feb 2023 15:59:13 +0000 (UTC)	[thread overview]
Message-ID: <1675871948.8e182fa43d73c0179aa1007293127c54a084cea8.gasc@gentoo> (raw)

commit:     8e182fa43d73c0179aa1007293127c54a084cea8
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Feb  8 14:15:30 2023 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Feb  8 15:59:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e182fa4

dev-python/mkdocs-mkdocstrings-python: new package, add 0.8.3

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/mkdocs-mkdocstrings-python/Manifest     |  1 +
 dev-python/mkdocs-mkdocstrings-python/metadata.xml | 12 ++++++++
 .../mkdocs-mkdocstrings-python-0.8.3.ebuild        | 35 ++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/mkdocs-mkdocstrings-python/Manifest b/dev-python/mkdocs-mkdocstrings-python/Manifest
new file mode 100644
index 000000000..0d75fc501
--- /dev/null
+++ b/dev-python/mkdocs-mkdocstrings-python/Manifest
@@ -0,0 +1 @@
+DIST mkdocs-mkdocstrings-python-0.8.3.gh.tar.gz 100049 BLAKE2B 796b26babacb6d6d711d7c748b5bb06e705881929109984d26ebdea1ee64c3d7d3b6427f54e2836d3256921243885518cf12a8ff74d04f2caf39871f08fd3f5a SHA512 af5e4470efd9de23710a2d9ec65430d48ef34b91fa9d6162be491852ed27c3775f3be41eb7703e440924566eeabee897e6cc8bba749f59377bdca617ec887c41

diff --git a/dev-python/mkdocs-mkdocstrings-python/metadata.xml b/dev-python/mkdocs-mkdocstrings-python/metadata.xml
new file mode 100644
index 000000000..eb1d74691
--- /dev/null
+++ b/dev-python/mkdocs-mkdocstrings-python/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gasc@eurecom.fr</email>
+		<name>Gasc Henri</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">mkdocstrings-python</remote-id>
+		<remote-id type="github">mkdocstrings/python</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/mkdocs-mkdocstrings-python/mkdocs-mkdocstrings-python-0.8.3.ebuild b/dev-python/mkdocs-mkdocstrings-python/mkdocs-mkdocstrings-python-0.8.3.ebuild
new file mode 100644
index 000000000..7d4fc6bb4
--- /dev/null
+++ b/dev-python/mkdocs-mkdocstrings-python/mkdocs-mkdocstrings-python-0.8.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python handler for mkdocstrings."
+HOMEPAGE="https://github.com/mkdocstrings/python https://pypi.org/project/mkdocstrings-python"
+SRC_URI="https://github.com/mkdocstrings/python/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/python-${PV}"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+ISUE="test"
+
+RDEPEND=""
+BDEPEND="
+	dev-python/pdm-pep517[${PYTHON_USEDEP}]
+	dev-python/mkdocs[${PYTHON_USEDEP}]
+	dev-python/griffe[${PYTHON_USEDEP}]
+	test? (
+		dev-python/mkdocs-mkdocstrings[${PYTHON_USEDEP}]
+		dev-python/mkdocs-autorefs[${PYTHON_USEDEP}]
+		dev-python/pymdown-extensions[${PYTHON_USEDEP}]
+		dev-python/mkdocs_pymdownx_material_extras[${PYTHON_USEDEP}]
+	)
+"
+DEPEND="${BDEPEND}"
+
+distutils_enable_tests pytest


             reply	other threads:[~2023-02-08 15:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-08 15:59 Henri Gasc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-09 10:05 [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-mkdocstrings-python/ Viorel Munteanu
2023-04-08  6:37 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-04-25 13:07 Henri Gasc
2023-09-06 22:02 Henri Gasc

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=1675871948.8e182fa43d73c0179aa1007293127c54a084cea8.gasc@gentoo \
    --to=gasc@eurecom.fr \
    --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