Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-flake8/
Date: Sat, 08 Feb 2020 18:56:01
Message-Id: 1581188079.ccbc28387da38680b658aa3c0993d763f1d04eea.soap@gentoo
1 commit: ccbc28387da38680b658aa3c0993d763f1d04eea
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 18:54:39 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 18:54:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbc2838
7
8 dev-python/pytest-flake8: [QA] Fix VariableInHomepage
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
16 index cb297114cf3..d391b017378 100644
17 --- a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
18 +++ b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
19 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
20 inherit distutils-r1
21
22 DESCRIPTION="py.test plugin for flake8"
23 -HOMEPAGE="https://github.com/tholo/${PN} https://pypi.org/project/${PN}"
24 +HOMEPAGE="https://github.com/tholo/pytest-flake8 https://pypi.org/project/pytest-flake8"
25 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="MIT"