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 BAA7A1580B9 for ; Tue, 24 Aug 2021 18:58:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4E24E0831; Tue, 24 Aug 2021 18:58:14 +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 C7C50E0831 for ; Tue, 24 Aug 2021 18:58:14 +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 D6B263406F2 for ; Tue, 24 Aug 2021 18:58:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3833C8C6 for ; Tue, 24 Aug 2021 18:58:12 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629831129.b0298ac4c3aa8db277a9fd94fdfed52fb8573122.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/curtsies/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/curtsies/curtsies-0.3.5.ebuild dev-python/curtsies/metadata.xml X-VCS-Directories: dev-python/curtsies/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b0298ac4c3aa8db277a9fd94fdfed52fb8573122 X-VCS-Branch: master Date: Tue, 24 Aug 2021 18:58:12 +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: d6a34dae-4266-4f43-8d37-949829780c96 X-Archives-Hash: f293e0d4953747745230b8c78b850971 commit: b0298ac4c3aa8db277a9fd94fdfed52fb8573122 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Aug 24 18:37:47 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Aug 24 18:52:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0298ac4 dev-python/curtsies: update HOMEPAGE Signed-off-by: Arthur Zamarin gentoo.org> dev-python/curtsies/curtsies-0.3.5.ebuild | 2 +- dev-python/curtsies/metadata.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/curtsies/curtsies-0.3.5.ebuild b/dev-python/curtsies/curtsies-0.3.5.ebuild index 8bdf1bfc514..d7179c6224e 100644 --- a/dev-python/curtsies/curtsies-0.3.5.ebuild +++ b/dev-python/curtsies/curtsies-0.3.5.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="Curses-like terminal wrapper, with colored strings" -HOMEPAGE="https://github.com/thomasballinger/curtsies" +HOMEPAGE="https://github.com/bpython/curtsies" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" diff --git a/dev-python/curtsies/metadata.xml b/dev-python/curtsies/metadata.xml index 4a5e419f152..80f96cb5f95 100644 --- a/dev-python/curtsies/metadata.xml +++ b/dev-python/curtsies/metadata.xml @@ -8,6 +8,6 @@ curtsies - thomasballinger/curtsies + bpython/curtsies