dev-python/docstring-parser: new package, add 0.15
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
0272878a62
commit
4dfa66a110
1
dev-python/docstring-parser/Manifest
Normal file
1
dev-python/docstring-parser/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST docstring_parser-0.15.tar.gz 26768 BLAKE2B 624e8df41ed7cc0f74171b4eafae1cf97f5d0ef89f001c276e83c9d7e528d8a385f72d40e0d88ac9ed55d369cfc06d1bdbbf39eb9bc85f26a605e589352154ba SHA512 4904d29421ffeaaaf0d3e8c0a9b03ade7aa93f1a5316f6c3456b328374e7329e8449965ff1e070591c5eaf7737b19ef4ca14818c43d2505fc3a21c4515ceefaf
|
18
dev-python/docstring-parser/docstring-parser-0.15.ebuild
Normal file
18
dev-python/docstring-parser/docstring-parser-0.15.ebuild
Normal file
|
@ -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
|
12
dev-python/docstring-parser/metadata.xml
Normal file
12
dev-python/docstring-parser/metadata.xml
Normal file
|
@ -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>universebenzene@sina.com</email>
|
||||
<name>Astro Benzene</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">docstring-parser</remote-id>
|
||||
<remote-id type="github">rr-/docstring_parser</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue