From b89594145b237bf6e43b6697294e093892ed49a1 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Sun, 8 Dec 2013 14:38:27 +0100 Subject: [PATCH] Update pytest-xdist to 1.9 Also: * license change (to more permissive) * added version requirements --- Manifest | 2 +- pytest-xdist-1.8.ebuild => pytest-xdist-1.9.ebuild | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) rename pytest-xdist-1.8.ebuild => pytest-xdist-1.9.ebuild (62%) diff --git a/Manifest b/Manifest index bc0d2c7..c937991 100644 --- a/Manifest +++ b/Manifest @@ -1 +1 @@ -DIST pytest-xdist-1.8.zip 37700 SHA256 b02135db7080c0978b7ce5d8f43a5879231441c2062a4791bc42b6f98c94fa69 SHA512 b1af4fe0f81c8a6fb84e6ece6596ccacb8c20cc20f73b86d687ee39ba46b8513f42b8a2312e65c0481f8ddebdce00729990e76dd85f0883e1b03cf7198981130 WHIRLPOOL 9548efa72c280354e911b280f9da7eb3e06c1f4be8091121ae0c559212c16d8fe7edfd798ec2e7d840085cd4e4ace02ce4b8b39173de006e2e137994e3925ece +DIST pytest-xdist-1.9.tar.gz 28614 SHA256 bde636c6fb50ecd338127e5ac6a135cc99a5a837fe045275b014979b665f5fa7 SHA512 d38753f205dd8be36233c4fb7b831126808a0bc6e74cfc586d211c1491afeb26d7b7813310eeb931f0ccba6fd67991461e41d82950577b382f0dcf72106b4a36 WHIRLPOOL 9dc5e4806b5a4bc78aa33e479a06977c14ee0d96bb35d8ed49eaf8f3618e201c7b53a11fd17e10994d3cad8b78131a3bf75b728a636072a9996bc83f64576f70 diff --git a/pytest-xdist-1.8.ebuild b/pytest-xdist-1.9.ebuild similarity index 62% rename from pytest-xdist-1.8.ebuild rename to pytest-xdist-1.9.ebuild index 49797d2..e4028dc 100644 --- a/pytest-xdist-1.8.ebuild +++ b/pytest-xdist-1.9.ebuild @@ -7,18 +7,18 @@ PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 -DESCRIPTION="py.test xdist plugin for distributed testing" +DESCRIPTION="py.test xdist plugin for distributed testing and loop-on-failing" HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://bitbucket.org/hpk42/pytest-xdist" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="GPL-2+" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x64" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}] - dev-python/execnet[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] + >=dev-python/execnet-1.1[${PYTHON_USEDEP}]" DOCS=( CHANGELOG LICENSE README.txt ) -- 2.26.2