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 2CA6413835B for ; Fri, 11 Dec 2020 15:16:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E13FE09C1; Fri, 11 Dec 2020 15:16:32 +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 56787E09C1 for ; Fri, 11 Dec 2020 15:16:32 +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 09855340D32 for ; Fri, 11 Dec 2020 15:16:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A0BC3A6 for ; Fri, 11 Dec 2020 15:16:29 +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: <1607699782.a5c8c296b74e04b97d9f29f95775505845216fd8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sense-hat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-sense-hat/metadata.xml dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild X-VCS-Directories: dev-python/python-sense-hat/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a5c8c296b74e04b97d9f29f95775505845216fd8 X-VCS-Branch: master Date: Fri, 11 Dec 2020 15:16:29 +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: 9da9d644-1f32-430b-bfc5-e7d4f2578500 X-Archives-Hash: d220f51a55977c6a2a15d39931380c5c commit: a5c8c296b74e04b97d9f29f95775505845216fd8 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 11 15:09:00 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 11 15:16:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c8c296 dev-python/python-sense-hat: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/python-sense-hat/metadata.xml | 5 +++-- dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-python/python-sense-hat/metadata.xml b/dev-python/python-sense-hat/metadata.xml index 7c1f9d6b2a8..ae319bb54d4 100644 --- a/dev-python/python-sense-hat/metadata.xml +++ b/dev-python/python-sense-hat/metadata.xml @@ -11,7 +11,8 @@ to the International Space Station. - https://github.com/RPi-Distro/python-sense-hat/issues - RPi-Distro/python-sense-hat + https://github.com/astro-pi/python-sense-hat/issues + astro-pi/python-sense-hat + sense-hat diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild index eee4918e1a4..c8187b4e9e7 100644 --- a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild +++ b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 DESCRIPTION="Raspberry Pi Sense HAT python library" -HOMEPAGE="https://github.com/RPi-Distro/python-sense-hat" -SRC_URI="https://github.com/RPi-Distro/python-sense-hat/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/astro-pi/python-sense-hat" +SRC_URI="https://github.com/astro-pi/python-sense-hat/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"