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/vecrec/
Date: Fri, 27 Oct 2023 18:27:08 +0000 (UTC)	[thread overview]
Message-ID: <1698431078.4fb2e25eb3fec9f91048c6509e5caa8f7de5bd22.mgorny@gentoo> (raw)

commit:     4fb2e25eb3fec9f91048c6509e5caa8f7de5bd22
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 18:24:38 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 18:24:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb2e25e

dev-python/vecrec: Enable py3.12

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

 dev-python/vecrec/vecrec-0.3.1-r1.ebuild | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-python/vecrec/vecrec-0.3.1-r1.ebuild b/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
index d47d6a69f6e7..595c6bd2e9fc 100644
--- a/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
+++ b/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
@@ -4,29 +4,32 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 
 DESCRIPTION="2D vector and rectangle classes"
-HOMEPAGE="https://github.com/kxgames/vecrec
-	https://pypi.org/project/vecrec/"
+HOMEPAGE="
+	https://github.com/kxgames/vecrec/
+	https://pypi.org/project/vecrec/
+"
 
 LICENSE="MIT"
 KEYWORDS="~amd64"
 SLOT="0"
 
-RDEPEND="dev-python/autoprop[${PYTHON_USEDEP}]"
+RDEPEND="
+	dev-python/autoprop[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests pytest
 
 src_prepare() {
-	sed -e '/addopts/d' -i tests/pytest.ini || die
 	sed -e '/build-backend/s/flit.buildapi/flit_core.buildapi/' \
 		-e '/requires/s/flit/flit_core/' -i pyproject.toml || die
 	distutils-r1_src_prepare
 }
 
 python_test() {
-	epytest tests
+	epytest -o addopts= tests
 }


             reply	other threads:[~2023-10-27 18:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-27 18:27 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-30 17:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/vecrec/ Michał Górny
2024-06-30 17:00 Michał Górny
2023-11-23 20:38 Arthur Zamarin
2023-03-16  4:13 Michał Górny
2023-01-27 20:10 Michał Górny
2023-01-20 17:55 Arthur Zamarin
2022-05-16 13:30 Michał Górny
2022-01-07 16:49 Arthur Zamarin
2021-09-13 18:43 Arthur Zamarin
2021-09-13 18:43 Arthur Zamarin
2021-02-07 23:57 Dennis Lamm
2020-09-16  4:33 Dennis Lamm

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=1698431078.4fb2e25eb3fec9f91048c6509e5caa8f7de5bd22.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