From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B2D7138350 for ; Wed, 25 Mar 2020 07:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C945E0903; Wed, 25 Mar 2020 07:11:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3235EE0903 for ; Wed, 25 Mar 2020 07:11:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24A9A34F38B for ; Wed, 25 Mar 2020 07:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDD8019F for ; Wed, 25 Mar 2020 07:10:54 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1585120246.4fd1311ba44c4e4667b7fdb31457a7905ef4fb82.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp-mibs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild X-VCS-Directories: dev-python/pysnmp-mibs/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4fd1311ba44c4e4667b7fdb31457a7905ef4fb82 X-VCS-Branch: master Date: Wed, 25 Mar 2020 07:10:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db0921aa-617a-42b9-99ae-e440c6e767c1 X-Archives-Hash: 84430ecf13eab2e23cea032c2a2e0b2a commit: 4fd1311ba44c4e4667b7fdb31457a7905ef4fb82 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Mar 25 07:02:51 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Mar 25 07:10:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd1311b dev-python/pysnmp-mibs: Add python3_7, Github HOMEPAGE Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Jeroen Roovers gentoo.org> dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 28c60b26cb5..3628f8f012e 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"