From: Jeroen Roovers Date: Wed, 25 Mar 2020 07:02:51 +0000 (+0100) Subject: dev-python/pysnmp-mibs: Add python3_7, Github HOMEPAGE X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4fd1311ba44c4e4667b7fdb31457a7905ef4fb82;p=gentoo.git dev-python/pysnmp-mibs: Add python3_7, Github HOMEPAGE Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Jeroen Roovers --- diff --git a/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild b/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild index 28c60b26cb58..3628f8f012ec 100644 --- a/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild +++ b/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="SNMP framework in Python - MIBs" -HOMEPAGE="http://pysnmp.sf.net/ https://pypi.org/project/pysnmp-mibs/" +HOMEPAGE="http://snmplabs.com/pysnmp/ https://github.com/etingof/pysnmp-mibs" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"