commit: 774e813703e99342be016b6090947ce5c5b26360
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 16 18:44:37 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 18:44:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774e8137
dev-python/tabulate: Remove py2 virtuals
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tabulate/tabulate-0.8.1.ebuild | 6 ------
dev-python/tabulate/tabulate-0.8.3.ebuild | 1 -
dev-python/tabulate/tabulate-0.8.6.ebuild | 1 -
3 files changed, 8 deletions(-)
diff --git a/dev-python/tabulate/tabulate-0.8.1.ebuild
b/dev-python/tabulate/tabulate-0.8.1.ebuild
index 7511178e7f2..fd804696e1a 100644
--- a/dev-python/tabulate/tabulate-0.8.1.ebuild
+++ b/dev-python/tabulate/tabulate-0.8.1.ebuild
@@ -14,12 +14,6 @@ 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=""
-DEPEND="${RDEPEND}
- test? ( virtual/python-funcsigs[${PYTHON_USEDEP}] )
-"
# Missing something in tarball
#
diff --git a/dev-python/tabulate/tabulate-0.8.3.ebuild
b/dev-python/tabulate/tabulate-0.8.3.ebuild
index ca367d3640d..1904db96f28 100644
--- a/dev-python/tabulate/tabulate-0.8.3.ebuild
+++ b/dev-python/tabulate/tabulate-0.8.3.ebuild
@@ -28,7 +28,6 @@ DEPEND="
dev-python/nose[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
- virtual/python-funcsigs[${PYTHON_USEDEP}]
)
"
diff --git a/dev-python/tabulate/tabulate-0.8.6.ebuild
b/dev-python/tabulate/tabulate-0.8.6.ebuild
index de51686e88f..f59bcaa21a1 100644
--- a/dev-python/tabulate/tabulate-0.8.6.ebuild
+++ b/dev-python/tabulate/tabulate-0.8.6.ebuild
@@ -26,7 +26,6 @@ BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
$(python_gen_impl_dep 'sqlite')
dev-python/colorclass[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]'
'python3*')
- virtual/python-funcsigs[${PYTHON_USEDEP}]
)
"