commit: 9adcfcc881b174e4655a8de61038e7a007d1acc9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 15:47:18 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 15:48:46 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9adcfcc8
dev-python/fpylll: Enable py3.14, remove py3.11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/fpylll/Manifest | 1 + dev-python/fpylll/fpylll-0.6.4-r1.ebuild | 42 ++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/dev-python/fpylll/Manifest b/dev-python/fpylll/Manifest index 9cae89350c4b..5582c77ad8fd 100644 --- a/dev-python/fpylll/Manifest +++ b/dev-python/fpylll/Manifest @@ -1 +1,2 @@ DIST fpylll-0.6.4.tar.gz 124097 BLAKE2B 39b0da895a5d66c274fb2260ab7d33e2a973395bfc5a2cb6b5ba03d235a0bb9650b257d7b3807d1fec10093e6fe24e7553bd63a04a2d975e9947737c2231de58 SHA512 3e9f6b0f9d7c2211ff2de629cfa4b1f61ec73207809e17165f9e0a948a9749b7dda2db9613ff676eca71348f781aa152dec8b30005df9b19209892ae55a552ac +DIST fpylll-0.6.4.tar.gz.provenance 9142 BLAKE2B 899a9821a71d4333b4f8bd4e090c56092a55aea9a7f4c31c6083d1d0e45a381102c9eb9b0173f4cd43de41d4f715f561fb7d717d7176e34af026fb4846b08189 SHA512 7ab131cb6f250318f539951fd4f2cf04ae318213883547ab5b72a3dcfc63994fbe2580e8c1e635f63e7ded51e6e5f2801a8b434df246cc5ffe40115192ac1a28 diff --git a/dev-python/fpylll/fpylll-0.6.4-r1.ebuild b/dev-python/fpylll/fpylll-0.6.4-r1.ebuild new file mode 100644 index 000000000000..273b58524463 --- /dev/null +++ b/dev-python/fpylll/fpylll-0.6.4-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYPI_VERIFY_REPO=https://github.com/fplll/fpylll +PYTHON_COMPAT=( python3_{12..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python bindings for sci-libs/fplll" +HOMEPAGE=" + https://github.com/fplll/fpylll/ + https://pypi.org/project/fpylll/ +" + +# setup.py says "or later" +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~riscv" + +DEPEND=" + dev-python/cysignals[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + >=sci-libs/fplll-5.5.0 +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + >=dev-python/cython-3[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +python_test(){ + local -x PY_IGNORE_IMPORTMISMATCH=1 + epytest +}
