dev-python/pytest-isort: [QA] Fix VariableInHomepage

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-02-08 19:54:42 +01:00
parent ccbc28387d
commit 6e42678d7d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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