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 997B3138359 for ; Sun, 23 Aug 2020 11:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D902E082F; Sun, 23 Aug 2020 11:45:09 +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 1F71CE082D for ; Sun, 23 Aug 2020 11:45:09 +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 248ED335D87 for ; Sun, 23 Aug 2020 11:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA2EF33D for ; Sun, 23 Aug 2020 11:45:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1598182997.42a1f57923432d540c96afd92acab9fb59f6f5e9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whoosh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/whoosh/metadata.xml dev-python/whoosh/whoosh-2.7.4.ebuild X-VCS-Directories: dev-python/whoosh/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 42a1f57923432d540c96afd92acab9fb59f6f5e9 X-VCS-Branch: master Date: Sun, 23 Aug 2020 11:45:04 +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: 56ef74f6-200b-4c35-bd99-f03fe0f717e7 X-Archives-Hash: 5dff51555c094d2557bb958667fbe9e0 commit: 42a1f57923432d540c96afd92acab9fb59f6f5e9 Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Aug 23 03:33:14 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 23 11:43:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a1f579 dev-python/whoosh: update HOMEPAGE Replace non-functioning BitBucket URL Bug: https://bugs.gentoo.org/737896 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov gmail.com> Signed-off-by: David Seifert gentoo.org> dev-python/whoosh/metadata.xml | 1 - dev-python/whoosh/whoosh-2.7.4.ebuild | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/whoosh/metadata.xml b/dev-python/whoosh/metadata.xml index 8582f22d6e3..8536aa34b83 100644 --- a/dev-python/whoosh/metadata.xml +++ b/dev-python/whoosh/metadata.xml @@ -18,6 +18,5 @@ Whoosh - mchaput/whoosh diff --git a/dev-python/whoosh/whoosh-2.7.4.ebuild b/dev-python/whoosh/whoosh-2.7.4.ebuild index a445686a4f4..4e4fada977c 100644 --- a/dev-python/whoosh/whoosh-2.7.4.ebuild +++ b/dev-python/whoosh/whoosh-2.7.4.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 ) inherit distutils-r1 DESCRIPTION="Fast, pure-Python full text indexing, search and spell checking library" -HOMEPAGE="https://bitbucket.org/mchaput/whoosh/wiki/Home/ https://pypi.org/project/Whoosh/" +HOMEPAGE="https://pypi.org/project/Whoosh/" SRC_URI="mirror://pypi/W/${PN^}/${P^}.tar.gz" S="${WORKDIR}/${P^}"