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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A65FB158091 for ; Thu, 16 Jun 2022 11:47:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33B86E0921; Thu, 16 Jun 2022 11:47:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 172A7E092E for ; Thu, 16 Jun 2022 11:47:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 500D9341FDD for ; Thu, 16 Jun 2022 11:47:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFEBE516 for ; Thu, 16 Jun 2022 11:47:15 +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: <1655380031.7fc8cab04e0802bfb65cfeb249cbe909e18db922.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tinycss/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tinycss/metadata.xml dev-python/tinycss/tinycss-0.4-r1.ebuild X-VCS-Directories: dev-python/tinycss/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7fc8cab04e0802bfb65cfeb249cbe909e18db922 X-VCS-Branch: master Date: Thu, 16 Jun 2022 11:47:15 +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: a5d533a9-c45c-448f-9053-5127f6ee8197 X-Archives-Hash: 254574b42218d29c55f1985ac0357284 commit: 7fc8cab04e0802bfb65cfeb249cbe909e18db922 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 16 11:46:25 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 16 11:47:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc8cab0 dev-python/tinycss: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/tinycss/metadata.xml | 2 +- dev-python/tinycss/tinycss-0.4-r1.ebuild | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/dev-python/tinycss/metadata.xml b/dev-python/tinycss/metadata.xml index 06d019ec10f4..73f2cab917ec 100644 --- a/dev-python/tinycss/metadata.xml +++ b/dev-python/tinycss/metadata.xml @@ -7,7 +7,7 @@ tinycss - SimonSapin/tinycss + Kozea/tinycss diff --git a/dev-python/tinycss/tinycss-0.4-r1.ebuild b/dev-python/tinycss/tinycss-0.4-r1.ebuild index 0ee7dd169763..fe3fda3233c8 100644 --- a/dev-python/tinycss/tinycss-0.4-r1.ebuild +++ b/dev-python/tinycss/tinycss-0.4-r1.ebuild @@ -9,15 +9,20 @@ PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A complete yet simple CSS parser for Python" -HOMEPAGE="https://github.com/SimonSapin/tinycss/ - https://tinycss.readthedocs.io/en/latest/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +HOMEPAGE=" + https://github.com/Kozea/tinycss/ + https://pypi.org/project/tinycss/ + https://tinycss.readthedocs.io/en/latest/ +" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/lxml[${PYTHON_USEDEP}] +" DOCS=( CHANGES README.rst )