config: add metada, use pypi eclass and fix pkgcheck

This commit is contained in:
rick 2025-05-18 22:04:22 +02:00
parent 84a0534706
commit dc6bf75a61
No known key found for this signature in database
GPG key ID: A2E7B6CA577C8F07
2 changed files with 8 additions and 5 deletions

View file

@ -5,13 +5,12 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="A hierarchical, easy-to-use, powerful configuration module for Python"
HOMEPAGE="https://www.red-dove.com/python_config.html"
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
HOMEPAGE="https://docs.red-dove.com/cfg/python.html"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
RESTRICT="test"

View file

@ -5,4 +5,8 @@
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">vsajip/py-cfg-lib</remote-id>
<remote-id type="pypi">config</remote-id>
</upstream>
</pkgmetadata>