dev-python/pytoolconfig: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-03-03 20:09:38 +01:00
parent af90adf6be
commit f90b69cf32

View File

@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=pdm
PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Python tool configuration"
HOMEPAGE="
https://pypi.org/project/pytoolconfig/
https://github.com/bagel897/pytoolconfig/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"