dev-python/pysnmp-apps: Add python3_7, Github HOMEPAGE
authorJeroen Roovers <jer@gentoo.org>
Wed, 25 Mar 2020 07:03:35 +0000 (08:03 +0100)
committerJeroen Roovers <jer@gentoo.org>
Wed, 25 Mar 2020 07:10:46 +0000 (08:10 +0100)
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
dev-python/pysnmp-apps/pysnmp-apps-0.5.3.ebuild

index bcd0dc42296b06ed7ad584ab4c2ca12974c75447..1f118f32e1ccc4d89764f75d9f835a6824742782 100644 (file)
@@ -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="PySNMP applications"
-HOMEPAGE="http://pysnmp.sf.net/ https://pypi.org/project/pysnmp-apps/"
+HOMEPAGE="http://snmplabs.com/pysnmp/ https://github.com/etingof/pysnmp-apps"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"