summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-26 15:04:59 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-26 15:04:59 +0100
commitc534a58a36d13316316dabf9798016ac086ccbb3 (patch)
tree8adfe19f04c4702a3742713d360cd8513c2dfb5b
parentdev-python/pytest-pythonpath: Remove last-rited packages (diff)
downloadgentoo-c534a58a36d13316316dabf9798016ac086ccbb3.tar.gz
gentoo-c534a58a36d13316316dabf9798016ac086ccbb3.tar.bz2
gentoo-c534a58a36d13316316dabf9798016ac086ccbb3.zip
dev-python/pytest-datafiles: Remove last-rited packages
Closes: https://bugs.gentoo.org/701426 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-python/pytest-datafiles/Manifest1
-rw-r--r--dev-python/pytest-datafiles/metadata.xml12
-rw-r--r--dev-python/pytest-datafiles/pytest-datafiles-2.0.ebuild30
-rw-r--r--profiles/package.mask5
4 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/pytest-datafiles/Manifest b/dev-python/pytest-datafiles/Manifest
deleted file mode 100644
index c8ef6ddde2cb..000000000000
--- a/dev-python/pytest-datafiles/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-datafiles-2.0.tar.gz 66507 BLAKE2B 7cd2721ae2e447798afe54f858d697321a1bf88f3c307df14186bc71b7a60bdc9fcb2e99a858186ad058c4663eae8b121a5ffa3427e2ab4f76f4b471dcc36234 SHA512 05bb93e973cde8b6030ff4d82f295bdb54a8d0bcec87f0347347baed80c26851a4ea6980621f43d73b7fb843740d58b32aca37de9607117b664ede8928aaa5b6
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}"
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 5c066af819c2..14aa0bc4ec94 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -749,11 +749,6 @@ dev-python/wcsaxes
sci-astronomy/astrometry
sci-astronomy/kapteyn
-# David Seifert <soap@gentoo.org> (2019-11-28)
-# No revdeps, blocking move to python 3.7, unnecessary maintenance
-# burden, bug #701426. Removal in 30 days.
-dev-python/pytest-datafiles
-
# Andreas Sturmlechner <asturm@gentoo.org> (2019-11-28)
# Multiple build failures, automagic, missing deps, no one to fix them
# Bugs #542756, #554388, #555768, #557974, #574854, #574890 #589182,