public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/textdistance/
Date: Wed, 17 Jul 2024 12:35:21 +0000 (UTC)	[thread overview]
Message-ID: <1721219713.1d695d91094443b072b7806225b391a84cb45d7a.mgorny@gentoo> (raw)

commit:     1d695d91094443b072b7806225b391a84cb45d7a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 09:51:57 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 12:35:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d695d91

dev-python/textdistance: Bump to 4.6.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/textdistance/Manifest                  |  1 +
 dev-python/textdistance/textdistance-4.6.3.ebuild | 36 +++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/textdistance/Manifest b/dev-python/textdistance/Manifest
index 49bb4897b572..f480ccbdbe2a 100644
--- a/dev-python/textdistance/Manifest
+++ b/dev-python/textdistance/Manifest
@@ -1 +1,2 @@
 DIST textdistance-4.6.2.gh.tar.gz 46619 BLAKE2B 0a205bd5615f252f4ab832597b26cd81f3a817fa9544675b947b2ba8a9d8c128ad261a09fb1ee118e0ca807ff7721f3594de5da11f5df59c90c2d9b7110b84ff SHA512 4e5ec7ef76cfd45b05f5813d624d934a6aa90c326b8bc1af50fdde51c4fda141d5aa826e7a145f4cf59f7d7cbcdcf775746eeb197a2adef3c62ad8570d699890
+DIST textdistance-4.6.3.gh.tar.gz 46631 BLAKE2B 9d4c2172934ba14326fe8ecdf7e955cd664196e58d8cc0c58f712525e6ea3aaa267879c09ba5a67ab015f6abd37593af959f02262c5a4a2fa08a859fe38a52b4 SHA512 ad9b8e031a8ae11dd2cd0f8ee8ee42f15e14eccc05910a45b4b5bf2f2048c4895da354832f88957502998b423616a54e64b94a093e4ddb7be2744c19e7f283e9

diff --git a/dev-python/textdistance/textdistance-4.6.3.ebuild b/dev-python/textdistance/textdistance-4.6.3.ebuild
new file mode 100644
index 000000000000..cbe654456441
--- /dev/null
+++ b/dev-python/textdistance/textdistance-4.6.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Compute distance between the two texts"
+HOMEPAGE="
+	https://github.com/life4/textdistance/
+	https://pypi.org/project/textdistance/
+"
+SRC_URI="
+	https://github.com/life4/textdistance/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/hypothesis[${PYTHON_USEDEP}]
+		dev-python/numpy[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+	tests/test_external.py
+)


             reply	other threads:[~2024-07-17 12:35 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-17 12:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-03  8:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/textdistance/ Michał Górny
2024-08-03  8:30 Jakov Smolić
2024-06-10 20:24 Petr Vaněk
2024-05-11  8:13 Michał Górny
2024-05-11  7:28 Arthur Zamarin
2024-04-24 13:42 Michał Górny
2024-01-13 12:45 Michał Górny
2024-01-13 12:02 Sam James
2023-12-29 17:08 Arthur Zamarin
2023-11-24 15:55 Arthur Zamarin
2023-11-23 19:00 Michał Górny
2023-11-17 15:35 Andrew Ammerlaan
2023-11-02  5:44 Michał Górny
2023-11-01 20:37 Arthur Zamarin
2023-09-28 17:08 Michał Górny
2023-09-14  9:13 Andrew Ammerlaan
2022-12-22 15:45 Michał Górny
2022-11-19 16:57 Arthur Zamarin
2022-11-07 21:53 Andrew Ammerlaan
2022-10-25 12:12 Michał Górny
2022-10-25 10:44 Sam James
2022-09-26  6:06 Michał Górny
2022-09-25 23:58 Sam James
2022-09-19 18:35 Arthur Zamarin
2022-08-21 17:41 Arthur Zamarin
2022-08-03  7:04 Michał Górny
2022-08-02 20:27 Sam James
2022-06-29 17:08 Arthur Zamarin
2022-06-05  5:53 Michał Górny
2022-04-24 11:06 Jakov Smolić
2021-12-02  9:39 Michał Górny
2021-12-02  8:56 Arthur Zamarin
2021-10-28  7:00 Michał Górny
2021-09-16  6:34 Arthur Zamarin
2021-06-27  6:21 Michał Górny
2021-06-27  5:38 Sam James
2021-06-27  5:38 Sam James
2021-04-13  7:36 Agostino Sarubbo
2021-04-09 11:49 Joonas Niilola
2021-04-04 16:03 Thomas Deutschmann
2021-03-21 13:35 Joonas Niilola
2021-03-21 13:35 Joonas Niilola
2021-01-16  8:05 Joonas Niilola

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=1721219713.1d695d91094443b072b7806225b391a84cb45d7a.mgorny@gentoo \
    --to=mgorny@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