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-xdist/
Date: Sat, 06 Jan 2018 00:44:41
Message-Id: 1515199466.01f0c449cd9c6ed08b0299c55747eacd82496edd.mgorny@gentoo
1 commit: 01f0c449cd9c6ed08b0299c55747eacd82496edd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 23:33:28 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 00:44:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f0c449
7
8 dev-python/pytest-xdist: Clean old up
9
10 dev-python/pytest-xdist/Manifest | 2 --
11 .../pytest-xdist/pytest-xdist-1.14-r1.ebuild | 33 ----------------------
12 dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild | 33 ----------------------
13 3 files changed, 68 deletions(-)
14
15 diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
16 index 5503175a962..6e8295d64b0 100644
17 --- a/dev-python/pytest-xdist/Manifest
18 +++ b/dev-python/pytest-xdist/Manifest
19 @@ -1,4 +1,2 @@
20 -DIST pytest-xdist-1.14.zip 106585 BLAKE2B c2679e170a7a9e5e384938be12fe28ab5bb8b61ecddbb6dc77093b59c380c8f9be966bcd920f5ce5842a2452ca48c051ceb60ba4e929584646c3be04b5f1672e SHA512 4cafae77736da6880e8dd42aaa91f68bbc959ff7dabcd231018b144b54f96ccf1b11abb09474e260876bbdf731053005fdbd348ac87461f303d8f8f7af643e36
21 DIST pytest-xdist-1.15.0.tar.gz 87799 BLAKE2B 6990137c02f70a4ce466aeb7692cdc66adce09d475ddf31b7997abdeb54e148770fc74ee872e0f86719749705bb28ca7e56181b58f3906326c99d6051bd46fe6 SHA512 6429bd0c85024a2dcb453e4264f06d4a548637c4dcdeabf73d2b78a112ace70ff61cf0849a4845cc70a7650d10a99e5fe1087d3b7dba4b941ec0a771fc9338ed
22 -DIST pytest-xdist-1.20.0.tar.gz 56578 BLAKE2B 2035c22f976eae926635004861e9388b2546f0391d5df808a18690760a5e4af8082e1bfb71d4d203858850f0cbc3d8f368cce4a411953e9cdcb54c4441589d14 SHA512 e91fa6fa2f3130d38d674f62e6332581b88b43d7a63562701edf705de1b8a633b6b2011a6fa5fcece955181f6cf263a8ca7481c5e5f9f1d56ce198327f7dd30a
23 DIST pytest-xdist-1.20.1.tar.gz 57076 BLAKE2B efac9a0d96b2d4e28b078a7a88ba8df197fc122683d25577cc596f840977f4c116b8c7df1c397e03a50edc400265bae4a8b3900c22da388d0662a71858d7f4ec SHA512 f36e02062e946993bfb9bfaca5aa14c138817f1ad8a8013c5a64b416e91abbfb02502a371c4507c4babb15ac54aca2dce5af4ffe72ed0aa167f670bddabd4b3c
24
25 diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
26 deleted file mode 100644
27 index 423204c76df..00000000000
28 --- a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
29 +++ /dev/null
30 @@ -1,33 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Distributed testing and loop-on-failing modes"
41 -HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://github.com/pytest-dev/pytest-xdist"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
43 -
44 -SLOT="0"
45 -LICENSE="MIT"
46 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
51 - >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
52 - >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
53 -"
54 -DEPEND="${RDEPEND}
55 - dev-python/setuptools[${PYTHON_USEDEP}]
56 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
57 - app-arch/unzip
58 -"
59 -
60 -python_test() {
61 - find -name __pycache__ -exec rm -r '{}' + || die
62 - py.test -vv -x || die
63 -}
64
65 diff --git a/dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild
66 deleted file mode 100644
67 index 7e6d21d5471..00000000000
68 --- a/dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild
69 +++ /dev/null
70 @@ -1,33 +0,0 @@
71 -# Copyright 1999-2017 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="Distributed testing and loop-on-failing modes"
81 -HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://github.com/pytest-dev/pytest-xdist"
82 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
83 -
84 -SLOT="0"
85 -LICENSE="MIT"
86 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
87 -IUSE="test"
88 -
89 -RDEPEND="
90 - >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
91 - >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
92 - dev-python/pytest-forked[${PYTHON_USEDEP}]
93 - >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
94 -"
95 -DEPEND="${RDEPEND}
96 - dev-python/setuptools[${PYTHON_USEDEP}]
97 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
98 -"
99 -
100 -python_test() {
101 - distutils_install_for_testing
102 - py.test -vv || die "Tests failed under ${EPYTHON}"
103 -}