From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C4C413832E for ; Sat, 6 Aug 2016 14:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4ED5E0B75; Sat, 6 Aug 2016 14:40:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35233E0B75 for ; Sat, 6 Aug 2016 14:40:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5014340B77 for ; Sat, 6 Aug 2016 14:40:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 421267D6 for ; Sat, 6 Aug 2016 14:40:37 +0000 (UTC) From: "Alex Brandt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Brandt" Message-ID: <1470494412.074108ec6499427ef6b19fad90454c3a7c633f51.alunduil@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fuzzywuzzy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fuzzywuzzy/Manifest dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.ebuild X-VCS-Directories: dev-python/fuzzywuzzy/ X-VCS-Committer: alunduil X-VCS-Committer-Name: Alex Brandt X-VCS-Revision: 074108ec6499427ef6b19fad90454c3a7c633f51 X-VCS-Branch: master Date: Sat, 6 Aug 2016 14:40:37 +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: d680dde2-e1bc-495e-b4bd-cf60e7f71737 X-Archives-Hash: f4cd7444be8ab9d5d866ff2f10e3ea1e commit: 074108ec6499427ef6b19fad90454c3a7c633f51 Author: Alex Brandt gentoo org> AuthorDate: Sat Aug 6 14:36:38 2016 +0000 Commit: Alex Brandt gentoo org> CommitDate: Sat Aug 6 14:40:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074108ec dev-python/fuzzywuzzy: add version 0.11.1 Package-Manager: portage-2.3.0 dev-python/fuzzywuzzy/Manifest | 1 + dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/fuzzywuzzy/Manifest b/dev-python/fuzzywuzzy/Manifest index 6f7422a..463cb87 100644 --- a/dev-python/fuzzywuzzy/Manifest +++ b/dev-python/fuzzywuzzy/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.ebuild b/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.ebuild new file mode 100644 index 0000000..6368bfd --- /dev/null +++ b/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}" +}