diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-06-29 13:40:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-06-29 13:40:31 +0100 |
commit | e745e1d281540da525df5eaae0904b62bc27852f (patch) | |
tree | fe71391505cd5188d417ddc468859a54f0c648ae /dev-python/sphinx-argparse | |
parent | 05f2a11918a15ef57166e74d69d6c4737673e75c (diff) |
gentoo auto-resync : 29:06:2023 - 13:40:31
Diffstat (limited to 'dev-python/sphinx-argparse')
-rw-r--r-- | dev-python/sphinx-argparse/Manifest | 3 | ||||
-rw-r--r-- | dev-python/sphinx-argparse/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild | 22 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/sphinx-argparse/Manifest b/dev-python/sphinx-argparse/Manifest new file mode 100644 index 000000000000..c14c0e736c12 --- /dev/null +++ b/dev-python/sphinx-argparse/Manifest @@ -0,0 +1,3 @@ +DIST sphinx_argparse-0.4.0.tar.gz 15020 BLAKE2B 73118f56ff82d52f04066b9d500aebc77eb5a0fecd03fa69f382c0f2afc0cbffdd395da707cf37b59f039e93935f8d5c3fe0e0f7a2820d3b6509dd78b37b0d74 SHA512 b96050da6c02f87c54f9dc9146bed955e99258df740b467575a2b3e9919fa8c4c6d30a736dab24360086bfc0d7d09c4bc7a818700af2c7846eed3a3b99053d65 +EBUILD sphinx-argparse-0.4.0.ebuild 522 BLAKE2B ad95ac27322b1696efbb3f7738cea5013aa2b560293def077db8001d3302cd38fa4c87222cfc17a66243f63b5957c06f70c3cc523ef8709a533b5cc143d10f8e SHA512 a3f52e076a33980a487abdec13e9a1c82bfc2b9d328bc5c553a0191c5e5f18b68b6f089e4793565bfe72ee31f0ad0c4c515a6e794f2572bbc36d8511061bc18c +MISC metadata.xml 391 BLAKE2B 972912b11d5fe4f5a7853047a53f1eb1520593df0c80a32d56a332814329994ac931bd7afc03917ad914b31a26ae5c0545ae7b4528afa9d43a3c7ef9a7fab083 SHA512 9b969ffd5114c71e2d7a6c42e234a5346f5c3778bb33f5ee7c0abb3a79c97efde003c54e2c8c49091d765bd79fc903cd02ce34fef85ebfa68c77c8344b38e6e4 diff --git a/dev-python/sphinx-argparse/metadata.xml b/dev-python/sphinx-argparse/metadata.xml new file mode 100644 index 000000000000..34557e466493 --- /dev/null +++ b/dev-python/sphinx-argparse/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <upstream> + <remote-id type="github">ashb/sphinx-argparse</remote-id> + <remote-id type="pypi">sphinx-argparse</remote-id> + </upstream> +</pkgmetadata> 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..2b28e7ab59e5 --- /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_{10..12} ) +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 |