diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-02 06:14:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-02 06:14:06 +0000 |
| commit | 5baae657d79049f5d6f252db8df55072b41e64d8 (patch) | |
| tree | 99d1c283df5b490bd21eba185aaa4734aad94159 /dev-python/sphinx-argparse | |
| parent | fd075f4befa1b82b763919daebc01c93fb40860c (diff) | |
| download | baldeagleos-repo-5baae657d79049f5d6f252db8df55072b41e64d8.tar.gz baldeagleos-repo-5baae657d79049f5d6f252db8df55072b41e64d8.tar.xz baldeagleos-repo-5baae657d79049f5d6f252db8df55072b41e64d8.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinx-argparse')
| -rw-r--r-- | dev-python/sphinx-argparse/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/sphinx-argparse/metadata.xml | 8 | ||||
| -rw-r--r-- | dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild | 53 | ||||
| -rw-r--r-- | dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild | 22 |
4 files changed, 27 insertions, 58 deletions
diff --git a/dev-python/sphinx-argparse/Manifest b/dev-python/sphinx-argparse/Manifest index cc6a6ba198dc..78929c27d15f 100644 --- a/dev-python/sphinx-argparse/Manifest +++ b/dev-python/sphinx-argparse/Manifest @@ -1 +1 @@ -DIST sphinx-argparse-0.3.1.tar.gz 42953 BLAKE2B 76c74a270a638b1b894548bc898918fbfa5fde6bcf1ccbf5e69a3daaada829bc1ae27ad8befd18e834646dc2fc3b025f36807c2be894911cc0c6d65294174898 SHA512 3d289c90165eb6a3d7a94dff8e6a429a49eb404ce373e80e007a0cd9abaae1e1236f5393df2fbf11701c349dade9d199640dc398064da4fd50a58a90eb3f8f12 +DIST sphinx_argparse-0.4.0.tar.gz 15020 BLAKE2B 73118f56ff82d52f04066b9d500aebc77eb5a0fecd03fa69f382c0f2afc0cbffdd395da707cf37b59f039e93935f8d5c3fe0e0f7a2820d3b6509dd78b37b0d74 SHA512 b96050da6c02f87c54f9dc9146bed955e99258df740b467575a2b3e9919fa8c4c6d30a736dab24360086bfc0d7d09c4bc7a818700af2c7846eed3a3b99053d65 diff --git a/dev-python/sphinx-argparse/metadata.xml b/dev-python/sphinx-argparse/metadata.xml index 498a8147049a..66ee50826efd 100644 --- a/dev-python/sphinx-argparse/metadata.xml +++ b/dev-python/sphinx-argparse/metadata.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>alarig@swordarmor.fr</email> - <name>Alarig Le Lay</name> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> </maintainer> - <origin>gentoo-guru-overlay</origin> + <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild deleted file mode 100644 index 490a8b9976fe..000000000000 --- a/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) -DISTUTILS_USE_PEP517=poetry -inherit distutils-r1 optfeature - -DESCRIPTION="Sphinx extension that automatically documents argparse commands and options" -HOMEPAGE=" - https://pypi.org/project/sphinx-argparse/ - https://github.com/ashb/sphinx-argparse -" -SRC_URI="https://github.com/ashb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -# requires self to build own documentation -distutils_enable_sphinx docs dev-python/sphinx-rtd-theme dev-python/sphinx-argparse - -python_prepare_all() { - # needs test files in workdir to compile docs for some reason - cp -r test "${WORKDIR}" || die - - distutils-r1_python_prepare_all -} - -python_test() { - if [[ ${EPYTHON} == python3.10 ]]; then - EPYTEST_DESELECT=( - test/test_parser.py::test_parse_nested - test/test_parser.py::test_parse_nested_with_alias - test/test_parser.py::test_parse_groups - test/test_parser.py::test_action_groups_with_subcommands - ) - fi - - epytest -} - -pkg_postinst() { - optfeature "markdown support" dev-python/commonmark -} diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild new file mode 100644 index 000000000000..8bff58491d89 --- /dev/null +++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 pypi + +DESCRIPTION="Sphinx extension that automatically documents argparse commands and options" +HOMEPAGE="https://pypi.org/project/sphinx-argparse/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/commonmark[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |
