diff --git a/dev-python/docstring-parser/Manifest b/dev-python/docstring-parser/Manifest new file mode 100644 index 0000000..8e26867 --- /dev/null +++ b/dev-python/docstring-parser/Manifest @@ -0,0 +1 @@ +DIST docstring_parser-0.15.tar.gz 26768 BLAKE2B 624e8df41ed7cc0f74171b4eafae1cf97f5d0ef89f001c276e83c9d7e528d8a385f72d40e0d88ac9ed55d369cfc06d1bdbbf39eb9bc85f26a605e589352154ba SHA512 4904d29421ffeaaaf0d3e8c0a9b03ade7aa93f1a5316f6c3456b328374e7329e8449965ff1e070591c5eaf7737b19ef4ca14818c43d2505fc3a21c4515ceefaf diff --git a/dev-python/docstring-parser/docstring-parser-0.15.ebuild b/dev-python/docstring-parser/docstring-parser-0.15.ebuild new file mode 100644 index 0000000..727485a --- /dev/null +++ b/dev-python/docstring-parser/docstring-parser-0.15.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Parse Python docstrings in reST, Google and Numpydoc format" +HOMEPAGE="https://github.com/rr-/docstring_parser" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest diff --git a/dev-python/docstring-parser/metadata.xml b/dev-python/docstring-parser/metadata.xml new file mode 100644 index 0000000..067b744 --- /dev/null +++ b/dev-python/docstring-parser/metadata.xml @@ -0,0 +1,12 @@ + + + + + universebenzene@sina.com + Astro Benzene + + + docstring-parser + rr-/docstring_parser + +