From: David Seifert Date: Sat, 8 Feb 2020 18:54:42 +0000 (+0100) Subject: dev-python/pytest-isort: [QA] Fix VariableInHomepage X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6e42678d7db492049cc050ab7a5b7bfda182f338;p=gentoo.git dev-python/pytest-isort: [QA] Fix VariableInHomepage Signed-off-by: David Seifert --- diff --git a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild index 3b31825daf79..944b8265316e 100644 --- a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild +++ b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="py.test plugin for isort" -HOMEPAGE="https://github.com/moccu/${PN} https://pypi.org/project/${PN}" +HOMEPAGE="https://github.com/moccu/pytest-isort https://pypi.org/project/pytest-isort" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild b/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild index 3925e5eb29b6..b84f9ceea363 100644 --- a/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild +++ b/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="py.test plugin for isort" -HOMEPAGE="https://github.com/moccu/${PN} https://pypi.python.org/pypi/${PN}" +HOMEPAGE="https://github.com/moccu/pytest-isort https://pypi.python.org/pypi/pytest-isort" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"