From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/transaction/
Date: Sat, 4 Feb 2023 22:08:36 +0000 (UTC) [thread overview]
Message-ID: <1675548512.edaa5f5e96396eed9832e5fa0e65aca45c34a875.julien@gentoo> (raw)
commit: edaa5f5e96396eed9832e5fa0e65aca45c34a875
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Feb 4 22:07:59 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Feb 4 22:08:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edaa5f5e
dev-python/transaction: add py3.11, drop py3.8
use PEP517
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
.../{transaction-3.0.1.ebuild => transaction-3.0.1-r1.ebuild} | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-python/transaction/transaction-3.0.1.ebuild b/dev-python/transaction/transaction-3.0.1-r1.ebuild
similarity index 74%
rename from dev-python/transaction/transaction-3.0.1.ebuild
rename to dev-python/transaction/transaction-3.0.1-r1.ebuild
index ddb3e0364..b65f35772 100644
--- a/dev-python/transaction/transaction-3.0.1.ebuild
+++ b/dev-python/transaction/transaction-3.0.1-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1
@@ -28,10 +29,10 @@ BDEPEND="
DOCS="CHANGES.rst README.rst"
-distutils_enable_tests nose
+distutils_enable_tests unittest
distutils_enable_sphinx docs
src_test() {
- cd src || die
- python_foreach_impl python_test
+ cd "${S}/src" || die
+ distutils-r1_src_test
}
next reply other threads:[~2023-02-04 22:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-04 22:08 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-04 2:21 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/transaction/ Julien Roy
2023-04-13 3:36 Julien Roy
2023-04-11 3:00 Julien Roy
2023-03-17 13:01 Anna Vyalkova
2021-10-26 16:35 Alessandro Barbieri
2021-10-25 11:20 Alessandro Barbieri
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=1675548512.edaa5f5e96396eed9832e5fa0e65aca45c34a875.julien@gentoo \
--to=julien@jroy.ca \
--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