summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-29 12:00:56 +0200
committerMichał Górny <mgorny@gentoo.org>2020-03-29 12:13:10 +0200
commit81eddcd315d1aeb3d15dedd1dede09e94995bad5 (patch)
tree8a14553da82729fd338ee2109002696e6997af8c /dev-python/toolz/toolz-0.8.2.ebuild
parentdev-python/toml: Remove redundant versions (diff)
downloadgentoo-81eddcd315d1aeb3d15dedd1dede09e94995bad5.tar.gz
gentoo-81eddcd315d1aeb3d15dedd1dede09e94995bad5.tar.bz2
gentoo-81eddcd315d1aeb3d15dedd1dede09e94995bad5.zip
dev-python/toolz: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/toolz/toolz-0.8.2.ebuild')
-rw-r--r--dev-python/toolz/toolz-0.8.2.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/toolz/toolz-0.8.2.ebuild b/dev-python/toolz/toolz-0.8.2.ebuild
deleted file mode 100644
index 0a342536e08d..000000000000
--- a/dev-python/toolz/toolz-0.8.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="List processing tools and functional utilities"
-HOMEPAGE="https://pypi.org/project/toolz/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"