[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2015-10-14 Thread Michał Górny
commit: 8bedde181aee73ad8cf3be3a7ae1d1ec7c4e8dc0
Author: Sean Vig  gmail  com>
AuthorDate: Wed Oct 14 15:20:19 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 14 16:46:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bedde18

dev-python/pytest-xdist: Add python3_5 target

 dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
index d6fc282..8eb076c 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2015-10-15 Thread Justin Lecher
commit: 55051e7afe7b03227bb1f8992da204643aeed385
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 15 08:51:21 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 15 08:57:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55051e7a

dev-python/pytest-xdist: Keyword under ALLARCHES policy

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
index 8eb076c..ec2d0ac 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2015-09-09 Thread Justin Lecher
commit: 5f6b65bef0516785da1cd12ccb44a3a5525768f2
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  9 08:35:55 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  9 09:49:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6b65be

dev-python/pytest-xdist: New package, ebuild written by me

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/pytest-xdist/Manifest   |  1 +
 dev-python/pytest-xdist/metadata.xml   | 13 
 dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild | 23 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
new file mode 100644
index 000..2a22275
--- /dev/null
+++ b/dev-python/pytest-xdist/Manifest
@@ -0,0 +1 @@
+DIST pytest-xdist-1.13.1.tar.gz 110007 SHA256 
4382d7a944c1e2b1dc17fee3fd3575495fb10236a3b6e95cc6955db04984bc3c SHA512 
3bb295c0afbcb0f238bdd41dfd1a395f0ba16b8151643aecc25aae13ac7c58d36d26ff4bab197673a9679d1f3436acd05b5ff50107b3128e647de892a6d04e3f
 WHIRLPOOL 
643b23c755eb43c7b6965e588b58547c9ef63d3c225cddb97868c659ab3234bc6bc204575bc48c7f18a498cb0e595b8550928ba92ec5945a936e959f773504b3

diff --git a/dev-python/pytest-xdist/metadata.xml 
b/dev-python/pytest-xdist/metadata.xml
new file mode 100644
index 000..9ff7a64
--- /dev/null
+++ b/dev-python/pytest-xdist/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   python
+   
+   j...@gentoo.org
+   Justin Lecher
+   
+   
+   pxml
+   metagriffin/pxml
+   
+

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
new file mode 100644
index 000..38cb802
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://bitbucket.org/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2015-09-09 Thread Justin Lecher
commit: 3356904d561262c4f91143f0f9c140d3ea97d08a
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  9 09:47:15 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  9 09:49:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3356904d

dev-python/pytest-xdist: Add missing deps and test

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
index 57ee098..d6fc282 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
@@ -17,7 +17,16 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-RDEPEND=""
+RDEPEND="
+   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
+   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
+"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"
+
+python_test() {
+   find -name __pycache__ -exec rm -r '{}' + || die
+   py.test -vv || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2015-09-09 Thread Justin Lecher
commit: 4553d9d0db80f38b9930542f08d3bc2f242a31f6
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  9 08:37:31 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  9 09:49:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4553d9d0

dev-python/pytest-xdist: Add pypy* support

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
index 38cb802..57ee098 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-05-03 Thread Michał Górny
commit: 368027262a2c5bff957dfee48491c06a71de27d5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  3 08:02:25 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 09:26:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36802726

dev-python/pytest-xdist: Clean old versions up

 dev-python/pytest-xdist/Manifest   |  1 -
 dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild | 31 -
 dev-python/pytest-xdist/pytest-xdist-1.14.ebuild   | 32 --
 3 files changed, 64 deletions(-)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index c0c23e9c953..17b315a344f 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,3 +1,2 @@
-DIST pytest-xdist-1.13.1.tar.gz 110007 SHA256 
4382d7a944c1e2b1dc17fee3fd3575495fb10236a3b6e95cc6955db04984bc3c SHA512 
3bb295c0afbcb0f238bdd41dfd1a395f0ba16b8151643aecc25aae13ac7c58d36d26ff4bab197673a9679d1f3436acd05b5ff50107b3128e647de892a6d04e3f
 WHIRLPOOL 
643b23c755eb43c7b6965e588b58547c9ef63d3c225cddb97868c659ab3234bc6bc204575bc48c7f18a498cb0e595b8550928ba92ec5945a936e959f773504b3
 DIST pytest-xdist-1.14.zip 106585 SHA256 
4a5e1199122fa29e3017d8d189f59ccc5d82e841474ba2a1eec0e89606153623 SHA512 
4cafae77736da6880e8dd42aaa91f68bbc959ff7dabcd231018b144b54f96ccf1b11abb09474e260876bbdf731053005fdbd348ac87461f303d8f8f7af643e36
 WHIRLPOOL 
7d1f57a6d5cbf08661254f3f47d72c3cfbe931f14985c4b24abb627bd10fdc3f2fa21d05085766c0ed425e74713f991b53bdde957bd64ea4f64a206c2f4feffc
 DIST pytest-xdist-1.15.0.tar.gz 87799 SHA256 
6238395f8bd050f9288a3b10f34330edece80f4424cf2b4204d6e7d622f0f00b SHA512 
6429bd0c85024a2dcb453e4264f06d4a548637c4dcdeabf73d2b78a112ace70ff61cf0849a4845cc70a7650d10a99e5fe1087d3b7dba4b941ec0a771fc9338ed
 WHIRLPOOL 
0454f615c24b14a86aba58c7bc9dbc2b43af82551ae3912358603450f0e3ac94e849eb2fc57bdda8bd1de520a3986d2c12c9f2923f4296718ffee84d661b

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
deleted file mode 100644
index 9ec91622cae..000
--- a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://bitbucket.org/pytest-dev/pytest-xdist";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
-   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   "
-
-python_test() {
-   find -name __pycache__ -exec rm -r '{}' + || die
-   py.test -vv || die
-}

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
deleted file mode 100644
index 897f916e1c8..000
--- a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
-   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   app-arch/unzip
-"
-
-python_test() {
-   find -name __pycache__ -exec rm -r '{}' + || die
-   py.test -vv -x || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-05-18 Thread Michael Weber
commit: cda495b6fa141ce04d1e71c2231b8423c19c69c5
Author: Michael Weber  gentoo  org>
AuthorDate: Thu May 18 20:09:39 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu May 18 20:09:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda495b6

dev-python/pytest-xdist: arm64 stable (bug 617156).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 6d6b429230d..eeca14f1a34 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-05-26 Thread Mart Raudsepp
commit: ffc48e55f8698900027042e35c38e9161a0d8413
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri May 26 18:32:40 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May 26 18:34:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc48e55

dev-python/pytest-xdist: keyworded for ~mips

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index eeca14f1a34..4b81a266ce0 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-01-05 Thread Michał Górny
commit: 01f0c449cd9c6ed08b0299c55747eacd82496edd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  5 23:33:28 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 00:44:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f0c449

dev-python/pytest-xdist: Clean old up

 dev-python/pytest-xdist/Manifest   |  2 --
 .../pytest-xdist/pytest-xdist-1.14-r1.ebuild   | 33 --
 dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild | 33 --
 3 files changed, 68 deletions(-)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 5503175a962..6e8295d64b0 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,4 +1,2 @@
-DIST pytest-xdist-1.14.zip 106585 BLAKE2B 
c2679e170a7a9e5e384938be12fe28ab5bb8b61ecddbb6dc77093b59c380c8f9be966bcd920f5ce5842a2452ca48c051ceb60ba4e929584646c3be04b5f1672e
 SHA512 
4cafae77736da6880e8dd42aaa91f68bbc959ff7dabcd231018b144b54f96ccf1b11abb09474e260876bbdf731053005fdbd348ac87461f303d8f8f7af643e36
 DIST pytest-xdist-1.15.0.tar.gz 87799 BLAKE2B 
6990137c02f70a4ce466aeb7692cdc66adce09d475ddf31b7997abdeb54e148770fc74ee872e0f86719749705bb28ca7e56181b58f3906326c99d6051bd46fe6
 SHA512 
6429bd0c85024a2dcb453e4264f06d4a548637c4dcdeabf73d2b78a112ace70ff61cf0849a4845cc70a7650d10a99e5fe1087d3b7dba4b941ec0a771fc9338ed
-DIST pytest-xdist-1.20.0.tar.gz 56578 BLAKE2B 
2035c22f976eae926635004861e9388b2546f0391d5df808a18690760a5e4af8082e1bfb71d4d203858850f0cbc3d8f368cce4a411953e9cdcb54c4441589d14
 SHA512 
e91fa6fa2f3130d38d674f62e6332581b88b43d7a63562701edf705de1b8a633b6b2011a6fa5fcece955181f6cf263a8ca7481c5e5f9f1d56ce198327f7dd30a
 DIST pytest-xdist-1.20.1.tar.gz 57076 BLAKE2B 
efac9a0d96b2d4e28b078a7a88ba8df197fc122683d25577cc596f840977f4c116b8c7df1c397e03a50edc400265bae4a8b3900c22da388d0662a71858d7f4ec
 SHA512 
f36e02062e946993bfb9bfaca5aa14c138817f1ad8a8013c5a64b416e91abbfb02502a371c4507c4babb15ac54aca2dce5af4ffe72ed0aa167f670bddabd4b3c

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
deleted file mode 100644
index 423204c76df..000
--- a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
-   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   app-arch/unzip
-"
-
-python_test() {
-   find -name __pycache__ -exec rm -r '{}' + || die
-   py.test -vv -x || die
-}

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild
deleted file mode 100644
index 7e6d21d5471..000
--- a/dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
-   dev-python/pytest-forked[${PYTHON_USEDEP}]
-   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-python_test() {
-   distutils_install_for_testing
-   py.test -vv || die "Tests failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-02-17 Thread Patrice Clement
commit: b49c071b62d6cbab55f93ed4fe7c1c70666b028a
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Feb 17 20:35:55 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Feb 17 21:51:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49c071b

dev-python/pytest-xdist: add ~amd64-fbsd keyword.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild
index 7e6d21d5471..a26976c9526 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-02-22 Thread Michał Górny
commit: 7c2df4deb79a79ca03b123d9e32c2c39ee9679d9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 22 15:29:47 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 22 15:52:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2df4de

dev-python/pytest-xdist: Keyword 1.15.0 ~amd64-fbsd

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 4b81a266ce0..0720113611f 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-08-21 Thread Tim Harder
commit: 99fc2c71df965c82f15953abb0da3e5fe5b18cac
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 03:30:23 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 03:40:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99fc2c71

dev-python/pytest-xdist: version bump to 1.20.0

 dev-python/pytest-xdist/Manifest   |  1 +
 dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 17b315a344f..1a4d0d16359 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-xdist-1.14.zip 106585 SHA256 
4a5e1199122fa29e3017d8d189f59ccc5d82e841474ba2a1eec0e89606153623 SHA512 
4cafae77736da6880e8dd42aaa91f68bbc959ff7dabcd231018b144b54f96ccf1b11abb09474e260876bbdf731053005fdbd348ac87461f303d8f8f7af643e36
 WHIRLPOOL 
7d1f57a6d5cbf08661254f3f47d72c3cfbe931f14985c4b24abb627bd10fdc3f2fa21d05085766c0ed425e74713f991b53bdde957bd64ea4f64a206c2f4feffc
 DIST pytest-xdist-1.15.0.tar.gz 87799 SHA256 
6238395f8bd050f9288a3b10f34330edece80f4424cf2b4204d6e7d622f0f00b SHA512 
6429bd0c85024a2dcb453e4264f06d4a548637c4dcdeabf73d2b78a112ace70ff61cf0849a4845cc70a7650d10a99e5fe1087d3b7dba4b941ec0a771fc9338ed
 WHIRLPOOL 
0454f615c24b14a86aba58c7bc9dbc2b43af82551ae3912358603450f0e3ac94e849eb2fc57bdda8bd1de520a3986d2c12c9f2923f4296718ffee84d661b
+DIST pytest-xdist-1.20.0.tar.gz 56578 SHA256 
7924d45c2430191fe3679a58116c74ceea13307d7822c169d65fd59a24b3a4fe SHA512 
e91fa6fa2f3130d38d674f62e6332581b88b43d7a63562701edf705de1b8a633b6b2011a6fa5fcece955181f6cf263a8ca7481c5e5f9f1d56ce198327f7dd30a
 WHIRLPOOL 
0a2311d92f372c692c579350792d7051c4dfa046bc22a6b9b214982f90c12b28f7c0875fec591741bf82a3e6feac2b807a9ccde5c920b14a8b9865d58e3a

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild
new file mode 100644
index 000..7e6d21d5471
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   distutils_install_for_testing
+   py.test -vv || die "Tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-11-18 Thread Tim Harder
commit: 32f34bffa8be3dc770645d63af7ef1e4d8b56267
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 19 01:21:24 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f34bff

dev-python/pytest-xdist: version bump to 1.20.1

 dev-python/pytest-xdist/Manifest   |  1 +
 dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 1a4d0d16359..866ccf07681 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,3 +1,4 @@
 DIST pytest-xdist-1.14.zip 106585 SHA256 
4a5e1199122fa29e3017d8d189f59ccc5d82e841474ba2a1eec0e89606153623 SHA512 
4cafae77736da6880e8dd42aaa91f68bbc959ff7dabcd231018b144b54f96ccf1b11abb09474e260876bbdf731053005fdbd348ac87461f303d8f8f7af643e36
 WHIRLPOOL 
7d1f57a6d5cbf08661254f3f47d72c3cfbe931f14985c4b24abb627bd10fdc3f2fa21d05085766c0ed425e74713f991b53bdde957bd64ea4f64a206c2f4feffc
 DIST pytest-xdist-1.15.0.tar.gz 87799 SHA256 
6238395f8bd050f9288a3b10f34330edece80f4424cf2b4204d6e7d622f0f00b SHA512 
6429bd0c85024a2dcb453e4264f06d4a548637c4dcdeabf73d2b78a112ace70ff61cf0849a4845cc70a7650d10a99e5fe1087d3b7dba4b941ec0a771fc9338ed
 WHIRLPOOL 
0454f615c24b14a86aba58c7bc9dbc2b43af82551ae3912358603450f0e3ac94e849eb2fc57bdda8bd1de520a3986d2c12c9f2923f4296718ffee84d661b
 DIST pytest-xdist-1.20.0.tar.gz 56578 SHA256 
7924d45c2430191fe3679a58116c74ceea13307d7822c169d65fd59a24b3a4fe SHA512 
e91fa6fa2f3130d38d674f62e6332581b88b43d7a63562701edf705de1b8a633b6b2011a6fa5fcece955181f6cf263a8ca7481c5e5f9f1d56ce198327f7dd30a
 WHIRLPOOL 
0a2311d92f372c692c579350792d7051c4dfa046bc22a6b9b214982f90c12b28f7c0875fec591741bf82a3e6feac2b807a9ccde5c920b14a8b9865d58e3a
+DIST pytest-xdist-1.20.1.tar.gz 57076 SHA256 
433e82f9b34986a4e4b2be38c60e82cca3ac64b7e1b38f4d8e3e118292939712 SHA512 
f36e02062e946993bfb9bfaca5aa14c138817f1ad8a8013c5a64b416e91abbfb02502a371c4507c4babb15ac54aca2dce5af4ffe72ed0aa167f670bddabd4b3c
 WHIRLPOOL 
5566e444f7fc1325d04af9ffc339b0b56d0579d485182c73f637d3ad6083448d400e3347989c81bcb9b270ca981a8d4f387302602752cbe5756cd59837de1db8

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild
new file mode 100644
index 000..7e6d21d5471
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   distutils_install_for_testing
+   py.test -vv || die "Tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2016-02-01 Thread Justin Lecher
commit: 3ed0c9c36c0c59dd41b154011d8fed435d646e53
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Feb  1 14:30:42 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Feb  1 15:44:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed0c9c3

dev-python/pytest-xdist: Version Bump

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/pytest-xdist/Manifest |  1 +
 dev-python/pytest-xdist/pytest-xdist-1.14.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 2a22275..c7adb6c 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1 +1,2 @@
 DIST pytest-xdist-1.13.1.tar.gz 110007 SHA256 
4382d7a944c1e2b1dc17fee3fd3575495fb10236a3b6e95cc6955db04984bc3c SHA512 
3bb295c0afbcb0f238bdd41dfd1a395f0ba16b8151643aecc25aae13ac7c58d36d26ff4bab197673a9679d1f3436acd05b5ff50107b3128e647de892a6d04e3f
 WHIRLPOOL 
643b23c755eb43c7b6965e588b58547c9ef63d3c225cddb97868c659ab3234bc6bc204575bc48c7f18a498cb0e595b8550928ba92ec5945a936e959f773504b3
+DIST pytest-xdist-1.14.zip 106585 SHA256 
4a5e1199122fa29e3017d8d189f59ccc5d82e841474ba2a1eec0e89606153623 SHA512 
4cafae77736da6880e8dd42aaa91f68bbc959ff7dabcd231018b144b54f96ccf1b11abb09474e260876bbdf731053005fdbd348ac87461f303d8f8f7af643e36
 WHIRLPOOL 
7d1f57a6d5cbf08661254f3f47d72c3cfbe931f14985c4b24abb627bd10fdc3f2fa21d05085766c0ed425e74713f991b53bdde957bd64ea4f64a206c2f4feffc

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
new file mode 100644
index 000..b712958
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://bitbucket.org/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
+   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "
+
+python_test() {
+   find -name __pycache__ -exec rm -r '{}' + || die
+   py.test -vv -x || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2016-02-01 Thread Justin Lecher
commit: cb29e57d57ccaaf6506acc2ce64810f6de4d7965
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Feb  1 15:54:51 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Feb  1 16:26:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb29e57d

dev-python/pytest-xdist: Update HOMEPAGE

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
index b712958..388850b 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://bitbucket.org/pytest-dev/pytest-xdist";
+HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist2";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2016-05-05 Thread Ian Delaney
commit: 4cdb0496de89130cc7f4229a5977dcfe5a7bb7e8
Author: tharvik  users  noreply  github  com>
AuthorDate: Wed May  4 08:20:18 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu May  5 08:06:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cdb0496

dev-python/pytest-xdist: revbump to vn. 1.14-r1

add missed dep setuptools_scm in DEPEND

Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1398

Signed-off-by: Ian Delaney  gentoo.org>

 .../pytest-xdist/pytest-xdist-1.14-r1.ebuild   | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
new file mode 100644
index 000..b2e5a96
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist2";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
+   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   find -name __pycache__ -exec rm -r '{}' + || die
+   py.test -vv -x || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2016-05-05 Thread Ian Delaney
commit: c49aad0cdbee707a6958e0a10704cf5abcab8b2e
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Fri May  6 01:52:34 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri May  6 05:22:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49aad0c

dev-python/pytest-xdist: add missing DEPEND app-arch/unzip

set to vns. 1.14{,-r1}. Noted by gokturk

Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1417

Signed-off-by: Ian Delaney  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild | 1 +
 dev-python/pytest-xdist/pytest-xdist-1.14.ebuild| 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
index b2e5a96..bb11fe7 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   app-arch/unzip
 "
 
 python_test() {

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
index 388850b..76f 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
@@ -24,7 +24,8 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   "
+   app-arch/unzip
+"
 
 python_test() {
find -name __pycache__ -exec rm -r '{}' + || die



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2016-10-07 Thread Brian Dolbec
commit: b9edba5ffef49372d3042da5e8fe2ca733caac97
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Oct  6 00:48:37 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Oct  7 18:11:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9edba5f

dev-python/pytest-xdist: Version bump, adds new deps

Drop keywords due to new deps.

Package-Manager: portage-2.3.1_p8

 dev-python/pytest-xdist/Manifest   |  1 +
 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index c7adb6c..c0c23e9 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-xdist-1.13.1.tar.gz 110007 SHA256 
4382d7a944c1e2b1dc17fee3fd3575495fb10236a3b6e95cc6955db04984bc3c SHA512 
3bb295c0afbcb0f238bdd41dfd1a395f0ba16b8151643aecc25aae13ac7c58d36d26ff4bab197673a9679d1f3436acd05b5ff50107b3128e647de892a6d04e3f
 WHIRLPOOL 
643b23c755eb43c7b6965e588b58547c9ef63d3c225cddb97868c659ab3234bc6bc204575bc48c7f18a498cb0e595b8550928ba92ec5945a936e959f773504b3
 DIST pytest-xdist-1.14.zip 106585 SHA256 
4a5e1199122fa29e3017d8d189f59ccc5d82e841474ba2a1eec0e89606153623 SHA512 
4cafae77736da6880e8dd42aaa91f68bbc959ff7dabcd231018b144b54f96ccf1b11abb09474e260876bbdf731053005fdbd348ac87461f303d8f8f7af643e36
 WHIRLPOOL 
7d1f57a6d5cbf08661254f3f47d72c3cfbe931f14985c4b24abb627bd10fdc3f2fa21d05085766c0ed425e74713f991b53bdde957bd64ea4f64a206c2f4feffc
+DIST pytest-xdist-1.15.0.tar.gz 87799 SHA256 
6238395f8bd050f9288a3b10f34330edece80f4424cf2b4204d6e7d622f0f00b SHA512 
6429bd0c85024a2dcb453e4264f06d4a548637c4dcdeabf73d2b78a112ace70ff61cf0849a4845cc70a7650d10a99e5fe1087d3b7dba4b941ec0a771fc9338ed
 WHIRLPOOL 
0454f615c24b14a86aba58c7bc9dbc2b43af82551ae3912358603450f0e3ac94e849eb2fc57bdda8bd1de520a3986d2c12c9f2923f4296718ffee84d661b

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
new file mode 100644
index ..5541df4
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist2";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
+   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pyflakes[${PYTHON_USEDEP}]
+   dev-python/readme[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   find -name __pycache__ -exec rm -r '{}' + || die
+   py.test -vv -x || die "Tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2016-11-30 Thread Michał Górny
commit: acbe85cad32796fa5f505ed5250ff611c3ae4ecf
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 30 13:54:56 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 30 18:05:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acbe85ca

dev-python/pytest-xdist: Enable pypy3

Test results for pypy3 only a little worse than for python3*. This thing
really needs a proper upstream fix.

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index c64c6ee..42e271a 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
 
 inherit distutils-r1
 
@@ -34,5 +34,5 @@ DEPEND="${RDEPEND}
 
 python_test() {
find -name __pycache__ -exec rm -r '{}' + || die
-   py.test -vv -x || die "Tests failed under ${EPYTHON}"
+   py.test -vv || die "Tests failed under ${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2016-11-06 Thread Matt Thode
commit: 44f141a08802bb04c0a2b7a2cb459d7bec10aa24
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Nov  6 20:16:24 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Nov  6 21:33:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f141a0

dev-python/pytest-xdist: 1.15.0 stable amd64 and x86

Package-Manager: portage-2.3.0

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 5541df4..c64c6ee 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-02-12 Thread Agostino Sarubbo
commit: 9cb83cfc1e84c9530e2cacd15a52775fa6cbcb97
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Feb 12 17:10:15 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Feb 12 17:10:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb83cfc

dev-python/pytest-xdist: ppc stable wrt bug #602484

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 2100a874a3..c01ca832a2 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 hppa x86"
+KEYWORDS="amd64 hppa ppc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-02-12 Thread Zac Medico
commit: 451658ebcf4d807948179c122ea177d177019b54
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Feb 12 08:03:12 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Feb 12 22:19:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451658eb

dev-python/pytest-xdist: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild | 2 +-
 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
index 65fee94fe3..d6de06518b 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index c01ca832a2..5765b01209 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-01-24 Thread Jeroen Roovers
commit: d7a51c555b232f5893404bddb87ac49a6e9a9236
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan 25 06:28:21 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan 25 06:38:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a51c55

dev-python/pytest-xdist: Mark ~hppa (bug #605122).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 42e271a..9a20165 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-02-17 Thread Mike Frysinger
commit: b3fd63db515b7dd865a8223361df12b05a373e31
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Feb 17 19:15:57 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Feb 17 21:04:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3fd63db

dev-python/pytest-xdist: fix typo in HOMEPAGE

 dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild | 2 +-
 dev-python/pytest-xdist/pytest-xdist-1.14.ebuild| 2 +-
 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
index d6de06518b..1e146104ca 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist2";
+HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 SLOT="0"

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
index f79b19b621..b193f10648 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist2";
+HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 SLOT="0"

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 5765b01209..105194a271 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 inherit distutils-r1
 
 DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist2";
+HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-02-18 Thread Mike Gilbert
commit: 54ee58613d5d4f744f062fed0fcf5e0ff8862604
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Feb 18 17:38:55 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Feb 18 17:40:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ee5861

dev-python/pytest-xdist: install package for testing

pytest doesn't load the xdist plugin unless xdist has already been
installed.

Bug: https://bugs.gentoo.org/597698
Bug: https://bugs.gentoo.org/597700
Bug: https://bugs.gentoo.org/609516
Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 27b6a3d48e..27409543e6 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -37,6 +37,6 @@ PATCHES=(
 )
 
 python_test() {
-   find -name __pycache__ -exec rm -r '{}' + || die
+   distutils_install_for_testing
py.test -vv || die "Tests failed under ${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-02-18 Thread Mike Gilbert
commit: e0b27b25f4be451746bc7a8ec20502eceb6f9a59
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Feb 18 17:58:00 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Feb 18 17:58:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b27b25

dev-python/pytest-xdist: disable test_xfail_passes

This fails due to some pexpect error.

Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 27409543e6..1545035ed3 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -26,16 +26,24 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
-   dev-python/pexpect[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
dev-python/readme[${PYTHON_USEDEP}]
)
 "
 
+# Optional test dep:
+# dev-python/pexpect[${PYTHON_USEDEP}]
+
 PATCHES=(
"${FILESDIR}"/1.15.0-test_manytests_to_one_import_error.patch
 )
 
+python_prepare_all() {
+   # pexpect fail
+   sed -i -e 's/test_xfail_passes/_&/' testing/test_looponfail.py
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
distutils_install_for_testing
py.test -vv || die "Tests failed under ${EPYTHON}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-02-19 Thread Markus Meier
commit: 60621bcf7d4b151812bb6ce4422aea5a167b1a06
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Feb 19 08:35:48 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Feb 19 08:35:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60621bcf

dev-python/pytest-xdist: add ~arm, bug #605122

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 1545035ed3..b6f0b6fb8d 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 hppa ppc x86"
+KEYWORDS="amd64 ~arm hppa ppc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-02-21 Thread Tobias Klausmann
commit: b3006545d02f0dee9a70748c425a64bd2727c670
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Feb 21 11:52:07 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Feb 21 11:52:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3006545

dev-python/pytest-xdist-1.15.0-r0: add alpha keyword

Gentoo-Bug: 602484

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index b6f0b6fb8d..62c8a8bafe 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm hppa ppc x86"
+KEYWORDS="alpha amd64 ~arm hppa ppc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-02-23 Thread Michael Weber
commit: 0afcda687e9da31c5b43c02d2e10296643ab8346
Author: Michael Weber  gentoo  org>
AuthorDate: Thu Feb 23 14:10:27 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu Feb 23 14:10:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afcda68

dev-python/pytest-xdist: Add ~ppc64 keyword (bug 602484).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 62c8a8bafe..c248d4baca 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm hppa ppc x86"
+KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-02-23 Thread Michael Weber
commit: b1e9765c98eeebd14d5082badb1fbb8c351c8e1d
Author: Michael Weber  gentoo  org>
AuthorDate: Thu Feb 23 16:27:04 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu Feb 23 16:34:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e9765c

dev-python/pytest-xdist: arm stable (bug 602484)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index c248d4baca..d7b0045c79 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-02-23 Thread Michael Weber
commit: 378a61db6d1cdf692516ee190edc87ff3f4800a3
Author: Michael Weber  gentoo  org>
AuthorDate: Thu Feb 23 16:31:32 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu Feb 23 16:35:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378a61db

dev-python/pytest-xdist: ppc64 stable (bug 602484)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index d7b0045c79..9d041494d5 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-02-25 Thread Agostino Sarubbo
commit: 4ec8bb6f8d0ccb47f4cf72d4a4156359ce1aa8b7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Feb 25 10:03:34 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Feb 25 10:03:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec8bb6f

dev-python/pytest-xdist: sparc stable wrt bug #602484

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 9d041494d5..a076577dee 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-03-11 Thread Agostino Sarubbo
commit: d3fa94f5dd72cfb29fa1a256e8b9831d15ed7c7e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 11 17:07:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 11 17:07:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fa94f5

dev-python/pytest-xdist: ia64 stable wrt bug #602484

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 7ea12542b7b..841b74fa2a2 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-03-22 Thread Markus Meier
commit: 5abeefaa8d8e63f0a96b70405c7a1d6a02be07a0
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Mar 22 19:41:55 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Mar 22 19:47:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abeefaa

dev-python/pytest-xdist: add ~arm64, bug #605122

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 841b74fa2a2..6d6b429230d 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2017-02-04 Thread Jeroen Roovers
commit: 8fb0a4a5e31fada320d6dc198776086d4e3e4c12
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Feb  4 12:04:38 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Feb  4 12:04:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb0a4a5

dev-python/pytest-xdist: Stable for HPPA (bug #602484).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 9a20165..2100a87 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 ~hppa x86"
+KEYWORDS="amd64 hppa x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-01-17 Thread Mikle Kolyada
commit: ac0c26222bae54e9c6a46caead98ed37d9026687
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 17 20:43:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 17 20:43:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0c2622

dev-python/pytest-xdist: Add ~sh keyword wrt bug #661320

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
index 74768c3d2d4..79cf6a2a013 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-10-08 Thread Virgil Dupras
commit: 2d611da6e902d731629439c8be81fd494ff795ca
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Oct  8 21:19:18 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Oct  8 21:33:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d611da6

dev-python/pytest-xdist: bump to 1.23.2

I dropped the pytest >= 3.4 constraint because it was a mistake done
upstream. This mistake has been fixed in v1.22.5.

Removing pytest version constraint will greatly facilitate
stabilization...

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/pytest-xdist/Manifest   |  1 +
 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 12ed6f2e147..25a0e6a9a3c 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,3 +1,4 @@
 DIST pytest-xdist-1.15.0.tar.gz 87799 BLAKE2B 
6990137c02f70a4ce466aeb7692cdc66adce09d475ddf31b7997abdeb54e148770fc74ee872e0f86719749705bb28ca7e56181b58f3906326c99d6051bd46fe6
 SHA512 
6429bd0c85024a2dcb453e4264f06d4a548637c4dcdeabf73d2b78a112ace70ff61cf0849a4845cc70a7650d10a99e5fe1087d3b7dba4b941ec0a771fc9338ed
 DIST pytest-xdist-1.20.1.tar.gz 57076 BLAKE2B 
efac9a0d96b2d4e28b078a7a88ba8df197fc122683d25577cc596f840977f4c116b8c7df1c397e03a50edc400265bae4a8b3900c22da388d0662a71858d7f4ec
 SHA512 
f36e02062e946993bfb9bfaca5aa14c138817f1ad8a8013c5a64b416e91abbfb02502a371c4507c4babb15ac54aca2dce5af4ffe72ed0aa167f670bddabd4b3c
 DIST pytest-xdist-1.22.2.tar.gz 57866 BLAKE2B 
356f9dccb7d970e6073dc724233013503939d92072c3fab47626e9ed36778ab73499a990a6f50271ae93b82891a09be811843907c18ae64bf93f76510338c29b
 SHA512 
69a0a233fe52ead13cadd46c134c67e4d0fdcd2a77929aea3da2530cd54c283d46c6d416a1450016ba7e9127b30bd85add99b562d9ec0a49bbe1c08b7828df68
+DIST pytest-xdist-1.23.2.tar.gz 59932 BLAKE2B 
f2cf73914cf095217fb8b472f5e5f7918435c75f8da1694cc7ceb920ac3a7390d84bea93cca558ba26cf3d14a01815374eab9ea03a137a8a9f5dba2f2d4453a8
 SHA512 
4aae9a6d74e53a29630d0233d0a903d008023e322de726ef7ab7cf4865f428942f96cc65264e19726cb6213264edaa747da2cb6f368989417ba821f2a3f9b654

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
new file mode 100644
index 000..3a33e3ed425
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   distutils_install_for_testing
+   pytest -vv testing || die "Tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-10-08 Thread Matt Turner
commit: de647dbaaef5aa3729b7152e1a88658e305b9ad5
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct  9 05:12:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct  9 05:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de647dba

dev-python/pytest-xdist-1.23.2: ppc64 stable, bug 668096

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index 6c36a3c7b92..be9ef12fa74 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-10-08 Thread Matt Turner
commit: a82af67f5b0454ace6458e35f0a44897cf646c35
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct  9 05:12:40 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct  9 05:12:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82af67f

dev-python/pytest-xdist-1.23.2: ppc stable, bug 668096

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index 3a33e3ed425..6c36a3c7b92 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-10-09 Thread Thomas Deutschmann
commit: f4fd77a2d7fe12567473694d8921e7094501c216
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Oct  9 21:19:49 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Oct  9 21:23:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fd77a2

dev-python/pytest-xdist: x86 stable (bug #668096)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index be9ef12fa74..abed06e256c 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-10-12 Thread Tobias Klausmann
commit: 2a57d52961bcdd102396cb945c9fac791927785d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Oct 13 06:55:54 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Oct 13 06:55:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a57d529

dev-python/pytest-xdist-1.23.2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/668096
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index abed06e256c..84acd1d3d5e 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-10-14 Thread Mikle Kolyada
commit: 18b35e825328528f3c7dfed447d8557c3b9615c1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 14 08:04:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 14 08:04:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18b35e82

dev-python/pytest-xdist: amd64 stable wrt bug #668096

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index 84acd1d3d5e..4995459118d 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-10-15 Thread Virgil Dupras
commit: a83ad39241c2846a41cda0bd13f59c48f966f06b
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Oct 15 18:56:24 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Oct 15 18:57:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83ad392

dev-python/pytest-xdist: fix dependencies

Tests fail if pytest-capturelog is installed. Also, add missing dep on
six.

Closes: https://bugs.gentoo.org/668724
Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index 4995459118d..66da95b59bb 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -20,8 +20,10 @@ RDEPEND="
>=dev-python/execnet-1.1[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
+   !!dev-python/pytest-capturelog
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-02-04 Thread Virgil Dupras
commit: f3ea433882c403f7dee4831762b4cb0723eed8cb
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Feb  4 19:55:04 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Feb  4 19:55:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ea4338

dev-python/pytest-xdist: fix broken tests

Closes: https://bugs.gentoo.org/673106
Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index b3fefb375b7..f7e24b5867e 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,10 +22,13 @@ RDEPEND="
dev-python/pytest-forked[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
 "
+
+# See #673106 about the pytest-xdist blocker.
 DEPEND="${RDEPEND}
!!dev-python/pytest-capturelog
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? ( !!

[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-02-04 Thread Virgil Dupras
commit: e4ce1b6c6e123ae27d35e9e4de62ecfcb52cde83
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Feb  4 19:56:47 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Feb  4 19:56:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ce1b6c

dev-python/pytest-xdist: propagate ~sh keyword

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index f7e24b5867e..fcf8b14e4d6 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-07-27 Thread Mikle Kolyada
commit: 5fc0b367fc0beeb4b2c730a2e4c1eefed3228b5b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 28 01:21:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 28 01:21:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc0b367

dev-python/pytest-xdist: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild | 2 +-
 dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild | 2 +-
 dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
index 48686f11178..3ece3b234d6 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild
index f2e4b6fb85e..acd463adc2b 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
index b2b5fa2fb32..74768c3d2d4 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-10-17 Thread Sergei Trofimovich
commit: a472cb3b5a3a9a7bc53fe380089da2365e268d90
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 17 16:13:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 17 18:37:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a472cb3b

dev-python/pytest-xdist: stable 1.23.2 for sparc, bug #668096

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index 66da95b59bb..90d4f2ef9a3 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-07-22 Thread Aaron Bauman
commit: fa0103927abf68089caa27c7509628404684ee12
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jul 23 01:11:15 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 23 01:11:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa010392

dev-python/pytest-xdist: arm64 keyworded (bug #687200)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16

 dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
index d716974cfba..e3ac9f7c28a 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-07-29 Thread Mikle Kolyada
commit: 9b5e6620178c73e0d18400a5effcce95750ee3e2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jul 29 08:50:34 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jul 29 08:50:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5e6620

dev-python/pytest-xdist: Add ~arm keyword wrt bug #687200

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="~arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
index e3ac9f7c28a..2bf0d730cc3 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-10-12 Thread Matt Turner
commit: 364f3ebd0e219c3419ffa5e5d24c69a025839255
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 12 20:23:05 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 12 20:23:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364f3ebd

dev-python/pytest-xdist-1.28.0: add ~alpha, bug 687200

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
index 2bf0d730cc3..e4160af000a 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-04-11 Thread Aaron Bauman
commit: 77ab87229ce027cc8623e35ba05385d72feda657
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Apr 12 03:51:51 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 12 03:51:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ab8722

dev-python/pytest-xdist: arm64 stable (bug #668096)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index fcf8b14e4d6..7d4ab3cc944 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-06-22 Thread Sergei Trofimovich
commit: cb795a1bce35343357f24418829400c6c3550d2c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 22 14:12:48 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 22 14:12:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb795a1b

dev-python/pytest-xdist: keyworded 1.28.0 for ppc/ppc64, bug #687200

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.67, Repoman-2.3.15
RepoMan-Options: --include-arches="ppc ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
index 9564d797693..0304516509d 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-06-27 Thread Sergei Trofimovich
commit: ee79e0eed861ade91fa4570c10065e8041d81739
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jun 27 07:04:38 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 27 07:04:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee79e0ee

dev-python/pytest-xdist: keyworded 1.28.0 for ia64, bug #687200

Package-Manager: Portage-2.3.67, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
index 0304516509d..d716974cfba 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-12-28 Thread Mikle Kolyada
commit: f8b87cfaf3d88f9afbc1e7d170fc70f22babee4e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Dec 28 20:43:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Dec 28 20:43:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b87cfa

dev-python/pytest-xdist: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index 2cfc5c3fbea..b3fefb375b7 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-07-11 Thread Michał Górny
commit: e93f756eebeb179a14bb7c16d95d1e29a4789387
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 11 15:48:35 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 11 15:55:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93f756e

dev-python/pytest-xdist: Disable failing test_keyboard_interrupt_dist

 dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
index ee8fa493750..bde1e563509 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
@@ -27,6 +27,13 @@ DEPEND="${RDEPEND}
dev-python/setuptools_scm[${PYTHON_USEDEP}]
 "
 
+python_prepare_all() {
+   # TODO: figure out why it fails
+   sed -i -e 's:test_keyboard_interrupt_dist:_&:' 
testing/acceptance_test.py || die
+
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
distutils_install_for_testing
py.test -vv testing || die "Tests failed under ${EPYTHON}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-07-11 Thread Michał Górny
commit: a8226cccbb952385b49e134be260bc7db046305e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 11 14:32:22 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 11 15:55:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8226ccc

dev-python/pytest-xdist: Do not test examples

Run only actual tests, skipping tests inside examples.

 dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
index f2e4b6fb85e..ee8fa493750 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
@@ -29,5 +29,5 @@ DEPEND="${RDEPEND}
 
 python_test() {
distutils_install_for_testing
-   py.test -vv || die "Tests failed under ${EPYTHON}"
+   py.test -vv testing || die "Tests failed under ${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-07-11 Thread Michał Górny
commit: bbee6729c786bde20499e13506dec5e3bc453a11
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 11 14:08:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 11 15:55:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbee6729

dev-python/pytest-xdist: Bump to 1.22.2

 dev-python/pytest-xdist/Manifest   |  1 +
 dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 6e8295d64b0..12ed6f2e147 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-xdist-1.15.0.tar.gz 87799 BLAKE2B 
6990137c02f70a4ce466aeb7692cdc66adce09d475ddf31b7997abdeb54e148770fc74ee872e0f86719749705bb28ca7e56181b58f3906326c99d6051bd46fe6
 SHA512 
6429bd0c85024a2dcb453e4264f06d4a548637c4dcdeabf73d2b78a112ace70ff61cf0849a4845cc70a7650d10a99e5fe1087d3b7dba4b941ec0a771fc9338ed
 DIST pytest-xdist-1.20.1.tar.gz 57076 BLAKE2B 
efac9a0d96b2d4e28b078a7a88ba8df197fc122683d25577cc596f840977f4c116b8c7df1c397e03a50edc400265bae4a8b3900c22da388d0662a71858d7f4ec
 SHA512 
f36e02062e946993bfb9bfaca5aa14c138817f1ad8a8013c5a64b416e91abbfb02502a371c4507c4babb15ac54aca2dce5af4ffe72ed0aa167f670bddabd4b3c
+DIST pytest-xdist-1.22.2.tar.gz 57866 BLAKE2B 
356f9dccb7d970e6073dc724233013503939d92072c3fab47626e9ed36778ab73499a990a6f50271ae93b82891a09be811843907c18ae64bf93f76510338c29b
 SHA512 
69a0a233fe52ead13cadd46c134c67e4d0fdcd2a77929aea3da2530cd54c283d46c6d416a1450016ba7e9127b30bd85add99b562d9ec0a49bbe1c08b7828df68

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
new file mode 100644
index 000..f2e4b6fb85e
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   distutils_install_for_testing
+   py.test -vv || die "Tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-07-11 Thread Michał Górny
commit: 1ce7f089811dbd3fe1fd7a7428206096432c4d62
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 11 22:36:33 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 11 22:36:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce7f089

dev-python/pytest-xdist: Bump pytest requirement for test failures

 dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
index bde1e563509..6a47c7fc1e4 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
@@ -18,7 +18,7 @@ IUSE="test"
 
 RDEPEND="
>=dev-python/execnet-1.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.4.2[${PYTHON_USEDEP}]
dev-python/pytest-forked[${PYTHON_USEDEP}]
>=dev-python/py-1.4.22[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-07-16 Thread Michał Górny
commit: 649278bfc0cba65ff9a50c0cb50e2ed9f0feb7b2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 14 20:15:46 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 16 19:57:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649278bf

dev-python/pytest-xdist: Enable py3.7

 dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
index 6a47c7fc1e4..b2b5fa2fb32 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-03-25 Thread Agostino Sarubbo
commit: 72e1f0ea89fa804df458a3fca44d312107ca2ecb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 15:27:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 15:27:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e1f0ea

dev-python/pytest-xdist: ia64 stable wrt bug #714460

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
index 737abca7793..36599a32f04 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-03-28 Thread Michał Górny
commit: 4898d161314c9e3f28859ab5cf45aecb9f6131d0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 18:44:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 18:48:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4898d161

dev-python/pytest-xdist: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pytest-xdist/metadata.xml 
b/dev-python/pytest-xdist/metadata.xml
index c1976c17142..a8cd82139cd 100644
--- a/dev-python/pytest-xdist/metadata.xml
+++ b/dev-python/pytest-xdist/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

pxml
metagriffin/pxml



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-03-28 Thread Michał Górny
commit: 01788527c088eac2442d725379d867d7d901a391
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 18:44:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 18:48:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01788527

dev-python/pytest-xdist: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
index 9322a433bdd..2eac6fceb15 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
@@ -25,7 +26,6 @@ RDEPEND="
 "
 
 BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-04-01 Thread Mart Raudsepp
commit: ce5f77cad03eeabc5d33ab2f23c7a59b0086c9aa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Apr  1 19:14:28 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Apr  1 19:19:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5f77ca

dev-python/pytest-xdist: arm64 stable (bug #714460)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
index 2eac6fceb15..9857a469cd5 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-05-16 Thread Sergei Trofimovich
commit: c598ea79ccfacfa4b5e8c441b8d152acbfcc186c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat May 16 19:40:17 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 16 19:47:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c598ea79

dev-python/pytest-xdist: keyworded 1.28.0 for hppa, bug #687200

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
index ba912e6742b..26489b96dfa 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-05-21 Thread Agostino Sarubbo
commit: d763f5eec4c3dd114ab9f0ced4f2c9f4a36a05ef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 21 08:03:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 21 08:03:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d763f5ee

dev-python/pytest-xdist: sparc stable wrt bug #714460

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
index 3e14cbe4b31..6babb2e6cfb 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-05-04 Thread Michał Górny
commit: ecd4977085bc06853da780423ba466eeebeff927
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 11:43:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 11:43:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd49770

dev-python/pytest-xdist: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/Manifest   |  1 -
 dev-python/pytest-xdist/pytest-xdist-1.30.0.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 1b1e4f01f85..aead1a2d7d1 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,5 +1,4 @@
 DIST pytest-xdist-1.23.2.tar.gz 59932 BLAKE2B 
f2cf73914cf095217fb8b472f5e5f7918435c75f8da1694cc7ceb920ac3a7390d84bea93cca558ba26cf3d14a01815374eab9ea03a137a8a9f5dba2f2d4453a8
 SHA512 
4aae9a6d74e53a29630d0233d0a903d008023e322de726ef7ab7cf4865f428942f96cc65264e19726cb6213264edaa747da2cb6f368989417ba821f2a3f9b654
 DIST pytest-xdist-1.28.0.tar.gz 61486 BLAKE2B 
ef8157079ea890342cd566f327588148fa898a3404e3edcffb60ba8ba37d9473b4c2a47fc737f7bb074042c6aadd737ac51f348ce79a718eb446036016cd5e23
 SHA512 
89b8885103a944ae72535de40028db052f76631ade6f969489d3dc3a1a61a3233df6655d0905d9f5253f23740a15aea824b460c680e79c16f275b31cb2abd6ad
-DIST pytest-xdist-1.30.0.tar.gz 62286 BLAKE2B 
8d6a79c123bcee81751f2dd3a87e1d8effc82ff48a701c8cf0014292e5df575136d25847794c8e9fc94eb88a37cb42c659a142212faf30b0d1a0b1f9f948d2d6
 SHA512 
978b67df2366d916db62af21f2c610ac5d2de43cecf3260ec9bf52f904098514c3052ce8ca2195c17addd4012f3c5d38ce8a701d26c8158142a821b0d0cf9122
 DIST pytest-xdist-1.31.0.tar.gz 66133 BLAKE2B 
79fe5f3bcad3421c1c751ffe6e09f0da42d4ff7c0016cb421ffabcab167028ec41ccfb02bbb275564cd74b13ade8d6e79bbb70b34995f3bc9000604a1533df9a
 SHA512 
b7960d20295232b251c8ddcc5a3b9d6e7b761d577ba11c2647b4b4b410ee5c05998cf57fa57208561eb3ea7c4914db1fd446173794589d8c8e8e79ff8e0ad3aa
 DIST pytest-xdist-1.32.0.tar.gz 67733 BLAKE2B 
da0ce4e43dc8752e4329ddcbc13a5f55f5bc120c13f39bb01916770d2dc1864197fd91f92bc55ba27cd74b0d837ac2d310980874cdf54761339b2cd654dd6e74
 SHA512 
f159b4653efb4afeff4124df484670d3c672e1014712f948390b25efc53096f8237258c83a5f1a9e688c52b4a756291cb731d37fdfa800707f556550a19cb0e8

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.30.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.30.0.ebuild
deleted file mode 100644
index b414d28e8fa..000
--- a/dev-python/pytest-xdist/pytest-xdist-1.30.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/execnet[${PYTHON_USEDEP}]
-   >=dev-python/pytest-4.4[${PYTHON_USEDEP}]
-   dev-python/pytest-forked[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/filelock[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   distutils_install_for_testing
-   pytest -vv testing || die "Tests failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-07-17 Thread Agostino Sarubbo
commit: 5275e0a1b3599900c0957442879d6ba7f2e7d962
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 17 07:18:40 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 17 07:18:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5275e0a1

dev-python/pytest-xdist: amd64 stable wrt bug #731534

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
index 94b8c69f06a..e1c9837de4c 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-07-17 Thread Sam James
commit: 4916857e66003a879aae01de71bd36defd107da4
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 10:41:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 10:41:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4916857e

dev-python/pytest-xdist: arm64 stable (bug #731534)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
index e1c9837de4c..464f45be833 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-06-18 Thread Sergei Trofimovich
commit: cc2a442d234ddcb9373fc251296624eb87e6a747
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun 18 17:24:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 18 17:37:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc2a442d

dev-python/pytest-xdist: keyworded 1.32.0 for hppa, bug #687200

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
index 03cf9a9d3fb..8ff5690847c 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-05-26 Thread Michał Górny
commit: 9fffec09ba939ab24185e2fb844f48d64388
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 11:05:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 12:58:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fffec22

dev-python/pytest-xdist: Port to py39

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
index 4d03af9b28d..03cf9a9d3fb 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-12-20 Thread Michał Górny
commit: 9dd8f4e789c44cc4748cbebad310987caf0b8e91
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 20 17:11:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 20 20:10:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd8f4e7

dev-python/pytest-xdist: Bump to 1.31.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/Manifest   |  1 +
 dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 014c6775b2b..98896ef5ab8 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,3 +1,4 @@
 DIST pytest-xdist-1.23.2.tar.gz 59932 BLAKE2B 
f2cf73914cf095217fb8b472f5e5f7918435c75f8da1694cc7ceb920ac3a7390d84bea93cca558ba26cf3d14a01815374eab9ea03a137a8a9f5dba2f2d4453a8
 SHA512 
4aae9a6d74e53a29630d0233d0a903d008023e322de726ef7ab7cf4865f428942f96cc65264e19726cb6213264edaa747da2cb6f368989417ba821f2a3f9b654
 DIST pytest-xdist-1.28.0.tar.gz 61486 BLAKE2B 
ef8157079ea890342cd566f327588148fa898a3404e3edcffb60ba8ba37d9473b4c2a47fc737f7bb074042c6aadd737ac51f348ce79a718eb446036016cd5e23
 SHA512 
89b8885103a944ae72535de40028db052f76631ade6f969489d3dc3a1a61a3233df6655d0905d9f5253f23740a15aea824b460c680e79c16f275b31cb2abd6ad
 DIST pytest-xdist-1.30.0.tar.gz 62286 BLAKE2B 
8d6a79c123bcee81751f2dd3a87e1d8effc82ff48a701c8cf0014292e5df575136d25847794c8e9fc94eb88a37cb42c659a142212faf30b0d1a0b1f9f948d2d6
 SHA512 
978b67df2366d916db62af21f2c610ac5d2de43cecf3260ec9bf52f904098514c3052ce8ca2195c17addd4012f3c5d38ce8a701d26c8158142a821b0d0cf9122
+DIST pytest-xdist-1.31.0.tar.gz 66133 BLAKE2B 
79fe5f3bcad3421c1c751ffe6e09f0da42d4ff7c0016cb421ffabcab167028ec41ccfb02bbb275564cd74b13ade8d6e79bbb70b34995f3bc9000604a1533df9a
 SHA512 
b7960d20295232b251c8ddcc5a3b9d6e7b761d577ba11c2647b4b4b410ee5c05998cf57fa57208561eb3ea7c4914db1fd446173794589d8c8e8e79ff8e0ad3aa

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
new file mode 100644
index 000..75de4e5bfc8
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/execnet[${PYTHON_USEDEP}]
+   >=dev-python/pytest-4.4[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/filelock[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   distutils_install_for_testing
+   pytest -vv testing || die "Tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-11-23 Thread Michał Górny
commit: bac1f1c5d1c0963105bff9abb961b96497291ed1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 23 09:56:53 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 23 10:35:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac1f1c5

dev-python/pytest-xdist: Fix remaining MissingTestRestrict

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 1 +
 dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index 5b9c4a8755a..be50bc941c8 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -15,6 +15,7 @@ SLOT="0"
 LICENSE="MIT"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/execnet-1.1[${PYTHON_USEDEP}]

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
index e4160af000a..7fb26dbc101 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
@@ -15,6 +15,7 @@ SLOT="0"
 LICENSE="MIT"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-python/execnet[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-11-23 Thread Michał Górny
commit: 8711c0b2bdf8ff2de241704f790da31aa8dc62b8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 23 09:56:05 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 23 10:35:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8711c0b2

dev-python/pytest-xdist: Bump to 1.30.0, py3.8

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/Manifest   |  1 +
 dev-python/pytest-xdist/pytest-xdist-1.30.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index ba920c0df35..014c6775b2b 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-xdist-1.23.2.tar.gz 59932 BLAKE2B 
f2cf73914cf095217fb8b472f5e5f7918435c75f8da1694cc7ceb920ac3a7390d84bea93cca558ba26cf3d14a01815374eab9ea03a137a8a9f5dba2f2d4453a8
 SHA512 
4aae9a6d74e53a29630d0233d0a903d008023e322de726ef7ab7cf4865f428942f96cc65264e19726cb6213264edaa747da2cb6f368989417ba821f2a3f9b654
 DIST pytest-xdist-1.28.0.tar.gz 61486 BLAKE2B 
ef8157079ea890342cd566f327588148fa898a3404e3edcffb60ba8ba37d9473b4c2a47fc737f7bb074042c6aadd737ac51f348ce79a718eb446036016cd5e23
 SHA512 
89b8885103a944ae72535de40028db052f76631ade6f969489d3dc3a1a61a3233df6655d0905d9f5253f23740a15aea824b460c680e79c16f275b31cb2abd6ad
+DIST pytest-xdist-1.30.0.tar.gz 62286 BLAKE2B 
8d6a79c123bcee81751f2dd3a87e1d8effc82ff48a701c8cf0014292e5df575136d25847794c8e9fc94eb88a37cb42c659a142212faf30b0d1a0b1f9f948d2d6
 SHA512 
978b67df2366d916db62af21f2c610ac5d2de43cecf3260ec9bf52f904098514c3052ce8ca2195c17addd4012f3c5d38ce8a701d26c8158142a821b0d0cf9122

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.30.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.30.0.ebuild
new file mode 100644
index 000..75de4e5bfc8
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.30.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/execnet[${PYTHON_USEDEP}]
+   >=dev-python/pytest-4.4[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/filelock[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   distutils_install_for_testing
+   pytest -vv testing || die "Tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2019-12-07 Thread Matt Turner
commit: 0ecc23bf016ea4a275fb50c41ccb6b3d406cfc16
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  7 22:48:50 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Dec  7 23:07:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecc23bf

dev-python/pytest-xdist-1.28.0: add ~mips, bug 687200

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
index 7fb26dbc101..ded39d9392d 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.28.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-10-31 Thread Sergei Trofimovich
commit: af9d183986708903be7fcf444d48e9890f6bc2b9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Oct 31 23:31:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 31 23:35:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9d1839

dev-python/pytest-xdist: stable 1.23.2 for ia64, bug #668096

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index 90d4f2ef9a3..2a247740120 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-11-08 Thread Sergei Trofimovich
commit: 15d7d2ed9262b7fae10f0d253a1665ba14159d41
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  8 23:35:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  8 23:35:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d7d2ed

dev-python/pytest-xdist: stable 1.23.2 for hppa, bug #668096

Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index 2a247740120..6d8cdd5e2dd 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2018-11-11 Thread Mikle Kolyada
commit: e7a95e8c8c68eedec79c57e826151a969ae2b885
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Nov 11 10:10:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Nov 11 10:10:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a95e8c

dev-python/pytest-xdist: arm stable wrt bug #668096

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index 6d8cdd5e2dd..2cfc5c3fbea 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-06-16 Thread Michał Górny
commit: 58ae57d08931ff6ffd5ac130661340fc76cc1636
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 17 06:03:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 17 06:39:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ae57d0

dev-python/pytest-xdist: Bump to 2.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/Manifest  |  1 +
 dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 4008b8ef377..ac8abbc0ef2 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1 +1,2 @@
 DIST pytest-xdist-2.2.1.tar.gz 64956 BLAKE2B 
7ea18b0e7893000ed9d8718506a7b0f7cf45444196a23e3defec34639c2159b52c7a533ddbc0e0a9b3c3f1e0a867ad5c85e3549167e9b7049ce718646ed50717
 SHA512 
0732f5ffb56eead3d1aeecd37381c2d9c6ed22398e8e51e9358b562765d737ebde48ecb6fe9f90d9a46902dba1422721cb2c7bfc9fc13918aa2c3b8e6a5e48c4
+DIST pytest-xdist-2.3.0.tar.gz 66072 BLAKE2B 
367ff15cd46b8594668ccd9710a2fc7665295d41e268b464b81d5e740a580d70621a1ab5ab590788e44887b7aa3049a83853ea097c0cff54e22c3422c8f11b24
 SHA512 
bf49a1684b29f0ae21621b9d293f530cf2fa3d88b33f631fb803aef872c0d5ef6b3bbf2e16d01be8a6c1872fe3e6cff86ab842e3000b9e642fb46c2a170627f6

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild
new file mode 100644
index 000..127050a2150
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+# pytest-xdist >= 2 fails with pytest < 6
+RDEPEND="
+   dev-python/execnet[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/filelock[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.2.0-services-conflict.patch
+)
+
+distutils_enable_tests --install pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-05-05 Thread Michał Górny
commit: 79d4b8a9cb05d7f5fce21c40fe41a811d70ca23b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  5 15:35:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  5 17:05:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d4b8a9

dev-python/pytest-xdist: Enable python3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild
index b0684c4521a..a05d3a645b0 100644
--- a/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2022-01-10 Thread Arthur Zamarin
commit: 49ecafe8251665af013dcebdf562d8d5a84f060a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jan 10 19:44:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jan 10 19:44:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ecafe8

dev-python/pytest-xdist: Stabilize 2.5.0 ALLARCHES, #830955

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild
index 25372acff9aa..d1cc99c0a7ff 100644
--- a/dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 # pytest-xdist >= 2 fails with pytest < 6
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2022-01-10 Thread Michał Górny
commit: bc975f7e46be8974c00fcbd1fb117bd5e13646b9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 10 19:49:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 10 19:50:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc975f7e

dev-python/pytest-xdist: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/Manifest  |  1 -
 dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 12a7c91eab0f..a6860576c9e8 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,2 +1 @@
-DIST pytest-xdist-2.4.0.tar.gz 67199 BLAKE2B 
bba867bfbd1e161ada2157fdb5a10f929fefed959b64afef74453206d91e5014abaaa1363ac9adbc89ed476a841607f6830781817842b9be119a09bda7278b91
 SHA512 
2d2da6aaa8da07a28d7c6c81a0044493b7d0d1a68921e7ec94cfd2f698eaa5594b6da4d82524804637d5cc061fbe19034f3c65a07ee5a0c906170856edc3d383
 DIST pytest-xdist-2.5.0.tar.gz 72455 BLAKE2B 
4d7427e8a7d85d7b0dcae2697fae0f51913a3a2414fabbb192a8e3938431f5f121677dd43adecfb1fc7f3dd6feb94901e28b0a96787a2c2eadc1504aac55068f
 SHA512 
22da4db7cdd6173fb8377b6adc30b5617ccb0bb308cb5d30980484dd7ddff87cf2a485ae8522c7957d8954dd2f8a5542b9f63b0fa7184cc44e50dbafc3f4e909

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild
deleted file mode 100644
index 50b0a8e3c26e..
--- a/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-
-# pytest-xdist >= 2 fails with pytest < 6
-RDEPEND="
-   dev-python/execnet[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   >=dev-python/pytest-6[${PYTHON_USEDEP}]
-   dev-python/pytest-forked[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/filelock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests --install pytest
-
-python_test() {
-   # disable autoloading plugins in nested pytest calls
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   # since we disabled autoloading, force loading necessary plugins
-   local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
-
-   distutils_install_for_testing
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2022-05-09 Thread Michał Górny
commit: 8faabf8ab57ce47b23b84c9621d926d75428d0be
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  9 19:27:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  9 20:11:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8faabf8a

dev-python/pytest-xdist: EAPI 8, PEP517

Signed-off-by: Michał Górny  gentoo.org>

 .../pytest-xdist/pytest-xdist-2.5.0-r1.ebuild  | 45 ++
 1 file changed, 45 insertions(+)

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.5.0-r1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.5.0-r1.ebuild
new file mode 100644
index ..68f728f1bae7
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-2.5.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="
+   https://pypi.org/project/pytest-xdist/
+   https://github.com/pytest-dev/pytest-xdist/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/execnet[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/filelock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # disable autoloading plugins in nested pytest calls
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   # since we disabled autoloading, force loading necessary plugins
+   local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
+
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2022-05-09 Thread Michał Górny
commit: 0bde000b687f5fe303b144a47d8b5babfe7f9c87
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  9 19:50:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  9 20:37:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bde000b

dev-python/pytest-xdist: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-2.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.5.0-r1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.5.0-r1.ebuild
index 68f728f1bae7..1079a190886e 100644
--- a/dev-python/pytest-xdist/pytest-xdist-2.5.0-r1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-2.5.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-07-24 Thread Sam James
commit: ae8362de3320d3935e1ea52950ba771f3aeedc9f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:02:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:02:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8362de

dev-python/pytest-xdist: Stabilize 2.3.0 ALLARCHES, #803785

Signed-off-by: Sam James  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild
index 127050a2150..e50a1049d0c 100644
--- a/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 # pytest-xdist >= 2 fails with pytest < 6
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-07-25 Thread Michał Górny
commit: 26c0a74f345b99084a18b3c22082203244f94678
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 25 06:52:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 25 08:41:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c0a74f

dev-python/pytest-xdist: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/Manifest  |  1 -
 dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index ac8abbc0ef2..d7237d4514f 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,2 +1 @@
-DIST pytest-xdist-2.2.1.tar.gz 64956 BLAKE2B 
7ea18b0e7893000ed9d8718506a7b0f7cf45444196a23e3defec34639c2159b52c7a533ddbc0e0a9b3c3f1e0a867ad5c85e3549167e9b7049ce718646ed50717
 SHA512 
0732f5ffb56eead3d1aeecd37381c2d9c6ed22398e8e51e9358b562765d737ebde48ecb6fe9f90d9a46902dba1422721cb2c7bfc9fc13918aa2c3b8e6a5e48c4
 DIST pytest-xdist-2.3.0.tar.gz 66072 BLAKE2B 
367ff15cd46b8594668ccd9710a2fc7665295d41e268b464b81d5e740a580d70621a1ab5ab590788e44887b7aa3049a83853ea097c0cff54e22c3422c8f11b24
 SHA512 
bf49a1684b29f0ae21621b9d293f530cf2fa3d88b33f631fb803aef872c0d5ef6b3bbf2e16d01be8a6c1872fe3e6cff86ab842e3000b9e642fb46c2a170627f6

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild
deleted file mode 100644
index a05d3a645b0..000
--- a/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
-
-# pytest-xdist >= 2 fails with pytest < 6
-RDEPEND="
-   dev-python/execnet[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   >=dev-python/pytest-6[${PYTHON_USEDEP}]
-   dev-python/pytest-forked[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/filelock[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.2.0-services-conflict.patch
-)
-
-distutils_enable_tests --install pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-10-15 Thread Arthur Zamarin
commit: 61a8fec347738d27d8daf70f10439b1f2754e2e8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 15 19:52:08 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 15 19:53:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a8fec3

dev-python/pytest-xdist: backport fix testing with xprocess

backport fix by mgorny for testing when pytest-xprocess is
installed.

Closes: https://bugs.gentoo.org/813093
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild
index c151147a967..883e7c88dce 100644
--- a/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild
@@ -35,3 +35,13 @@ PATCHES=(
 )
 
 distutils_enable_tests --install pytest
+
+python_test() {
+   # disable autoloading plugins in nested pytest calls
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   # since we disabled autoloading, force loading necessary plugins
+   local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
+
+   distutils_install_for_testing
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-10-23 Thread Sam James
commit: 9097bf2744b93fbb06ceee24e43ace9c47807ba4
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 24 00:18:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 00:18:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9097bf27

dev-python/pytest-xdist: Stabilize 2.4.0 ALLARCHES, #819852

Signed-off-by: Sam James  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild
index a3f40e53e85..50b0a8e3c26 100644
--- a/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 # pytest-xdist >= 2 fails with pytest < 6
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-10-23 Thread Arthur Zamarin
commit: a7035f4c43053a889fe40d32edb923f64796ad52
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct 24 05:02:18 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct 24 05:12:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7035f4c

dev-python/pytest-xdist: drop 2.3.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytest-xdist/Manifest  |  1 -
 dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 908acf5fdae..c5c6980f93b 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,2 +1 @@
-DIST pytest-xdist-2.3.0.tar.gz 66072 BLAKE2B 
367ff15cd46b8594668ccd9710a2fc7665295d41e268b464b81d5e740a580d70621a1ab5ab590788e44887b7aa3049a83853ea097c0cff54e22c3422c8f11b24
 SHA512 
bf49a1684b29f0ae21621b9d293f530cf2fa3d88b33f631fb803aef872c0d5ef6b3bbf2e16d01be8a6c1872fe3e6cff86ab842e3000b9e642fb46c2a170627f6
 DIST pytest-xdist-2.4.0.tar.gz 67199 BLAKE2B 
bba867bfbd1e161ada2157fdb5a10f929fefed959b64afef74453206d91e5014abaaa1363ac9adbc89ed476a841607f6830781817842b9be119a09bda7278b91
 SHA512 
2d2da6aaa8da07a28d7c6c81a0044493b7d0d1a68921e7ec94cfd2f698eaa5594b6da4d82524804637d5cc061fbe19034f3c65a07ee5a0c906170856edc3d383

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild
deleted file mode 100644
index 883e7c88dce..000
--- a/dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-
-# pytest-xdist >= 2 fails with pytest < 6
-RDEPEND="
-   dev-python/execnet[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   >=dev-python/pytest-6[${PYTHON_USEDEP}]
-   dev-python/pytest-forked[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/filelock[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.2.0-services-conflict.patch
-)
-
-distutils_enable_tests --install pytest
-
-python_test() {
-   # disable autoloading plugins in nested pytest calls
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   # since we disabled autoloading, force loading necessary plugins
-   local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
-
-   distutils_install_for_testing
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-12-10 Thread Arthur Zamarin
commit: f04fdd1f47b05612c9bfdaace27872df8df7e6b0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 10 16:18:20 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 10 17:11:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04fdd1f

dev-python/pytest-xdist: add 2.5.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytest-xdist/Manifest  |  1 +
 dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index c5c6980f93bc..12a7c91eab0f 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1 +1,2 @@
 DIST pytest-xdist-2.4.0.tar.gz 67199 BLAKE2B 
bba867bfbd1e161ada2157fdb5a10f929fefed959b64afef74453206d91e5014abaaa1363ac9adbc89ed476a841607f6830781817842b9be119a09bda7278b91
 SHA512 
2d2da6aaa8da07a28d7c6c81a0044493b7d0d1a68921e7ec94cfd2f698eaa5594b6da4d82524804637d5cc061fbe19034f3c65a07ee5a0c906170856edc3d383
+DIST pytest-xdist-2.5.0.tar.gz 72455 BLAKE2B 
4d7427e8a7d85d7b0dcae2697fae0f51913a3a2414fabbb192a8e3938431f5f121677dd43adecfb1fc7f3dd6feb94901e28b0a96787a2c2eadc1504aac55068f
 SHA512 
22da4db7cdd6173fb8377b6adc30b5617ccb0bb308cb5d30980484dd7ddff87cf2a485ae8522c7957d8954dd2f8a5542b9f63b0fa7184cc44e50dbafc3f4e909

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild
new file mode 100644
index ..25372acff9aa
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-2.5.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+# pytest-xdist >= 2 fails with pytest < 6
+RDEPEND="
+   dev-python/execnet[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/filelock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install pytest
+
+python_test() {
+   # disable autoloading plugins in nested pytest calls
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   # since we disabled autoloading, force loading necessary plugins
+   local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
+
+   distutils_install_for_testing
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-07-09 Thread Agostino Sarubbo
commit: 8391ede56e6daa87465d16adf0721a43a0b65059
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 08:58:17 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 08:59:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8391ede5

dev-python/pytest-xdist: x86 stable wrt bug #731534

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
index 1a322ae5832..eaf278c97d4 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-07-09 Thread Michał Górny
commit: 32022e871860a397f85da45458d1a14b6f7b803d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 10 05:57:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 10 06:30:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32022e87

dev-python/pytest-xdist: Bump to 1.33.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/Manifest   |  1 +
 dev-python/pytest-xdist/pytest-xdist-1.33.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index aead1a2d7d1..5ce83b0cf45 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -2,3 +2,4 @@ DIST pytest-xdist-1.23.2.tar.gz 59932 BLAKE2B 
f2cf73914cf095217fb8b472f5e5f79184
 DIST pytest-xdist-1.28.0.tar.gz 61486 BLAKE2B 
ef8157079ea890342cd566f327588148fa898a3404e3edcffb60ba8ba37d9473b4c2a47fc737f7bb074042c6aadd737ac51f348ce79a718eb446036016cd5e23
 SHA512 
89b8885103a944ae72535de40028db052f76631ade6f969489d3dc3a1a61a3233df6655d0905d9f5253f23740a15aea824b460c680e79c16f275b31cb2abd6ad
 DIST pytest-xdist-1.31.0.tar.gz 66133 BLAKE2B 
79fe5f3bcad3421c1c751ffe6e09f0da42d4ff7c0016cb421ffabcab167028ec41ccfb02bbb275564cd74b13ade8d6e79bbb70b34995f3bc9000604a1533df9a
 SHA512 
b7960d20295232b251c8ddcc5a3b9d6e7b761d577ba11c2647b4b4b410ee5c05998cf57fa57208561eb3ea7c4914db1fd446173794589d8c8e8e79ff8e0ad3aa
 DIST pytest-xdist-1.32.0.tar.gz 67733 BLAKE2B 
da0ce4e43dc8752e4329ddcbc13a5f55f5bc120c13f39bb01916770d2dc1864197fd91f92bc55ba27cd74b0d837ac2d310980874cdf54761339b2cd654dd6e74
 SHA512 
f159b4653efb4afeff4124df484670d3c672e1014712f948390b25efc53096f8237258c83a5f1a9e688c52b4a756291cb731d37fdfa800707f556550a19cb0e8
+DIST pytest-xdist-1.33.0.tar.gz 65588 BLAKE2B 
096ffa9295ec0ef4d390b714b02a4d126aa33475b55591b91375f2da0c957802e007b990dc2051d5198f223b250a4a7294367c9da8f8969313a61a7e8ef18ebd
 SHA512 
5e5b23e60b546779d4bbcc9b86c004bdb084689ba006c8bb8a7db9be60b6080f04a5bb2b1f5b43a5062b82e35493331d1da699d8a36177307280b06aa23a1367

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.33.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.33.0.ebuild
new file mode 100644
index 000..3ddf4d064b5
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.33.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# pleaes do not depend on pytest to avoid unnecessary USEDEP enforcement
+RDEPEND="
+   dev-python/execnet[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/filelock[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/pytest-xdist-1.32.0-timeout.patch
+)
+
+python_test() {
+   distutils_install_for_testing
+   pytest -vv testing || die "Tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-07-11 Thread Sam James
commit: 97b7b0e6bec02d60d8a4876592f0db1ac102d5f7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 11 22:31:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 11 22:31:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b7b0e6

dev-python/pytest-xdist: s390 keyworded (bug #687200)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.33.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.33.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.33.0.ebuild
index 3ddf4d064b5..963bc520b04 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.33.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.33.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-07-14 Thread Sergei Trofimovich
commit: 2190baf2ba104656d8e1a359d590f924224fff1d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jul 14 14:47:52 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul 14 16:38:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2190baf2

dev-python/pytest-xdist: stable 1.32.0 for hppa, bug #731534

Package-Manager: Portage-2.3.99, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
index eaf278c97d4..94b8c69f06a 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-12-18 Thread Louis Sautier
commit: 0b307cecf4c964cd903186dcf2fd05801457286c
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Dec 18 09:03:58 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Dec 18 11:13:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b307cec

dev-python/pytest-xdist: add dependency on pytest >= 6

pytest-xdist >= 2 won't work with pytest < 6, it will show "INTERNALERROR"
messages.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Louis Sautier  gentoo.org>

 .../pytest-xdist/pytest-xdist-2.2.0-r1.ebuild  | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.2.0-r1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.2.0-r1.ebuild
new file mode 100644
index 000..deaa5ddb4ec
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-2.2.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+
+# pytest-xdist >= 2 fails with pytest < 6
+RDEPEND="
+   dev-python/execnet[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/filelock[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-services-conflict.patch
+)
+
+distutils_enable_tests --install pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2020-12-22 Thread Sergei Trofimovich
commit: bed191d6d77aa765c976bb865e49ab7048b87aac
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Dec 22 06:48:04 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Dec 22 08:00:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed191d6

dev-python/pytest-xdist: keyworded 2.2.0-r1 for hppa, bug #752237

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-2.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.2.0-r1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.2.0-r1.ebuild
index deaa5ddb4ec..25660cca3a2 100644
--- a/dev-python/pytest-xdist/pytest-xdist-2.2.0-r1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-2.2.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 
 # pytest-xdist >= 2 fails with pytest < 6
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-02-10 Thread Michał Górny
commit: 059f436f9c8be87489fb7c87c6ac622d69b0a2c7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  9 23:43:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 10 08:06:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059f436f

dev-python/pytest-xdist: Bump to 2.2.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/Manifest  |  1 +
 dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 261ee16f370..aed96c0d4de 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-xdist-1.34.0.tar.gz 66151 BLAKE2B 
ac5274e32b3ef6b72113efd4300eb6946a977e0e202d3383abcdbc022126b7806edb326ddc16abb1219e22eb091e06a9c39fce3031aaf5943d4ad653a47af142
 SHA512 
69e9877ee0268d71d7c0ca202ccc46b3ba1a9271f0e6e4ac4b76602833f9b7012364eb6924ae994e76c1d48d63adf1702d4c5e6ed5b75c52ac7ebae958210e24
 DIST pytest-xdist-2.2.0.tar.gz 64781 BLAKE2B 
17287c28f31c42c6a8fe3622d4ba920a530e0ced3bc99cffd8f9de91c3498cc2a3b654cc32bd5b09ee8ec6c1f64226aec736acafd73397be2eb34bd3d192bb46
 SHA512 
2027f8512fbd6cb68ab36eb774b9d8b7e855c181733b884f394d0e84994926b4fe6158dbd55808328b262497036f101e71cb86553340eba0031d654f34541689
+DIST pytest-xdist-2.2.1.tar.gz 64956 BLAKE2B 
7ea18b0e7893000ed9d8718506a7b0f7cf45444196a23e3defec34639c2159b52c7a533ddbc0e0a9b3c3f1e0a867ad5c85e3549167e9b7049ce718646ed50717
 SHA512 
0732f5ffb56eead3d1aeecd37381c2d9c6ed22398e8e51e9358b562765d737ebde48ecb6fe9f90d9a46902dba1422721cb2c7bfc9fc13918aa2c3b8e6a5e48c4

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild
new file mode 100644
index 000..d27d1d1c78a
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+# pytest-xdist >= 2 fails with pytest < 6
+RDEPEND="
+   dev-python/execnet[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/filelock[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.2.0-services-conflict.patch
+)
+
+distutils_enable_tests --install pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-03-14 Thread Sam James
commit: 94d5c14ac82ae76895f108a81af6e9c039d0f1cc
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 14 22:32:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 14 22:32:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d5c14a

dev-python/pytest-xdist: Stabilize 2.2.1 ALLARCHES, #776115

Signed-off-by: Sam James  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild
index d27d1d1c78a..b0684c4521a 100644
--- a/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 # pytest-xdist >= 2 fails with pytest < 6
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-01-18 Thread Sam James
commit: b2063c0d1a374a9a9d262a05bd4654e3b9dd3991
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 18 16:53:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 18 16:53:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2063c0d

dev-python/pytest-xdist: Stabilize 2.2.0 ALLARCHES, #765970

Signed-off-by: Sam James  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild
index 7cb664b2df3..27b5fdcaf98 100644
--- a/dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 # please do not depend on pytest to avoid unnecessary USEDEP enforcement
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-01-18 Thread Michał Górny
commit: 36e77eab87a738444773fb38ab48062380ce7c24
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 18 18:47:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 18 18:47:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e77eab

dev-python/pytest-xdist: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/Manifest  |  1 -
 dev-python/pytest-xdist/pytest-xdist-2.1.0.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index ef25b548c20..261ee16f370 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,3 +1,2 @@
 DIST pytest-xdist-1.34.0.tar.gz 66151 BLAKE2B 
ac5274e32b3ef6b72113efd4300eb6946a977e0e202d3383abcdbc022126b7806edb326ddc16abb1219e22eb091e06a9c39fce3031aaf5943d4ad653a47af142
 SHA512 
69e9877ee0268d71d7c0ca202ccc46b3ba1a9271f0e6e4ac4b76602833f9b7012364eb6924ae994e76c1d48d63adf1702d4c5e6ed5b75c52ac7ebae958210e24
-DIST pytest-xdist-2.1.0.tar.gz 66332 BLAKE2B 
ac3c19a32bb9153537edfcf55bc656011661cf0d166da1aba969055a398616bb5782534a12ba354175be722c070fcfb2013d58405048814a3d11434a314e38b8
 SHA512 
85c69d8e649a19de5639738eae4cb213dc7323d96883ec82f39ab51a196346edd9fadbaf97f9763ac0dea104bc123d521264a39d2701878edfa76ce7e5bb347b
 DIST pytest-xdist-2.2.0.tar.gz 64781 BLAKE2B 
17287c28f31c42c6a8fe3622d4ba920a530e0ced3bc99cffd8f9de91c3498cc2a3b654cc32bd5b09ee8ec6c1f64226aec736acafd73397be2eb34bd3d192bb46
 SHA512 
2027f8512fbd6cb68ab36eb774b9d8b7e855c181733b884f394d0e84994926b4fe6158dbd55808328b262497036f101e71cb86553340eba0031d654f34541689

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.1.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.1.0.ebuild
deleted file mode 100644
index 27e096bc991..000
--- a/dev-python/pytest-xdist/pytest-xdist-2.1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed testing and loop-on-failing modes"
-HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
-
-# please do not depend on pytest to avoid unnecessary USEDEP enforcement
-RDEPEND="
-   dev-python/execnet[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/pytest-forked[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/filelock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   distutils_install_for_testing --via-root
-   # Skip a broken test
-   # https://github.com/pytest-dev/pytest-xdist/issues/601
-   pytest -vv testing --deselect \
-   
testing/acceptance_test.py::TestWarnings::test_warning_captured_deprecated_in_pytest_6
 \
-   || die "Tests failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2021-09-21 Thread Michał Górny
commit: 2e11b0810b30f5e8044e14bd5d1aaf34dd50490d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 21 19:13:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 21 19:47:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e11b081

dev-python/pytest-xdist: Bump to 2.4.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-xdist/Manifest  |  1 +
 dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index d7237d4514f..908acf5fdae 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1 +1,2 @@
 DIST pytest-xdist-2.3.0.tar.gz 66072 BLAKE2B 
367ff15cd46b8594668ccd9710a2fc7665295d41e268b464b81d5e740a580d70621a1ab5ab590788e44887b7aa3049a83853ea097c0cff54e22c3422c8f11b24
 SHA512 
bf49a1684b29f0ae21621b9d293f530cf2fa3d88b33f631fb803aef872c0d5ef6b3bbf2e16d01be8a6c1872fe3e6cff86ab842e3000b9e642fb46c2a170627f6
+DIST pytest-xdist-2.4.0.tar.gz 67199 BLAKE2B 
bba867bfbd1e161ada2157fdb5a10f929fefed959b64afef74453206d91e5014abaaa1363ac9adbc89ed476a841607f6830781817842b9be119a09bda7278b91
 SHA512 
2d2da6aaa8da07a28d7c6c81a0044493b7d0d1a68921e7ec94cfd2f698eaa5594b6da4d82524804637d5cc061fbe19034f3c65a07ee5a0c906170856edc3d383

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild
new file mode 100644
index 000..5415cb9cc80
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-2.4.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.org/project/pytest-xdist/ 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+# pytest-xdist >= 2 fails with pytest < 6
+RDEPEND="
+   dev-python/execnet[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/filelock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install pytest
+
+python_test() {
+   # disable autoloading pytest-asyncio in nested pytest calls
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   # since we disabled autoloading, force loading pytest-trio
+   local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
+
+   distutils_install_for_testing
+   epytest
+}



  1   2   >