dev-python/nagiosplugin: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-02-15 18:23:49 +01:00
parent aabed497ef
commit a227459495

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{9..11} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="A class library for writing nagios-compatible plugins"
HOMEPAGE="
@@ -14,11 +14,10 @@ HOMEPAGE="
https://nagiosplugin.readthedocs.io/
https://pypi.org/project/nagiosplugin/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="ZPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
distutils_enable_tests pytest
distutils_enable_sphinx doc dev-python/sphinx-rtd-theme