summaryrefslogtreecommitdiff
path: root/dev-python/fuzzywuzzy/fuzzywuzzy-0.12.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/fuzzywuzzy/fuzzywuzzy-0.12.0.ebuild')
-rw-r--r--dev-python/fuzzywuzzy/fuzzywuzzy-0.12.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.12.0.ebuild b/dev-python/fuzzywuzzy/fuzzywuzzy-0.12.0.ebuild
deleted file mode 100644
index 0d64bae43e03..000000000000
--- a/dev-python/fuzzywuzzy/fuzzywuzzy-0.12.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-inherit distutils-r1
-
-DESCRIPTION="Fuzzy string matching in python"
-HOMEPAGE="https://github.com/seatgeek/fuzzywuzzy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-python_test() {
- "${PYTHON}" test_fuzzywuzzy.py || die "tests failed under ${EPYTHON}"
-}