From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AC0051388C0 for ; Thu, 18 Feb 2016 19:47:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BA3221C14A; Thu, 18 Feb 2016 19:47:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38B1B21C14A for ; Thu, 18 Feb 2016 19:47:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6710E340EBC for ; Thu, 18 Feb 2016 19:47:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35F7F15FD for ; Thu, 18 Feb 2016 19:47:08 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1455824771.11eea7d66bacc06ea4db45cce31ff91a7faadf7f.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jellyfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jellyfish/Manifest dev-python/jellyfish/jellyfish-0.5.2.ebuild X-VCS-Directories: dev-python/jellyfish/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 11eea7d66bacc06ea4db45cce31ff91a7faadf7f X-VCS-Branch: master Date: Thu, 18 Feb 2016 19:47:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d9da97ef-4a75-4dc5-8012-f285899c8fad X-Archives-Hash: 11f7bfd18bba83907eb0f51b0d1a27ac commit: 11eea7d66bacc06ea4db45cce31ff91a7faadf7f Author: Patrick Lauer gentoo org> AuthorDate: Thu Feb 18 19:44:07 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Feb 18 19:46:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11eea7d6 dev-python/jellyfish: Bump Package-Manager: portage-2.2.27 dev-python/jellyfish/Manifest | 1 + dev-python/jellyfish/jellyfish-0.5.2.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/jellyfish/Manifest b/dev-python/jellyfish/Manifest index 7bda447..3be7303 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 0000000..5dd4b72 --- /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}]"