commit: 7fc8cab04e0802bfb65cfeb249cbe909e18db922
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 11:46:25 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 @@
</maintainer>
<upstream>
<remote-id type="pypi">tinycss</remote-id>
- <remote-id type="github">SimonSapin/tinycss</remote-id>
+ <remote-id type="github">Kozea/tinycss</remote-id>
</upstream>
<stabilize-allarches/>
</pkgmetadata>
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 )