dev-python/tinycss: Update HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-06-16 13:46:25 +02:00
parent e4b7dffd27
commit 7fc8cab04e
2 changed files with 10 additions and 5 deletions

View File

@@ -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>

View File

@@ -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 )