dev-python/pysnmp: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-03-15 18:47:53 +01:00
parent 7edb997069
commit 4ed79276e8

View File

@@ -4,11 +4,10 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 optfeature
inherit distutils-r1 optfeature pypi
DESCRIPTION="Python SNMP library"
HOMEPAGE="https://pypi.org/project/pysnmp/ https://github.com/etingof/pysnmp"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"