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 CBAA613835B for ; Fri, 11 Dec 2020 12:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B71D1E0973; Fri, 11 Dec 2020 12:46:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A087AE0973 for ; Fri, 11 Dec 2020 12:46:01 +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 AAE9D340DDE for ; Fri, 11 Dec 2020 12:46:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 334C6488 for ; Fri, 11 Dec 2020 12:45:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1607690648.8859e8af9bbf5d7dba7dfdfb747175eb13bacdc7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyasn1/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyasn1/metadata.xml dev-python/pyasn1/pyasn1-0.4.8-r1.ebuild X-VCS-Directories: dev-python/pyasn1/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8859e8af9bbf5d7dba7dfdfb747175eb13bacdc7 X-VCS-Branch: master Date: Fri, 11 Dec 2020 12:45:59 +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: 08104937-8f6f-4baa-af63-b2a68d386ba7 X-Archives-Hash: 514e1f07c9ebb360f8df1a0fea3dc259 commit: 8859e8af9bbf5d7dba7dfdfb747175eb13bacdc7 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 11 12:17:14 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 11 12:44:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8859e8af dev-python/pyasn1: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/pyasn1/metadata.xml | 1 - dev-python/pyasn1/pyasn1-0.4.8-r1.ebuild | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pyasn1/metadata.xml b/dev-python/pyasn1/metadata.xml index f0c3d55a771..4d0b9f3334a 100644 --- a/dev-python/pyasn1/metadata.xml +++ b/dev-python/pyasn1/metadata.xml @@ -8,7 +8,6 @@ pyasn1 - pyasn1 etingof/pyasn1 diff --git a/dev-python/pyasn1/pyasn1-0.4.8-r1.ebuild b/dev-python/pyasn1/pyasn1-0.4.8-r1.ebuild index 02ba13cbe92..3e16da33263 100644 --- a/dev-python/pyasn1/pyasn1-0.4.8-r1.ebuild +++ b/dev-python/pyasn1/pyasn1-0.4.8-r1.ebuild @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 DESCRIPTION="ASN.1 library for Python" -HOMEPAGE="http://snmplabs.com/pyasn1/" +HOMEPAGE=" + https://pypi.org/project/pyasn1/ + https://github.com/etingof/pyasn1/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2"