mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
config: add metada, use pypi eclass and fix pkgcheck
This commit is contained in:
parent
84a0534706
commit
dc6bf75a61
2 changed files with 8 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue