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, 16 Jul 2016 14:32:51 +0000 (UTC) [thread overview]
Message-ID: <1468679542.9ab3b7f1887d96c261e5e992e8ef538db48519c6.alunduil@gentoo> (raw)
commit: 9ab3b7f1887d96c261e5e992e8ef538db48519c6
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 14:32:22 2016 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>alunduil@gentoo.org</email>
+ <name>Alex Brandt</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>
next reply other threads:[~2016-07-16 14:32 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-16 14:32 Alex Brandt [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-06 14:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/fuzzywuzzy/ Alex Brandt
2016-09-24 15:15 Alex Brandt
2018-06-24 12:20 Pacho Ramos
2019-12-23 2:25 Aaron Bauman
2020-03-23 21:40 Piotr Karbowski
2020-03-27 10:42 Michał Górny
2021-03-02 21:23 Rick Farina
2021-03-11 12:55 Sam James
2021-06-24 15:07 Sergei Trofimovich
2021-07-08 7:09 Sergei Trofimovich
2021-07-08 7:11 Sergei Trofimovich
2021-07-12 0:58 Sam James
2021-07-26 2:27 Sam James
2021-08-28 8:16 Arthur Zamarin
2021-09-10 1:27 Sam James
2021-09-20 6:25 Agostino Sarubbo
2021-11-15 16:29 Agostino Sarubbo
2021-11-18 10:50 Sam James
2021-11-19 7:59 Arthur Zamarin
2021-11-19 11:39 Arthur Zamarin
2022-02-07 9:35 Sam James
2022-02-07 20:14 Arthur Zamarin
2022-02-07 22:29 Sam James
2022-05-17 12:20 Andrew Ammerlaan
2023-02-13 3:22 Matt Turner
2023-03-16 3:50 Michał Górny
2023-05-20 7:02 Michał Górny
2023-05-20 7:02 Michał Górny
2023-06-27 5:19 Jakov Smolić
2023-06-27 11:54 Michał Górny
2023-08-20 9:17 Michał Górny
2024-06-14 11:42 Petr Vaněk
2024-06-14 11:42 Petr Vaněk
2024-07-01 5:03 Arthur Zamarin
2025-03-09 9:11 WANG Xuerui
2025-10-26 19:14 Michał Górny
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=1468679542.9ab3b7f1887d96c261e5e992e8ef538db48519c6.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