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 182F51382C5 for ; Sat, 10 Apr 2021 20:25:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46DF9E0815; Sat, 10 Apr 2021 20:25:30 +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 2BFD7E0815 for ; Sat, 10 Apr 2021 20:25:30 +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 09AA2335C67 for ; Sat, 10 Apr 2021 20:25:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B02F478 for ; Sat, 10 Apr 2021 20:25:27 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1618086173.32c8010d56465511573ec52ccc937e3c7216236b.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/py/metadata.xml dev-python/py/py-1.10.0.ebuild X-VCS-Directories: dev-python/py/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 32c8010d56465511573ec52ccc937e3c7216236b X-VCS-Branch: master Date: Sat, 10 Apr 2021 20:25:27 +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: f746b097-b4a1-4329-b1ac-fc99eec37960 X-Archives-Hash: f0cb1f24ba4697c21d31db66678354b2 commit: 32c8010d56465511573ec52ccc937e3c7216236b Author: Louis Sautier gentoo org> AuthorDate: Sat Apr 10 20:22:23 2021 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sat Apr 10 20:22:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c8010d dev-python/py: update HOMEPAGE and upstream metadata Signed-off-by: Louis Sautier gentoo.org> dev-python/py/metadata.xml | 1 + dev-python/py/py-1.10.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/py/metadata.xml b/dev-python/py/metadata.xml index 3967a80033d..0593079d947 100644 --- a/dev-python/py/metadata.xml +++ b/dev-python/py/metadata.xml @@ -8,5 +8,6 @@ py + pytest-dev/py diff --git a/dev-python/py/py-1.10.0.ebuild b/dev-python/py/py-1.10.0.ebuild index 6b5eed15729..5323060918f 100644 --- a/dev-python/py/py-1.10.0.ebuild +++ b/dev-python/py/py-1.10.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} pypy3 ) inherit distutils-r1 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities" -HOMEPAGE="https://pylib.readthedocs.io/en/latest/ https://pypi.org/project/py/" +HOMEPAGE="https://py.readthedocs.io/ https://pypi.org/project/py/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"