commit:     3ebd37a4faad0d63ceb27d9fce9f6251ec16c7d8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 26 06:12:50 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 06:35:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebd37a4

dev-python/docstring-to-markdown: Bump to 0.16

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

 dev-python/docstring-to-markdown/Manifest          |  1 +
 .../docstring-to-markdown-0.16.ebuild              | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/docstring-to-markdown/Manifest 
b/dev-python/docstring-to-markdown/Manifest
index c4aaa545ad3f..7de10cdfe4a2 100644
--- a/dev-python/docstring-to-markdown/Manifest
+++ b/dev-python/docstring-to-markdown/Manifest
@@ -1 +1,2 @@
 DIST docstring-to-markdown-0.15.gh.tar.gz 29806 BLAKE2B 
424cc74feb3e42bbd546495a998aba92b4df02b9d259c8b3e0fe704d860bb789825b5c1fde79211b675cee82e8c560359f54bf5311eb940a51c0b7c58dcbcf99
 SHA512 
100d84b6071609d774f2b3426804a32d88eb6e0a463d63003d8cee67f8e0ffb93dad54cfa2f18647dd5d1439459e4c217589c89737bc98e2ee2e11bb9f0871f6
+DIST docstring-to-markdown-0.16.gh.tar.gz 31553 BLAKE2B 
66dfaf08ca08d6209bae851ffc15d26bac76ec71c417a4b6094fcf23b863f17cb7abda9c191089aeffe31cee6041803f27de4448feb6918be179561cb3ecfd6c
 SHA512 
4052194a12525071558d859ef23fd33c1c131676f7931ff72891b951d2a7726c1b786639c00be2ff3578bff155cf77d22ddeb03d87dcd782baa337f456a8647f

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.16.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.16.ebuild
new file mode 100644
index 000000000000..da38ee07769f
--- /dev/null
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.16.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+
+inherit distutils-r1
+
+DESCRIPTION="On the fly conversion of Python docstrings to markdown"
+HOMEPAGE="
+       https://github.com/python-lsp/docstring-to-markdown/
+       https://pypi.org/project/docstring-to-markdown/
+"
+SRC_URI="
+       
https://github.com/python-lsp/docstring-to-markdown/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+       >=dev-python/importlib-metadata-3.6[${PYTHON_USEDEP}]
+       >=dev-python/typing-extensions-4.6[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+       epytest -o addopts=
+}

Reply via email to