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-isort/
Date: Sat, 08 Feb 2020 18:56:01
Message-Id: 1581188082.6e42678d7db492049cc050ab7a5b7bfda182f338.soap@gentoo
1 commit: 6e42678d7db492049cc050ab7a5b7bfda182f338
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 18:54:42 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 18:54:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e42678d
7
8 dev-python/pytest-isort: [QA] Fix VariableInHomepage
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-python/pytest-isort/pytest-isort-0.1.0.ebuild | 2 +-
13 dev-python/pytest-isort/pytest-isort-0.3.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild
17 index 3b31825daf7..944b8265316 100644
18 --- a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild
19 +++ b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild
20 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
21 inherit distutils-r1
22
23 DESCRIPTION="py.test plugin for isort"
24 -HOMEPAGE="https://github.com/moccu/${PN} https://pypi.org/project/${PN}"
25 +HOMEPAGE="https://github.com/moccu/pytest-isort https://pypi.org/project/pytest-isort"
26 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
27
28 LICENSE="MIT"
29
30 diff --git a/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild b/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild
31 index 3925e5eb29b..b84f9ceea36 100644
32 --- a/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild
33 +++ b/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild
34 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
35 inherit distutils-r1
36
37 DESCRIPTION="py.test plugin for isort"
38 -HOMEPAGE="https://github.com/moccu/${PN} https://pypi.python.org/pypi/${PN}"
39 +HOMEPAGE="https://github.com/moccu/pytest-isort https://pypi.python.org/pypi/pytest-isort"
40 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41
42 LICENSE="MIT"