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 3F6A9138334 for ; Mon, 23 Dec 2019 02:25:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10F1AE0CE2; Mon, 23 Dec 2019 02:25:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFD7EE0CB1 for ; Mon, 23 Dec 2019 02:25:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAAE634DABB for ; Mon, 23 Dec 2019 02:25:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D0431F513 for ; Mon, 23 Dec 2019 02:25:01 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1577067887.3211b572fca57d640d10ca68142d4b6a0fe13188.bman@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.17.0.ebuild X-VCS-Directories: dev-python/fuzzywuzzy/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3211b572fca57d640d10ca68142d4b6a0fe13188 X-VCS-Branch: master Date: Mon, 23 Dec 2019 02:25:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d29b1d34-072c-452a-973d-c07afbe3f415 X-Archives-Hash: a8044ad3b5b2f2698f24461d98591297 commit: 3211b572fca57d640d10ca68142d4b6a0fe13188 Author: Yury Martynov linxon ru> AuthorDate: Fri Dec 20 13:43:16 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Dec 23 02:24:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3211b572 dev-python/fuzzywuzzy: bump to 0.17.0, add python3_{7,8} support Closes: https://bugs.gentoo.org/703414 Closes: https://bugs.gentoo.org/656768 Closes: https://bugs.gentoo.org/639810 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Yury Martynov linxon.ru> Closes: https://github.com/gentoo/gentoo/pull/14057 Signed-off-by: Aaron Bauman gentoo.org> dev-python/fuzzywuzzy/Manifest | 1 + dev-python/fuzzywuzzy/fuzzywuzzy-0.17.0.ebuild | 27 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/fuzzywuzzy/Manifest b/dev-python/fuzzywuzzy/Manifest index ebf52415ea3..73da489570d 100644 --- a/dev-python/fuzzywuzzy/Manifest +++ b/dev-python/fuzzywuzzy/Manifest @@ -1 +1,2 @@ DIST fuzzywuzzy-0.12.0.tar.gz 25792 BLAKE2B bb800d0ff020bf7b3b4b0374dbfdbd788da6cb3d72e5a8a63e331c1a1a38d6317c6f56563d36015d72b86c86755552644958cb84b99f27a6b739f372a3207ed7 SHA512 d4312342af9e3fc9383e1967e60b2856af73e8ad869f6b694d3f737d0280cd840dc42779b0407aefce2571d98c97ab780912943078c4d94dd77502c4e28bd2cc +DIST fuzzywuzzy-0.17.0.tar.gz 27321 BLAKE2B 640f38954501a19cfabdb302faf93c57ca62f60e8aac576cd5098e947559cbedd2a769cd2e88f7bc71071ce61aca0a6c075ed9a8fcfdc57f5b90d4579895f346 SHA512 10fb91d85f2e612885543a442959f3c88bf9d3dc468718a1fb92bf443f1753abfc04a9b07935a0d523508b38fc1ba9a7ba391a17b5f01160c26cc2c98d1f6c1d diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.17.0.ebuild b/dev-python/fuzzywuzzy/fuzzywuzzy-0.17.0.ebuild new file mode 100644 index 00000000000..8ff35c55737 --- /dev/null +++ b/dev-python/fuzzywuzzy/fuzzywuzzy-0.17.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) + +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" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="test" + +RESTRICT="!test? ( test )" + +DEPEND="test? ( dev-python/pycodestyle[${PYTHON_USEDEP}] )" +RDEPEND="${PYTHON_DEPS} + dev-python/python-levenshtein[${PYTHON_USEDEP}]" + +python_test() { + "${PYTHON}" test_fuzzywuzzy.py || die "tests failed under ${EPYTHON}" +}