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/fixtures/
Date: Sun, 31 May 2020 15:42:35 +0000 (UTC)	[thread overview]
Message-ID: <1590939744.e0855f6d069f394582bd55ab7042ba37e1515c44.mgorny@gentoo> (raw)

commit:     e0855f6d069f394582bd55ab7042ba37e1515c44
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 14:43:26 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 31 15:42:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0855f6d

dev-python/fixtures: Port to py39

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

 dev-python/fixtures/fixtures-3.0.0.ebuild | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-python/fixtures/fixtures-3.0.0.ebuild b/dev-python/fixtures/fixtures-3.0.0.ebuild
index d659f853923..0f6eb5d60dc 100644
--- a/dev-python/fixtures/fixtures-3.0.0.ebuild
+++ b/dev-python/fixtures/fixtures-3.0.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
 
 inherit distutils-r1
 
@@ -25,7 +25,14 @@ RDEPEND="
 	>=dev-python/testtools-0.9.22[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
 	test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-#DISTUTILS_IN_SOURCE_BUILD=1
+
+src_prepare() {
+	# broken on py3.9
+	# https://github.com/testing-cabal/fixtures/issues/44
+	sed -i -e 's:test_patch_classmethod_with:_&:' \
+		fixtures/tests/_fixtures/test_monkeypatch.py || die
+	distutils-r1_src_prepare
+}
 
 python_test() {
 	emake check


             reply	other threads:[~2020-05-31 15:43 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-31 15:42 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-18  3:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/fixtures/ Michał Górny
2025-04-12 18:54 Michał Górny
2025-03-08 10:55 Michał Górny
2025-03-08 10:48 Arthur Zamarin
2025-03-01 11:57 Michał Górny
2025-03-01  9:29 Arthur Zamarin
2025-02-18 13:08 Michał Górny
2025-02-14  5:19 Michał Górny
2025-02-13  7:27 Michał Górny
2025-01-11  9:29 Michał Górny
2025-01-11  8:38 Arthur Zamarin
2024-12-27  5:24 Michał Górny
2024-06-10 18:57 Michał Górny
2023-07-05  8:03 Michał Górny
2023-07-05  5:56 Arthur Zamarin
2023-05-31 10:50 Michał Górny
2023-05-26 17:44 Michał Górny
2023-05-26 17:44 Michał Górny
2023-03-16  3:50 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-08-02 17:12 Arthur Zamarin
2022-07-02  4:47 Michał Górny
2022-06-21 18:48 Arthur Zamarin
2022-06-21 18:37 Arthur Zamarin
2022-05-21  6:47 Michał Górny
2022-02-02  7:29 Sam James
2021-07-05 10:56 Michał Górny
2021-07-01 14:06 Marek Szuba
2020-03-27  8:58 Michał Górny
2020-03-27  8:58 Michał Górny
2020-03-27  8:58 Michał Górny
2018-08-20  5:24 Mikle Kolyada
2018-07-09 23:30 Mikle Kolyada
2018-02-18  0:03 Patrice Clement
2018-02-13 22:03 Matt Thode
2017-07-29 20:38 Matt Thode
2017-07-29 20:38 Matt Thode
2017-07-18  8:25 Sergei Trofimovich
2017-06-26 11:43 Alexis Ballier
2015-11-22  8:38 Markus Meier
2015-11-22  5:38 Jeroen Roovers
2015-11-18 10:19 Agostino Sarubbo
2015-11-02 13:12 Agostino Sarubbo
2015-11-02 13:09 Agostino Sarubbo
2015-10-15 14:41 Justin Lecher
2015-10-14 13:40 Justin Lecher
2015-10-10 18:49 Mikle Kolyada
2015-08-24 10:12 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=1590939744.e0855f6d069f394582bd55ab7042ba37e1515c44.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