diff --git a/dev-python/argparse-manpage/Manifest b/dev-python/argparse-manpage/Manifest new file mode 100644 index 0000000..8a5fc93 --- /dev/null +++ b/dev-python/argparse-manpage/Manifest @@ -0,0 +1 @@ +DIST argparse-manpage-1.5.tar.gz 34290 BLAKE2B 598a0eb0d4816a764c1ba4093b18e28d7865c9a113db1910793748eb24394636a9e1caad86fef5416933ae5341026048d1e39ce928131a8796a5d66a40e36853 SHA512 bfdea19fa62ac029754d6df26c4fb51c18f7fee4fae681c1117253627e724cf1ff1db5196ad0690fd436cebbe403536905f157cb7eae7be50d321c663b491fd0 diff --git a/dev-python/argparse-manpage/argparse-manpage-1.5.ebuild b/dev-python/argparse-manpage/argparse-manpage-1.5.ebuild new file mode 100644 index 0000000..8ede7dd --- /dev/null +++ b/dev-python/argparse-manpage/argparse-manpage-1.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..10} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="Automatically build man-pages for your Python project" +HOMEPAGE="https://github.com/praiskup/argparse-manpage https://pypi.org/project/argparse-manpage/" +SRC_URI="https://github.com/praiskup/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest diff --git a/dev-python/argparse-manpage/metadata.xml b/dev-python/argparse-manpage/metadata.xml new file mode 100644 index 0000000..a43b414 --- /dev/null +++ b/dev-python/argparse-manpage/metadata.xml @@ -0,0 +1,13 @@ + + + + + chutzpah@gentoo.org + Patrick McLean + + + + argparse-manpage + praiskup/argparse-manpage + +