Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-flake8/
Date: Mon, 24 Jan 2022 22:14:23
Message-Id: 1643062331.8b38ac3e9f735b87225d129beabdffa2de464092.mgorny@gentoo
1 commit: 8b38ac3e9f735b87225d129beabdffa2de464092
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 22:12:11 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 22:12:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b38ac3e
7
8 dev-python/pytest-flake8: Fix HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
16 index 907b852ec5cb..29d153438360 100644
17 --- a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
18 +++ b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
19 @@ -6,8 +6,10 @@ EAPI=7
20 PYTHON_COMPAT=( python3_{8..10} )
21 inherit distutils-r1
22
23 -DESCRIPTION="py.test plugin for flake8"
24 -HOMEPAGE="https://github.com/tholo/pytest-flake8 https://pypi.org/project/pytest-flake8"
25 +DESCRIPTION="pytest plugin for flake8"
26 +HOMEPAGE="
27 + https://github.com/tholo/pytest-flake8/
28 + https://pypi.org/project/pytest-flake8/"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="MIT"