From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fuzzywuzzy/
Date: Sat, 6 Aug 2016 14:40:37 +0000 (UTC) [thread overview]
Message-ID: <1470494412.074108ec6499427ef6b19fad90454c3a7c633f51.alunduil@gentoo> (raw)
commit: 074108ec6499427ef6b19fad90454c3a7c633f51
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 14:36:38 2016 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> 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}"
+}
next reply other threads:[~2016-08-06 14:40 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-06 14:40 Alex Brandt [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 9:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/fuzzywuzzy/ WANG Xuerui
2024-07-01 5:03 Arthur Zamarin
2024-06-14 11:42 Petr Vaněk
2024-06-14 11:42 Petr Vaněk
2023-08-20 9:17 Michał Górny
2023-06-27 11:54 Michał Górny
2023-06-27 5:19 Jakov Smolić
2023-05-20 7:02 Michał Górny
2023-05-20 7:02 Michał Górny
2023-03-16 3:50 Michał Górny
2023-02-13 3:22 Matt Turner
2022-05-17 12:20 Andrew Ammerlaan
2022-02-07 22:29 Sam James
2022-02-07 20:14 Arthur Zamarin
2022-02-07 9:35 Sam James
2021-11-19 11:39 Arthur Zamarin
2021-11-19 7:59 Arthur Zamarin
2021-11-18 10:50 Sam James
2021-11-15 16:29 Agostino Sarubbo
2021-09-20 6:25 Agostino Sarubbo
2021-09-10 1:27 Sam James
2021-08-28 8:16 Arthur Zamarin
2021-07-26 2:27 Sam James
2021-07-12 0:58 Sam James
2021-07-08 7:11 Sergei Trofimovich
2021-07-08 7:09 Sergei Trofimovich
2021-06-24 15:07 Sergei Trofimovich
2021-03-11 12:55 Sam James
2021-03-02 21:23 Rick Farina
2020-03-27 10:42 Michał Górny
2020-03-23 21:40 Piotr Karbowski
2019-12-23 2:25 Aaron Bauman
2018-06-24 12:20 Pacho Ramos
2016-09-24 15:15 Alex Brandt
2016-07-16 14:32 Alex Brandt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1470494412.074108ec6499427ef6b19fad90454c3a7c633f51.alunduil@gentoo \
--to=alunduil@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox