mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/jellyfish: Bump
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
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
|
||||
DIST jellyfish-0.5.6.tar.gz 132177 SHA256 887a9a49d0caee913a883c3e7eb185f6260ebe2137562365be422d1316bd39c9 SHA512 12f09e877dd2a9386adc336a56c8ea6566179e5ba333045ad70604c17c288fa61fad2aa9735c76c58d69dfba95f99876e608e2d05995085f970834132fb8504f WHIRLPOOL c5db2e15d44b5ca891a733165dbd68c49becbe3a66294a457483a7012fa27f70fb0941e80ada02bc2f94f6619717981b0ca3f7d3234dd6b8554148bffc396954
|
||||
|
||||
17
dev-python/jellyfish/jellyfish-0.5.6.ebuild
Normal file
17
dev-python/jellyfish/jellyfish-0.5.6.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2016 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}]"
|
||||
Reference in New Issue
Block a user