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 12CCA138326 for ; Sat, 16 Jul 2016 14:32:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F85521C107; Sat, 16 Jul 2016 14:32:57 +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 5D44621C107 for ; Sat, 16 Jul 2016 14:32:56 +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 6E6C03409ED for ; Sat, 16 Jul 2016 14:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45E352449 for ; Sat, 16 Jul 2016 14:32:51 +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: <1468679542.9ab3b7f1887d96c261e5e992e8ef538db48519c6.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.0.ebuild dev-python/fuzzywuzzy/metadata.xml X-VCS-Directories: dev-python/fuzzywuzzy/ X-VCS-Committer: alunduil X-VCS-Committer-Name: Alex Brandt X-VCS-Revision: 9ab3b7f1887d96c261e5e992e8ef538db48519c6 X-VCS-Branch: master Date: Sat, 16 Jul 2016 14:32:51 +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: 297ceb69-105d-4900-9b77-fda5c57b1d95 X-Archives-Hash: 57834f8bdbfeea9f31743964ee5eb822 commit: 9ab3b7f1887d96c261e5e992e8ef538db48519c6 Author: Alex Brandt gentoo org> AuthorDate: Sat Jul 16 14:32:22 2016 +0000 Commit: Alex Brandt gentoo org> CommitDate: Sat Jul 16 14:32:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab3b7f1 dev-python/fuzzywuzzy: add version 0.11.0 Package-Manager: portage-2.3.0 dev-python/fuzzywuzzy/Manifest | 1 + dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild | 24 ++++++++++++++++++++++++ dev-python/fuzzywuzzy/metadata.xml | 13 +++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/fuzzywuzzy/Manifest b/dev-python/fuzzywuzzy/Manifest new file mode 100644 index 0000000..6f7422a --- /dev/null +++ b/dev-python/fuzzywuzzy/Manifest @@ -0,0 +1 @@ +DIST fuzzywuzzy-0.11.0.tar.gz 17260 SHA256 3d3d961c24aec15d48e9d2a60d7fdffce18d0a168d4e0ca2dd22571d5c53cc80 SHA512 a6f88f76ccf54f775a64e9325f4b06630db2f9fe9d5d34540a0bc48e23659964c0230aa66a9bd65214c22a7b2ee0621d12e3ee85a35b29614c8039398c023eb1 WHIRLPOOL 6c5a5ec77466c5d22a098d9a3b0314d1ab9ea6e286b4053e0e472cb84b4ba3995fc8c8c2f0328a0dd096cb17b4b65b6dac67ef5fd15d47d10ee26aba89e6a909 diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild b/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild new file mode 100644 index 0000000..6368bfd --- /dev/null +++ b/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.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}" +} diff --git a/dev-python/fuzzywuzzy/metadata.xml b/dev-python/fuzzywuzzy/metadata.xml new file mode 100644 index 0000000..3e6df16 --- /dev/null +++ b/dev-python/fuzzywuzzy/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + + + alunduil@gentoo.org + Alex Brandt + + + +