3 changed files with 32 additions and 0 deletions
@ -0,0 +1 @@ |
|||
DIST argparse-manpage-1.5.tar.gz 34290 BLAKE2B 598a0eb0d4816a764c1ba4093b18e28d7865c9a113db1910793748eb24394636a9e1caad86fef5416933ae5341026048d1e39ce928131a8796a5d66a40e36853 SHA512 bfdea19fa62ac029754d6df26c4fb51c18f7fee4fae681c1117253627e724cf1ff1db5196ad0690fd436cebbe403536905f157cb7eae7be50d321c663b491fd0 |
@ -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 |
@ -0,0 +1,13 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
|||
<pkgmetadata> |
|||
<maintainer type="person"> |
|||
<email>chutzpah@gentoo.org</email> |
|||
<name>Patrick McLean</name> |
|||
</maintainer> |
|||
<stabilize-allarches/> |
|||
<upstream> |
|||
<remote-id type="pypi">argparse-manpage</remote-id> |
|||
<remote-id type="github">praiskup/argparse-manpage</remote-id> |
|||
</upstream> |
|||
</pkgmetadata> |
Loading…
Reference in new issue