dev-python/pytest-xdist: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Fri, 5 Jan 2018 23:33:28 +0000 (00:33 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 00:44:26 +0000 (01:44 +0100)
dev-python/pytest-xdist/Manifest
dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild [deleted file]
dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild [deleted file]

index 5503175a962167c16c56225bd21aa6da42a11c29..6e8295d64b0d53b8d725144dbb2c84bcb85359f9 100644 (file)
@@ -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 (file)
index 423204c..0000000
+++ /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 (file)
index 7e6d21d..0000000
+++ /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}"
-}