summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 16:33:41 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 17:14:31 +0200
commit64d44f96a36c68839f610ee2b146e3448a038e4c (patch)
tree5bcf488ba111c036d8732ba8bc4c822b396571eb /dev-python/fuzzywuzzy
parentdev-python/semantic_version: Clean old versions up (diff)
downloadgentoo-64d44f96a36c68839f610ee2b146e3448a038e4c.tar.gz
gentoo-64d44f96a36c68839f610ee2b146e3448a038e4c.tar.bz2
gentoo-64d44f96a36c68839f610ee2b146e3448a038e4c.zip
dev-python/fuzzywuzzy: Clean old versions up
Diffstat (limited to 'dev-python/fuzzywuzzy')
-rw-r--r--dev-python/fuzzywuzzy/Manifest2
-rw-r--r--dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild23
-rw-r--r--dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.ebuild23
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/fuzzywuzzy/Manifest b/dev-python/fuzzywuzzy/Manifest
index c853b4b1b8b2..0536c62c6e6a 100644
--- a/dev-python/fuzzywuzzy/Manifest
+++ b/dev-python/fuzzywuzzy/Manifest
@@ -1,3 +1 @@
-DIST fuzzywuzzy-0.11.0.tar.gz 17260 SHA256 3d3d961c24aec15d48e9d2a60d7fdffce18d0a168d4e0ca2dd22571d5c53cc80 SHA512 a6f88f76ccf54f775a64e9325f4b06630db2f9fe9d5d34540a0bc48e23659964c0230aa66a9bd65214c22a7b2ee0621d12e3ee85a35b29614c8039398c023eb1 WHIRLPOOL 6c5a5ec77466c5d22a098d9a3b0314d1ab9ea6e286b4053e0e472cb84b4ba3995fc8c8c2f0328a0dd096cb17b4b65b6dac67ef5fd15d47d10ee26aba89e6a909
-DIST fuzzywuzzy-0.11.1.tar.gz 17364 SHA256 093365555f9c8f170d4d6af4db3c5f23c2d587d3a03ba150c9cab51b9bce3594 SHA512 20b28be5eb0a2b8e618c0c6238364ca56668c56a41489f1c2a7358e898ca36eef7b69029c74b5bc764e0aeda0cb10ece1b1ab3f10a14a47567781dff56214e89 WHIRLPOOL a41ed0bf16024703a9f121a0c1d67a6ca0f7c248814f6ffd711e7d779990a57d5bc9c0323e43afb369c96a0ef3d69a57d30bd545d004c268d647b6fd9f6e5d0b
DIST fuzzywuzzy-0.12.0.tar.gz 25792 SHA256 0a39865799ada1d514c8ac612194a2d1c8a335f67c17078d5ab0bb9ec980ac33 SHA512 d4312342af9e3fc9383e1967e60b2856af73e8ad869f6b694d3f737d0280cd840dc42779b0407aefce2571d98c97ab780912943078c4d94dd77502c4e28bd2cc WHIRLPOOL 161c464690b9f2479f0eaa158619c764fa179371aa7bfe4757dd5e68ab84dc819e001da7a04f1be54815ad49de299cabc39c44fbf1bba7c5a2a29c50dd1975e1
diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild b/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild
deleted file mode 100644
index 2dbe71fffcfe..000000000000
--- a/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-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}"
-}
diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.ebuild b/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.ebuild
deleted file mode 100644
index 2dbe71fffcfe..000000000000
--- a/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-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}"
-}