Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-isort/
Date: Sun, 29 Jan 2023 10:40:28
Message-Id: 1674954081.e4f7d6139dab9b7bfbd88930e0543c0bdf9803f5.ceamac@gentoo
1 commit: e4f7d6139dab9b7bfbd88930e0543c0bdf9803f5
2 Author: Julien Roy <julien <AT> jroy <DOT> ca>
3 AuthorDate: Sun Jan 29 01:01:21 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 01:01:21 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4f7d613
7
8 dev-python/pytest-isort: drop 1.3.0-r1
9
10 Signed-off-by: Julien Roy <julien <AT> jroy.ca>
11
12 dev-python/pytest-isort/Manifest | 1 -
13 .../pytest-isort/pytest-isort-1.3.0-r1.ebuild | 25 ----------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/pytest-isort/Manifest b/dev-python/pytest-isort/Manifest
17 index accdff63f..7194b7d6c 100644
18 --- a/dev-python/pytest-isort/Manifest
19 +++ b/dev-python/pytest-isort/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-isort-1.3.0.tar.gz 7321 BLAKE2B b65bf2a4e0e8133ed0c724b22f7ae4fa61341c34e01a1de3229b37144be21dc15c44842e05ddd427addf1028d5eac496e2b84646fec8e21fe4fc05544a4e30ea SHA512 a26c5dd9428b85d1387239245c437fded84ece8148ab016de9e41be3dff72627d0e7a47176d9fa5768b366655fe7affd4f665c3d2cd6fb2f2a2e15334e1fff63
22 DIST pytest-isort-3.1.0.gh.tar.gz 15585 BLAKE2B c23c34de0e5f4aec245fadc73ea77d90b29d9f0d94b34cb814a2cd12f0f28cfc3314340dc0d63063a4e1a6fe9c0341931fbf17c9b06b699b1ddb42eeb4498d7e SHA512 a01799b832783301818aba5d441cdb9167a367e2c434df9790e4b2d839a9cdab03683736f43339a07ef4444ca0bddfb1b6cd503db170b6544f8c14617e7398df
23
24 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
25 deleted file mode 100644
26 index 05410eaed..000000000
27 --- a/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Plugin to check import ordering using isort"
40 -HOMEPAGE="https://github.com/stephrdev/pytest-isort"
41 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -KEYWORDS="~amd64 ~x86"
45 -SLOT="0"
46 -
47 -distutils_enable_tests pytest
48 -# I don't know what's going on, so I took the easy route. 😝
49 -EPYTEST_DESELECT=( test_isort.py::TestIsortItem::test_init )
50 -
51 -RDEPEND="
52 - >=dev-python/pytest-3.5[${PYTHON_USEDEP}]
53 - >=dev-python/isort-4.0[${PYTHON_USEDEP}]
54 -"