pytest: remove unused ebuilds

This commit is contained in:
blshkv 2019-01-24 08:27:25 +08:00
parent 0a758ab436
commit 308cf7d0a9
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
5 changed files with 0 additions and 75 deletions

View file

@ -1,2 +0,0 @@
DIST pytest-asyncio-0.8.0.tar.gz 11310 BLAKE2B f45f6ebeac7845637efaf67037597e5b10bc32acfd177810dbcb834d0125b091aead6cdc5a216f59e5b9a36238cb01c79a192a4f01ca3374c8d717fca621afa7 SHA512 ffae02204356ad8c936dca7d3982eda220d886d3f75619696e3146e6aacacdfc1212eed096613f9d1b3f7aa002ce9aeb8fb1a97341877c01018b59a38f05b196
DIST pytest-asyncio-0.9.0.tar.gz 7220 BLAKE2B 7a272c674b5507a96201e8f4134d77dc047c16291c5d6c8d526c2276dbbc4cccef402d6d2c4de656e2e02a8a49d424a20a584e8cde89981b62cc1cfbf2f67e7f SHA512 129dc6129a93856eb32a5ca8c90ea71397bd5293f66b5b3682efbfcd7c0444471c98aa2f95bca89e6a34dd1f3571aa4a2b9b7831c4cd0e124eb2f69ad3a7fa73

View file

@ -1,25 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Pytest support for asyncio"
HOMEPAGE="https://github.com/pytest-dev/pytest-asyncio"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/pytest-3.0.6[${PYTHON_USEDEP}]"
# >=dev-python/async_generator-1.3[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/coverage[${PYTHON_USEDEP}]
>=dev-python/async_generator-1.3[${PYTHON_USEDEP}]
)"

View file

@ -1,25 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Pytest support for asyncio"
HOMEPAGE="https://github.com/pytest-dev/pytest-asyncio"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/pytest-3.0.6[${PYTHON_USEDEP}]"
# >=dev-python/async_generator-1.3[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/coverage[${PYTHON_USEDEP}]
>=dev-python/async_generator-1.3[${PYTHON_USEDEP}]
)"

View file

@ -1 +0,0 @@
DIST pytest-faulthandler-1.5.0.tar.gz 6882 BLAKE2B 663a0392bde6d2a6bd906d93a6e02bb1668e99900c053c807f081582507624dbdd6a3f67e5135c2c21fcdb4b399d22c3f149f6acaab6f0344b36eed83116642a SHA512 226b76e694c269d092e6bf844e38b0a76e98d314d25dd01d1b4afeae8edb966c06c294eecd2c104448b8150e7ecda4958de0d4bb38ce73976b8c19ad0a681fde

View file

@ -1,22 +0,0 @@
# 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} )
inherit distutils-r1
DESCRIPTION="py.test plugin that activates the fault handler module during testing"
HOMEPAGE="https://github.com/pytest-dev/pytest-faulthandler"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/faulthandler[${PYTHON_USEDEP}]' python2_7} )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"