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 F04FF138350 for ; Wed, 25 Mar 2020 07:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B771E0830; Wed, 25 Mar 2020 07:11:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C78B8E0830 for ; Wed, 25 Mar 2020 07:10:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3E50F34F3FD 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 0D8951A0 for ; Wed, 25 Mar 2020 07:10:55 +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.a82420d6be9d9bd0aa72c8fdd1ff50ed1a41eea9.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp-apps/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysnmp-apps/pysnmp-apps-0.5.3.ebuild X-VCS-Directories: dev-python/pysnmp-apps/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a82420d6be9d9bd0aa72c8fdd1ff50ed1a41eea9 X-VCS-Branch: master Date: Wed, 25 Mar 2020 07:10:55 +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: 537c1367-f81b-4622-b9d7-31245f98d468 X-Archives-Hash: 4aa6d2e6a40f9afa9e9e9d04be6ba398 commit: a82420d6be9d9bd0aa72c8fdd1ff50ed1a41eea9 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Mar 25 07:03:35 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=a82420d6 dev-python/pysnmp-apps: 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-apps/pysnmp-apps-0.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pysnmp-apps/pysnmp-apps-0.5.3.ebuild b/dev-python/pysnmp-apps/pysnmp-apps-0.5.3.ebuild index bcd0dc42296..1f118f32e1c 100644 --- a/dev-python/pysnmp-apps/pysnmp-apps-0.5.3.ebuild +++ b/dev-python/pysnmp-apps/pysnmp-apps-0.5.3.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="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"