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 BF2E2138359 for ; Sun, 23 Aug 2020 11:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92BEFE07FA; Sun, 23 Aug 2020 11:45:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7C697E07FA for ; Sun, 23 Aug 2020 11:45:07 +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 8DFC5335DBA for ; Sun, 23 Aug 2020 11:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16031332 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: <1598182973.83f7231f3402ae59c5236132fc2b0ae892faacf2.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cssutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cssutils/cssutils-1.0.2-r2.ebuild dev-python/cssutils/metadata.xml X-VCS-Directories: dev-python/cssutils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 83f7231f3402ae59c5236132fc2b0ae892faacf2 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: 0d2bdfc6-8501-43e9-ad97-c2d6ab928b3d X-Archives-Hash: 0b18d7c7f37b63d25004c8cc963f14f3 commit: 83f7231f3402ae59c5236132fc2b0ae892faacf2 Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Aug 23 03:14:48 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 23 11:42:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83f7231f dev-python/cssutils: update HOMEPAGE Remove 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/cssutils/cssutils-1.0.2-r2.ebuild | 2 +- dev-python/cssutils/metadata.xml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild index cd0c3a9f729..7b4f6a4808c 100644 --- a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild +++ b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="A CSS Cascading Style Sheets library" -HOMEPAGE="https://pypi.org/project/cssutils/ https://bitbucket.org/cthedot/cssutils https://cthedot.de/cssutils/" +HOMEPAGE="https://pypi.org/project/cssutils/ https://cthedot.de/cssutils/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/dev-python/cssutils/metadata.xml b/dev-python/cssutils/metadata.xml index f9762173523..c4870d95155 100644 --- a/dev-python/cssutils/metadata.xml +++ b/dev-python/cssutils/metadata.xml @@ -10,8 +10,6 @@ Python - cssutils cssutils - cthedot/cssutils