From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-augeas/
Date: Fri, 12 Jul 2024 19:26:35 +0000 (UTC) [thread overview]
Message-ID: <1720812376.c6d992b2ed85048a3203ee45fdbef8791ce0dcb9.mgorny@gentoo> (raw)
commit: c6d992b2ed85048a3203ee45fdbef8791ce0dcb9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 19:09:56 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 19:26:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d992b2
dev-python/python-augeas: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../python-augeas/python-augeas-1.1.0-r1.ebuild | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild b/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild
index 78f839353bf6..ca40202fd398 100644
--- a/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild
+++ b/dev-python/python-augeas/python-augeas-1.1.0-r1.ebuild
@@ -5,12 +5,16 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION="Python bindings for Augeas"
-HOMEPAGE="http://augeas.net/"
+HOMEPAGE="
+ http://augeas.net/
+ https://github.com/hercules-team/python-augeas/
+ https://pypi.org/project/python-augeas/
+"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -20,11 +24,12 @@ RDEPEND="
app-admin/augeas
>=dev-python/cffi-1.0.0[${PYTHON_USEDEP}]
"
-DEPEND="${RDEPEND}"
+BDEPEND="
+ ${RDEPEND}
+"
-PATCHES=( "${FILESDIR}/remove-tests.patch" )
+PATCHES=(
+ "${FILESDIR}/remove-tests.patch"
+)
-python_test() {
- cd test || die
- "${EPYTHON}" test_augeas.py || die "Tests failed with ${EPYTHON}"
-}
+distutils_enable_tests unittest
next reply other threads:[~2024-07-12 19:26 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-12 19:26 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-12 19:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-augeas/ Michał Górny
2024-04-03 17:06 Matthew Thode
2022-07-25 7:14 Michał Górny
2022-07-25 7:07 Agostino Sarubbo
2022-06-17 6:40 Arthur Zamarin
2022-06-17 6:40 Arthur Zamarin
2021-08-11 22:35 Louis Sautier
2020-12-03 3:24 Matthew Thode
2020-07-11 7:51 Michał Górny
2020-07-11 7:51 Michał Górny
2020-07-09 8:59 Agostino Sarubbo
2020-02-05 20:47 Michał Górny
2019-10-21 19:50 Matthew Thode
2019-10-21 19:50 Matthew Thode
2019-05-16 16:00 Matthew Thode
2017-11-02 4:28 Matt Thode
2017-05-16 20:55 Manuel Rüger
2017-02-23 20:21 Matt Thode
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=1720812376.c6d992b2ed85048a3203ee45fdbef8791ce0dcb9.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