From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DA2715800A for ; Sun, 16 Mar 2025 16:59:57 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 28166343255 for ; Sun, 16 Mar 2025 16:59:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 62F7F1102B7; Sun, 16 Mar 2025 16:59:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 58B0B1102B7 for ; Sun, 16 Mar 2025 16:59:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0ABE3343239 for ; Sun, 16 Mar 2025 16:59:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 683D919C6 for ; Sun, 16 Mar 2025 16:59:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1742144380.368e50983e4903952541e7a7fd01b913f8045c1c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythran/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pythran/pythran-0.17.0-r2.ebuild X-VCS-Directories: dev-python/pythran/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 368e50983e4903952541e7a7fd01b913f8045c1c X-VCS-Branch: master Date: Sun, 16 Mar 2025 16:59:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2dfdb606-de6b-47a9-9be8-3dfbad98076c X-Archives-Hash: 8464b5dbc615e38cb87be1fe9d428b37 commit: 368e50983e4903952541e7a7fd01b913f8045c1c Author: Michał Górny gentoo org> AuthorDate: Sun Mar 16 09:26:15 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 16 16:59:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368e5098 dev-python/pythran: Fix USE=test inconsistency in installed configs Signed-off-by: Michał Górny gentoo.org> dev-python/pythran/pythran-0.17.0-r2.ebuild | 104 ++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) diff --git a/dev-python/pythran/pythran-0.17.0-r2.ebuild b/dev-python/pythran/pythran-0.17.0-r2.ebuild new file mode 100644 index 000000000000..d90f54ee1551 --- /dev/null +++ b/dev-python/pythran/pythran-0.17.0-r2.ebuild @@ -0,0 +1,104 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +inherit distutils-r1 + +MY_P=${P/_p/.post} +DESCRIPTION="Ahead of Time compiler for numeric kernels" +HOMEPAGE=" + https://pypi.org/project/pythran/ + https://github.com/serge-sans-paille/pythran/ +" +SRC_URI=" + https://github.com/serge-sans-paille/pythran/archive/${PV/_p/.post}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-libs/boost + dev-cpp/xsimd + =dev-python/beniget-0.4*[${PYTHON_USEDEP}] + =dev-python/gast-0.6*[${PYTHON_USEDEP}] + dev-python/numpy:=[${PYTHON_USEDEP}] + >=dev-python/ply-3.4[${PYTHON_USEDEP}] + >=dev-python/setuptools-73.0.1[${PYTHON_USEDEP}] +" +DEPEND=" + test? ( + dev-libs/boost + dev-cpp/xsimd + ) +" +BDEPEND=" + test? ( + dev-python/ipython[${PYTHON_USEDEP}] + dev-python/pip[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] + virtual/cblas + !!dev-python/setuptools-declarative-requirements + ) +" + +EPYTEST_XDIST=1 +distutils_enable_tests pytest + +src_configure() { + # vendored C++ headers -- use system copies + rm -r pythran/{boost,xsimd} || die + + # https://bugs.gentoo.org/916461 + sed -i \ + -e 's|blas=blas|blas=cblas|' \ + -e 's|libs=|libs=cblas|' \ + pythran/pythran-*.cfg || die +} + +python_test() { + local EPYTEST_DESELECT=( + # TODO + pythran/tests/test_numpy_ufunc_unary.py::TestNumpyUFuncUnary::test_signbit0 + ) + + if has_version ">=dev-python/numpy-2[${PYTHON_USEDEP}]"; then + case ${EPYTHON} in + pypy3) + EPYTEST_DESELECT+=( + pythran/tests/test_distutils.py::TestDistutils::test_setup_bdist_install3 + pythran/tests/test_distutils.py::TestDistutils::test_setup_build3 + pythran/tests/test_distutils.py::TestDistutils::test_setup_sdist_install + pythran/tests/test_distutils.py::TestDistutils::test_setup_sdist_install2 + pythran/tests/test_distutils.py::TestDistutils::test_setup_sdist_install3 + pythran/tests/test_distutils.py::TestMeson::test_meson_build + pythran/tests/test_exception.py::TestException::test_multiple_tuple_exception_register + pythran/tests/test_ndarray.py::TestNdarray::test_ndarray_fancy_indexing1 + pythran/tests/test_numpy_fft.py::TestNumpyFFTN::test_fftn_1 + pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_ravel0 + pythran/tests/test_numpy_func3.py::TestNumpyFunc3::test_list_imag0 + pythran/tests/test_numpy_random.py::TestNumpyRandom::test_numpy_uniform_size_int + pythran/tests/test_set.py::TestSet::test_fct_symmetric_difference_update + ) + ;; + python3.13) + EPYTEST_DESELECT+=( + # repr() differences? + pythran/tests/test_xdoc.py::TestDoctest::test_tutorial + ) + esac + fi + + local -x COLUMNS=80 + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest +}