summaryrefslogtreecommitdiff
path: root/dev-python/pytest-datafiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/pytest-datafiles
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pytest-datafiles')
-rw-r--r--dev-python/pytest-datafiles/Manifest3
-rw-r--r--dev-python/pytest-datafiles/metadata.xml12
-rw-r--r--dev-python/pytest-datafiles/pytest-datafiles-2.0.ebuild30
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/pytest-datafiles/Manifest b/dev-python/pytest-datafiles/Manifest
deleted file mode 100644
index 3342369122e2..000000000000
--- a/dev-python/pytest-datafiles/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pytest-datafiles-2.0.tar.gz 66507 BLAKE2B 7cd2721ae2e447798afe54f858d697321a1bf88f3c307df14186bc71b7a60bdc9fcb2e99a858186ad058c4663eae8b121a5ffa3427e2ab4f76f4b471dcc36234 SHA512 05bb93e973cde8b6030ff4d82f295bdb54a8d0bcec87f0347347baed80c26851a4ea6980621f43d73b7fb843740d58b32aca37de9607117b664ede8928aaa5b6
-EBUILD pytest-datafiles-2.0.ebuild 784 BLAKE2B 211218d06bf3993b7af91fb1a16deedca75ecc69f5c06c63135f2ddf92673693a43249b526803e71db4ed297bdbf82613aaf62cda153b93e3d6d8f0e26e8e182 SHA512 ac6570949b7b589cbdd343443ddb14e7dbb8fc333c80991cdbfff8b74335c223553f1827bdb469bd39f333d3fe9ed8874940ef0c0102b78928f49410e38b1e91
-MISC metadata.xml 395 BLAKE2B be89156950d62b7a070f0da1f804761f17e108eb07156385262b6c6db6e22f739600910ce3b464dd5abbf6e356c68f606210f78039db5c9508d270cc5fc7ea81 SHA512 0d2214166e6347a79c0f202b1ac3580b12eff1243869b772df988cb1c985d1cfc73975f5b7b6bed7ca32a71a03a771cd03af1002c212d4091e53b2fd1e0fc0bc
diff --git a/dev-python/pytest-datafiles/metadata.xml b/dev-python/pytest-datafiles/metadata.xml
deleted file mode 100644
index dd553590ca15..000000000000
--- a/dev-python/pytest-datafiles/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gyakovlev@gentoo.org</email>
- <name>Georgy Yakovlev</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">pytest-datafiles</remote-id>
- <remote-id type="github">omarkohl/pytest-datafiles</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pytest-datafiles/pytest-datafiles-2.0.ebuild b/dev-python/pytest-datafiles/pytest-datafiles-2.0.ebuild
deleted file mode 100644
index 20f0b2542b7d..000000000000
--- a/dev-python/pytest-datafiles/pytest-datafiles-2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2018 Sony Interactive Entertainment Inc.
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="pytest plugin to create a tmpdir containing a preconfigured set of files/dirs"
-HOMEPAGE="https://github.com/omarkohl/pytest-datafiles"
-SRC_URI="https://github.com/omarkohl/${PN}/archive/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="dev-python/py[${PYTHON_USEDEP}]
- >=dev-python/pytest-3.6.0[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}"
-
-python_test() {
- distutils_install_for_testing
- PYTHONPATH="${TEST_DIR}"/lib pytest -v || die "Tests fail with ${EPYTHON}"
-}