diff options
author | 2020-02-08 19:54:42 +0100 | |
---|---|---|
committer | 2020-02-08 19:54:42 +0100 | |
commit | 6e42678d7db492049cc050ab7a5b7bfda182f338 (patch) | |
tree | 93d62c488516c5786d4ee4b9fea7b962fcfa2215 /dev-python | |
parent | dev-python/pytest-flake8: [QA] Fix VariableInHomepage (diff) | |
download | gentoo-6e42678d7db492049cc050ab7a5b7bfda182f338.tar.gz gentoo-6e42678d7db492049cc050ab7a5b7bfda182f338.tar.bz2 gentoo-6e42678d7db492049cc050ab7a5b7bfda182f338.zip |
dev-python/pytest-isort: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-isort/pytest-isort-0.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest-isort/pytest-isort-0.3.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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" |