diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-24 23:12:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-24 23:12:11 +0100 |
commit | 8b38ac3e9f735b87225d129beabdffa2de464092 (patch) | |
tree | 43b8048f0ca445b57163e058849f7b2201e37d72 /dev-python/pytest-flake8 | |
parent | dev-python/pure_eval: Bump to 0.2.2 (diff) | |
download | gentoo-8b38ac3e9f735b87225d129beabdffa2de464092.tar.gz gentoo-8b38ac3e9f735b87225d129beabdffa2de464092.tar.bz2 gentoo-8b38ac3e9f735b87225d129beabdffa2de464092.zip |
dev-python/pytest-flake8: Fix HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-flake8')
-rw-r--r-- | dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild index 907b852ec5cb..29d153438360 100644 --- a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild +++ b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild @@ -6,8 +6,10 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="py.test plugin for flake8" -HOMEPAGE="https://github.com/tholo/pytest-flake8 https://pypi.org/project/pytest-flake8" +DESCRIPTION="pytest plugin for flake8" +HOMEPAGE=" + https://github.com/tholo/pytest-flake8/ + https://pypi.org/project/pytest-flake8/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |