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 F2CBD138331 for ; Sat, 12 May 2018 18:29:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19980E0BB3; Sat, 12 May 2018 18:29:18 +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 EE5DBE0BB3 for ; Sat, 12 May 2018 18:29:17 +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 1A07B335C99 for ; Sat, 12 May 2018 18:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBE213B for ; Sat, 12 May 2018 18:29:14 +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: <1526148720.39ff45e6d06af59523ddb3e646a9972cb3db4a36.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inflect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/inflect/inflect-0.2.5.ebuild dev-python/inflect/metadata.xml X-VCS-Directories: dev-python/inflect/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 39ff45e6d06af59523ddb3e646a9972cb3db4a36 X-VCS-Branch: master Date: Sat, 12 May 2018 18:29:14 +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-Archives-Salt: 55e16465-c7b8-4fd5-a3f1-cf7325bbea5f X-Archives-Hash: 9d0c5fc1d6724f99cd80822ef92a7535 commit: 39ff45e6d06af59523ddb3e646a9972cb3db4a36 Author: Louis Sautier gmail com> AuthorDate: Sat May 12 15:20:33 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 12 18:12:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ff45e6 dev-python/inflect: update HOMEPAGE Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-python/inflect/inflect-0.2.5.ebuild | 4 ++-- dev-python/inflect/metadata.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/inflect/inflect-0.2.5.ebuild b/dev-python/inflect/inflect-0.2.5.ebuild index bffa40f5d2a..e97cf06935d 100644 --- a/dev-python/inflect/inflect-0.2.5.ebuild +++ b/dev-python/inflect/inflect-0.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Correctly inflect words and numbers" -HOMEPAGE="https://github.com/pwdyson/inflect.py" +HOMEPAGE="https://github.com/jazzband/inflect" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="AGPL-3" diff --git a/dev-python/inflect/metadata.xml b/dev-python/inflect/metadata.xml index ef112529b5b..9c92a6c72bb 100644 --- a/dev-python/inflect/metadata.xml +++ b/dev-python/inflect/metadata.xml @@ -11,6 +11,6 @@ inflect - pwdyson/inflect.py + jazzband/inflect