public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Henri Gasc" <gasc@eurecom.fr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyrr/
Date: Sun, 12 Mar 2023 17:37:56 +0000 (UTC)	[thread overview]
Message-ID: <1678642667.5c8626d61a59319a1311936d997946fe98798ac5.gasc@gentoo> (raw)

commit:     5c8626d61a59319a1311936d997946fe98798ac5
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sun Mar 12 12:00:23 2023 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sun Mar 12 17:37:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c8626d6

dev-python/pyrr: unkeyword 0.10.3 for ~x86, allow tests and doc

Closes: https://bugs.gentoo.org/893460
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/pyrr/pyrr-0.10.3.ebuild | 37 ++++++++++++++++++++++---------------
 1 file changed, 22 insertions(+), 15 deletions(-)

diff --git a/dev-python/pyrr/pyrr-0.10.3.ebuild b/dev-python/pyrr/pyrr-0.10.3.ebuild
index 574118c51..038b8a499 100644
--- a/dev-python/pyrr/pyrr-0.10.3.ebuild
+++ b/dev-python/pyrr/pyrr-0.10.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
@@ -15,32 +15,39 @@ S="${WORKDIR}/Pyrr-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
+IUSE="doc"
 
-RDEPEND=""
 BDEPEND="
 	dev-python/multipledispatch[${PYTHON_USEDEP}]
 	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/wheel[${PYTHON_USEDEP}]
-	dev-python/sphinx[${PYTHON_USEDEP}]
+	doc? (
+		dev-python/sphinx[${PYTHON_USEDEP}]
+	)
 "
 DEPEND="${BDEPEND}"
 
 python_compile() {
 	distutils-r1_python_compile
-	find ./ -type f -exec sed -i 's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' {} \;
-	emake man -C docs
+	if use doc; then
+		find "${S}/docs" -type f -exec sed -i 's/sphinx\.ext\.pngmath/sphinx\.ext\.imgmath/g' {} \;
+		emake man -C docs
+	fi
 }
 
 python_install() {
 	distutils-r1_python_install
-	doman "${S}/docs/build/man/pyrr.1"
+	use doc && doman "${S}/docs/build/man/pyrr.1"
 }
 
-# The tests failed with `module 'numpy' has no attribute 'float'`
-# distutils_enable_tests pytest
-# python_test() {
-#     cd "${T}" || die
-#     epytest "${S}"/tests || die "Tests failed with ${EPYTHON}"
-# }
+distutils_enable_tests pytest
+python_test() {
+	local EPYTEST_DESELECT="tests/test_matrix44.py::test_matrix44::test_create_perspective_projection_matrix_dtype"
+	find "${S}/tests" -iname "*.py" -exec sed -i \
+		-e 's/np\.float/float/g' \
+		-e 's/float32/np\.float32/g' \
+		-e 's/np\.int/int/g' \
+		-e 's/int16/np\.int16/g' \
+		{} \;
+	epytest "${S}/tests" || die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2023-03-12 17:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-12 17:37 Henri Gasc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-26 13:29 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyrr/ Takuya Wakazono
2024-05-31 22:16 Henri Gasc
2023-09-02 19:10 Henri Gasc
2023-02-06 18:40 Henri Gasc

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=1678642667.5c8626d61a59319a1311936d997946fe98798ac5.gasc@gentoo \
    --to=gasc@eurecom.fr \
    --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