summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-23 10:00:25 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-23 10:02:12 +0100
commit207dc1ff64978ec8bee0af66731952f7b2443203 (patch)
treee5852a6144cf6948dac37c6c4aa0d6a2bceb4f5f
parentdev-python/vcversioner: Remove last-rited pkg (diff)
downloadgentoo-207dc1ff64978ec8bee0af66731952f7b2443203.tar.gz
gentoo-207dc1ff64978ec8bee0af66731952f7b2443203.tar.bz2
gentoo-207dc1ff64978ec8bee0af66731952f7b2443203.zip
dev-python/xlutils: Remove last-rited pkg
Closes: https://bugs.gentoo.org/755623 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/xlutils/Manifest1
-rw-r--r--dev-python/xlutils/files/xlutils-2.0.0-fix-tests.patch23
-rw-r--r--dev-python/xlutils/metadata.xml11
-rw-r--r--dev-python/xlutils/xlutils-2.0.0-r1.ebuild44
-rw-r--r--profiles/package.mask1
5 files changed, 0 insertions, 80 deletions
diff --git a/dev-python/xlutils/Manifest b/dev-python/xlutils/Manifest
deleted file mode 100644
index 905cd18e180c..000000000000
--- a/dev-python/xlutils/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xlutils-2.0.0.tar.gz 61614 BLAKE2B 51fde8ef1a0a88ecccfb3cfb332fe8a31101d29865cfa6201001d272db34a5f210e988ccb99ba00344f80dd457a5c91866af12061af9342d556953700cf02916 SHA512 7b6c39912a2b23d718b1aaac2f21770f1e5b156fdc7416f11d4a7e6b52195ffffb982aecb52b5571599eb4928c7e09bbfb20fdf2554f0c49c286b243e2fb3ea9
diff --git a/dev-python/xlutils/files/xlutils-2.0.0-fix-tests.patch b/dev-python/xlutils/files/xlutils-2.0.0-fix-tests.patch
deleted file mode 100644
index b7e74925095e..000000000000
--- a/dev-python/xlutils/files/xlutils-2.0.0-fix-tests.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From e9edf279ba2e699be92da7611368cf92b4d87cec Mon Sep 17 00:00:00 2001
-From: Chris Withers <chris@simplistix.co.uk>
-Date: Wed, 4 Apr 2018 08:05:06 +0100
-Subject: [PATCH] fix test expectations
-
----
- xlutils/tests/test_view.py | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/xlutils/tests/test_view.py b/xlutils/tests/test_view.py
-index 7b32892..5b4aa2b 100644
---- a/xlutils/tests/test_view.py
-+++ b/xlutils/tests/test_view.py
-@@ -219,6 +219,8 @@ def test_does_not_match(self):
- ('XX',)
-
- actual:
--(u'',)'''
-+(u'',)
-+
-+While comparing [5][1]: 'XX' (expected) != u'' (actual)'''
-
- compare(expected, actual=str(s.raised))
diff --git a/dev-python/xlutils/metadata.xml b/dev-python/xlutils/metadata.xml
deleted file mode 100644
index db8ca831fa2a..000000000000
--- a/dev-python/xlutils/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">xlutils</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/xlutils/xlutils-2.0.0-r1.ebuild b/dev-python/xlutils/xlutils-2.0.0-r1.ebuild
deleted file mode 100644
index a94bad5e598f..000000000000
--- a/dev-python/xlutils/xlutils-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="provides a collection of utilities for working with Excel files"
-HOMEPAGE="https://pypi.org/project/xlutils/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- >=dev-python/xlwt-1.3[${PYTHON_USEDEP}]
- >=dev-python/xlrd-1.2[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
- test? (
- >=dev-python/errorhandler-2[${PYTHON_USEDEP}]
- >=dev-python/manuel-1.9[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.0.0-fix-tests.patch"
-)
-
-python_test() {
- # upstream runs its tests with nose, but the suite actually runs better
- # when ran through pytest...
- pytest -vv || die "Tests fail with ${EPYTHON}"
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 07bc0ea642d5..69d0454dbf6c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -297,7 +297,6 @@ games-emulation/fakenes
# (or are broken). They have no reverse dependencies, except for other
# packages from the list.
# Removal in 30 days. Bug #755623.
-dev-python/xlutils
dev-python/zict
# Jonas Stein <jstein@gentoo.org> (2020-11-12)