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-fixture-config/
Date: Sat, 28 Mar 2020 18:49:11
Message-Id: 1585421312.8ceed363403dcf4ebab1160ee6944b26067c55fd.mgorny@gentoo
1 commit: 8ceed363403dcf4ebab1160ee6944b26067c55fd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 18:36:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:48:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ceed363
7
8 dev-python/pytest-fixture-config: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-fixture-config/Manifest | 1 -
13 .../pytest-fixture-config-1.2.11.ebuild | 34 ----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-python/pytest-fixture-config/Manifest b/dev-python/pytest-fixture-config/Manifest
17 index 8688d4962c4..cd6c26d940a 100644
18 --- a/dev-python/pytest-fixture-config/Manifest
19 +++ b/dev-python/pytest-fixture-config/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-fixture-config-1.2.11.tar.gz 6525 BLAKE2B cae41f542fedfcc8587dd5a4cc117480f22fc8abd6f5b85b38451e8199c52d2cb20c4a44fd014504fdc6835be940b4935c95e73dd16cd42049a0e01737a65f6b SHA512 9d335621c7aec41ce769f450fb618ca1611a0e97bf3bd3bdaf43bb827dde62af28fb255a36643c4e6e9c958e7f7efe3f4fc308b3129fe7625c0504c0c46f1518
22 DIST pytest-fixture-config-1.7.0.tar.gz 9884 BLAKE2B d844b07a8b7d59f6761ee71147a0945225a3f30bdd9b0751972bf6149b444ad95c49f3d5001d6414c535c1a230ed1e47ceb90b26c50324ec21165430e633cc21 SHA512 c861bbbb91efff338255734ddb4a8b615880c32a12c981160e9e7575d38adff8c5febad46bb9b4208634e39d4cfa73dec342265ccc1951168c1b12fd334cd746
23
24 diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
25 deleted file mode 100644
26 index e876418d844..00000000000
27 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Virtualenv fixture for py.test"
39 -HOMEPAGE="https://github.com/manahl/pytest-plugins https://pypi.org/project/pytest-fixture-config/"
40 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
45 -IUSE="test"
46 -RESTRICT="!test? ( test )"
47 -
48 -RDEPEND="
49 - dev-python/pytest[${PYTHON_USEDEP}]
50 -"
51 -
52 -DEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - dev-python/setuptools-git[${PYTHON_USEDEP}]
55 - test? (
56 - ${RDEPEND}
57 - dev-python/six[${PYTHON_USEDEP}]
58 - )
59 -"
60 -
61 -python_test() {
62 - esetup.py test
63 -}