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 4740113835A for ; Tue, 22 Dec 2020 20:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DDE82BC060; Tue, 22 Dec 2020 20:06:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 78F872BC060 for ; Tue, 22 Dec 2020 20:06:19 +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 3AF0E3412E4 for ; Tue, 22 Dec 2020 20:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59F8D46F for ; Tue, 22 Dec 2020 20:06:15 +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: <1608667570.a9013ce45344c780148bb20fbda6b9dd476a9f04.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyjwt/metadata.xml dev-python/pyjwt/pyjwt-2.0.0.ebuild X-VCS-Directories: dev-python/pyjwt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a9013ce45344c780148bb20fbda6b9dd476a9f04 X-VCS-Branch: master Date: Tue, 22 Dec 2020 20:06:15 +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: 1211e34e-95af-4d4b-a2e3-8a0a81eef552 X-Archives-Hash: ac7631bc128c0bae62c4de2de0b0b454 commit: a9013ce45344c780148bb20fbda6b9dd476a9f04 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 22 20:04:45 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 22 20:06:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9013ce4 dev-python/pyjwt: Update HOMEPAGE and remote-id Signed-off-by: Michał Górny gentoo.org> dev-python/pyjwt/metadata.xml | 2 +- dev-python/pyjwt/pyjwt-2.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyjwt/metadata.xml b/dev-python/pyjwt/metadata.xml index 8b8cf7dd8ba..4789bfa6fc4 100644 --- a/dev-python/pyjwt/metadata.xml +++ b/dev-python/pyjwt/metadata.xml @@ -7,7 +7,7 @@ PyJWT - progrium/pyjwt + jpadilla/pyjwt cpe:/a:pyjwt_project:pyjwt diff --git a/dev-python/pyjwt/pyjwt-2.0.0.ebuild b/dev-python/pyjwt/pyjwt-2.0.0.ebuild index 003ac25f08b..b74a2aeeafe 100644 --- a/dev-python/pyjwt/pyjwt-2.0.0.ebuild +++ b/dev-python/pyjwt/pyjwt-2.0.0.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 optfeature MY_PN="PyJWT" DESCRIPTION="JSON Web Token implementation in Python" -HOMEPAGE="https://github.com/progrium/pyjwt https://pypi.org/project/PyJWT/" +HOMEPAGE="https://github.com/jpadilla/pyjwt/ https://pypi.org/project/PyJWT/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" S="${WORKDIR}"/${MY_PN}-${PV}