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/whoosh/
Date: Sat, 15 Jun 2024 19:15:39 +0000 (UTC)	[thread overview]
Message-ID: <1718478923.f0eb0af7ebefb64aa0cc52f24deadd0180194597.mgorny@gentoo> (raw)

commit:     f0eb0af7ebefb64aa0cc52f24deadd0180194597
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 19:07:02 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 19:15:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0eb0af7

dev-python/whoosh: Enable py3.13

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

 dev-python/whoosh/whoosh-2.7.4-r2.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/whoosh/whoosh-2.7.4-r2.ebuild b/dev-python/whoosh/whoosh-2.7.4-r2.ebuild
index 8b2f267ea928..4e4aa79962dc 100644
--- a/dev-python/whoosh/whoosh-2.7.4-r2.ebuild
+++ b/dev-python/whoosh/whoosh-2.7.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Fast, pure-Python full text indexing, search and spell checking library"
@@ -26,13 +26,16 @@ PATCHES=(
 distutils_enable_sphinx docs/source
 distutils_enable_tests pytest
 
+EPYTEST_DESELECT=(
+	# TODO
+	tests/test_automata.py::test_minimize_dfa
+)
+
 python_prepare_all() {
 	# (backport from upstream)
 	sed -i -e '/cmdclass/s:pytest:PyTest:' setup.py || die
 	# fix old section name
 	sed -i -e 's@\[pytest\]@[tool:pytest]@' setup.cfg || die
-	# TODO: broken?
-	sed -i -e 's:test_minimize_dfa:_&:' tests/test_automata.py || die
 
 	distutils-r1_python_prepare_all
 }


             reply	other threads:[~2024-06-15 19:15 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-15 19:15 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-18 20:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/whoosh/ Michał Górny
2023-05-29 21:55 Sam James
2023-03-25 17:19 Michał Górny
2022-06-17  4:54 Michał Górny
2022-06-16 23:05 Jakov Smolić
2022-06-16 19:12 Michał Górny
2022-06-16 15:46 Sam James
2022-06-16 15:46 Sam James
2022-06-16 10:16 Jakov Smolić
2022-06-16  9:56 Jakov Smolić
2022-06-16  9:56 Jakov Smolić
2022-06-16  9:40 Jakov Smolić
2022-05-14 12:05 Arthur Zamarin
2022-05-14 12:05 Arthur Zamarin
2021-09-26  7:05 James Le Cuirot
2021-07-27 11:00 Marek Szuba
2021-06-04 12:00 Michał Górny
2020-09-20 13:11 Michał Górny
2020-08-23 11:45 David Seifert
2020-05-31 17:17 Michał Górny
2020-05-01 12:54 Michał Górny
2020-03-29 12:03 Michał Górny
2019-12-30 21:54 Piotr Karbowski
2018-10-14 13:32 Mikle Kolyada
2018-02-22 18:06 Michał Górny
2017-12-16 21:49 Mike Gilbert
2017-12-16 21:22 Mike Gilbert
2017-08-13 13:03 Sergei Trofimovich
2017-08-13 11:16 Sergei Trofimovich
2017-07-29 20:38 Matt Thode
2017-07-18  8:25 Sergei Trofimovich
2017-07-01 10:14 Sergei Trofimovich
2017-06-17 15:36 Agostino Sarubbo
2017-05-26 21:42 Mart Raudsepp
2017-05-11 19:34 Markus Meier
2017-05-03 11:41 Michał Górny
2017-03-29  3:17 Jeroen Roovers
2017-02-19  8:29 Markus Meier
2017-02-05 13:28 Jeroen Roovers
2017-01-10 21:04 Tobias Klausmann
2016-11-03 16:19 Göktürk Yüksek
2016-04-05 23:26 Anthony G. Basile
2016-04-05 23:26 Anthony G. Basile
2016-04-03 16:05 Anthony G. Basile
2016-02-14 18:35 Patrick Lauer
2015-12-06  9:59 Ian Delaney
2015-10-22 11:09 Justin Lecher

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=1718478923.f0eb0af7ebefb64aa0cc52f24deadd0180194597.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