Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-isort/
Date: Sat, 09 Apr 2022 02:45:32
Message-Id: 1649472159.de554a8d7961d2fe95948b4c4182a0eb85059c22.tastytea@gentoo
1 commit: de554a8d7961d2fe95948b4c4182a0eb85059c22
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sat Apr 9 01:42:40 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sat Apr 9 02:42:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de554a8d
7
8 dev-python/pytest-isort: update HOMEPAGE
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild | 2 +-
13 dev-python/pytest-isort/pytest-isort-1.3.0.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild b/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild
17 index 274623001..05410eaed 100644
18 --- a/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild
19 +++ b/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild
20 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} )
21 inherit distutils-r1
22
23 DESCRIPTION="Plugin to check import ordering using isort"
24 -HOMEPAGE="https://github.com/moccu/pytest-isort"
25 +HOMEPAGE="https://github.com/stephrdev/pytest-isort"
26 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
27
28 LICENSE="BSD"
29
30 diff --git a/dev-python/pytest-isort/pytest-isort-1.3.0.ebuild b/dev-python/pytest-isort/pytest-isort-1.3.0.ebuild
31 index 83853fcdf..e5084cd33 100644
32 --- a/dev-python/pytest-isort/pytest-isort-1.3.0.ebuild
33 +++ b/dev-python/pytest-isort/pytest-isort-1.3.0.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8,9} )
41 inherit distutils-r1
42
43 DESCRIPTION="Plugin to check import ordering using isort"
44 -HOMEPAGE="https://github.com/moccu/pytest-isort"
45 +HOMEPAGE="https://github.com/stephrdev/pytest-isort"
46 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
47
48 LICENSE="BSD"