summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-02-18 20:44:07 +0100
committerPatrick Lauer <patrick@gentoo.org>2016-02-18 20:46:11 +0100
commit11eea7d66bacc06ea4db45cce31ff91a7faadf7f (patch)
tree1a6fd3eb511bc335ed62db081bac969f8df193eb
parentdev-python/jdcal: Bump (diff)
downloadgentoo-11eea7d66bacc06ea4db45cce31ff91a7faadf7f.tar.gz
gentoo-11eea7d66bacc06ea4db45cce31ff91a7faadf7f.tar.bz2
gentoo-11eea7d66bacc06ea4db45cce31ff91a7faadf7f.zip
dev-python/jellyfish: Bump
Package-Manager: portage-2.2.27
-rw-r--r--dev-python/jellyfish/Manifest1
-rw-r--r--dev-python/jellyfish/jellyfish-0.5.2.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/jellyfish/Manifest b/dev-python/jellyfish/Manifest
index 7bda4475518f..3be7303bf16b 100644
--- a/dev-python/jellyfish/Manifest
+++ b/dev-python/jellyfish/Manifest
@@ -1 +1,2 @@
DIST jellyfish-0.5.1.tar.gz 21766 SHA256 e297b7a5d00579b0da0474a89273fff759f305de88e05d6a1d0ebd4cb58c49e8 SHA512 2cb72651664c7314dba01659315fcdc1248e519f04171056d29fe57c6ef4a7eb9f7c8224827aa982aa52d4216a20b3ad8bd0dbb097f0e844ce292dbb3c963753 WHIRLPOOL 280b5fad06b8098c40d953ce3b524db08787ea12cb335daf6b2d627fea20bf3fdc69af60b6f4ab1a6732157716237b1b6bf5dce65812422fadf3c2228588c172
+DIST jellyfish-0.5.2.tar.gz 20802 SHA256 96a96630a1dec21e634b967b040d42d1cb316b9a54885b434e2fbe90d704b397 SHA512 1a3387738ecd64829c5bb042e4a02e9b752436e8d34d58b5493c5f8466135562c08b69e523121af4894f689a2e03a6ba33f56abfa505d709d723a24d36cb0373 WHIRLPOOL 087854519c997e4bb59e953442e5005b577cf23785270ff317e88b556b64f55221c2f3bfbc4da7d97b35c77bc96768774f5967a968b89a42762eb9dc1934f47b
diff --git a/dev-python/jellyfish/jellyfish-0.5.2.ebuild b/dev-python/jellyfish/jellyfish-0.5.2.ebuild
new file mode 100644
index 000000000000..5dd4b7250b9f
--- /dev/null
+++ b/dev-python/jellyfish/jellyfish-0.5.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+inherit distutils-r1
+
+DESCRIPTION="Python module for doing approximate and phonetic matching of strings"
+HOMEPAGE="https://github.com/jamesturk/jellyfish https://pypi.python.org/pypi/jellyfish"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"