From 12795ed0561fe52503d6aa3a1c60888553a03bd2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Oct 2023 20:41:49 +0100 Subject: gentoo auto-resync : 26:10:2023 - 20:41:49 --- dev-python/fpylll/Manifest | 2 +- dev-python/fpylll/fpylll-0.6.0-r1.ebuild | 32 ++++++++++++++++++++++++++++++++ dev-python/fpylll/fpylll-0.6.0.ebuild | 32 -------------------------------- 3 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 dev-python/fpylll/fpylll-0.6.0-r1.ebuild delete mode 100644 dev-python/fpylll/fpylll-0.6.0.ebuild (limited to 'dev-python/fpylll') diff --git a/dev-python/fpylll/Manifest b/dev-python/fpylll/Manifest index 403c33e0aaa9..373901871d55 100644 --- a/dev-python/fpylll/Manifest +++ b/dev-python/fpylll/Manifest @@ -1,3 +1,3 @@ DIST fpylll-0.6.0.tar.gz 1084736 BLAKE2B de4fc2ef762a1dc931e728cae4857da34828fb929eec0cf05c076bce5b3f7475492871d016d94f9cac4515a04a7f652440511f4ba8f1b724c351a403d5375ea0 SHA512 e21ed21362cb9256dbc828f4d628602cd8b5c1a8640116f1c137e85056cedc89a73cab58c28ea12212ee92f4ed36b99796c5dbd30c55159baf9b33770b1a9aab -EBUILD fpylll-0.6.0.ebuild 698 BLAKE2B 082fe0af2030a3c14381aca6a05ae8490110e93be706a88e82b958f07be220bc71b6e05c2968834d28f3158828affdad8db6ce10c6569e6b9feb057b2aff5056 SHA512 65e57df87f05ea5979cc7ad9e00e0825908dabbbc802e6c6051639b2860bb25e2becbc2cefabdfc449fcfab9035a2646455936d07078ffb191391e89ac394a42 +EBUILD fpylll-0.6.0-r1.ebuild 702 BLAKE2B 230de506015b91b4f2838fc095b5f5e1baba801147e90a313636d873ba5f01effcf2079a97bae033b3f3e86bd52addb6cd9c195e4c62c1f6a7604fc3fe354b69 SHA512 2d5c7585058dab9bb4b1230de2d0a7f172875b07557546b08e90e2dd590bd20e75804e564558b39cd1256ac38bf238954697f7cf263c99184a132265d6385cea MISC metadata.xml 758 BLAKE2B a283c782701551a3b5de845a4707090b14a1671d311cef927cc50b89dee4e3428b02332e487232073034c821f6ea2e5cfdcbd86a827654746f060b0cfeb36d80 SHA512 89cfd778ab84ec1217e36e15e7fe1508b8c5344b2a94e8d99aa884115948e64ff88cd029060f0a64568587ce21ca328799514210c39b3b3650647e5f6f1353b8 diff --git a/dev-python/fpylll/fpylll-0.6.0-r1.ebuild b/dev-python/fpylll/fpylll-0.6.0-r1.ebuild new file mode 100644 index 000000000000..c584d02fb7ae --- /dev/null +++ b/dev-python/fpylll/fpylll-0.6.0-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 + +inherit distutils-r1 pypi + +DESCRIPTION="Python bindings for sci-libs/fplll" +HOMEPAGE="https://pypi.org/project/fpylll/ + https://github.com/fplll/fpylll" + +# setup.py says "or later" +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="sci-libs/fplll + dev-python/cysignals[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-python/cython-3[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest + +src_test(){ + PY_IGNORE_IMPORTMISMATCH=1 distutils-r1_src_test +} diff --git a/dev-python/fpylll/fpylll-0.6.0.ebuild b/dev-python/fpylll/fpylll-0.6.0.ebuild deleted file mode 100644 index f2feb1f4ee5c..000000000000 --- a/dev-python/fpylll/fpylll-0.6.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_EXT=1 - -inherit distutils-r1 pypi - -DESCRIPTION="Python bindings for sci-libs/fplll" -HOMEPAGE="https://pypi.org/project/fpylll/ - https://github.com/fplll/fpylll" - -# setup.py says "or later" -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND="sci-libs/fplll - dev-python/cysignals[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -src_test(){ - PY_IGNORE_IMPORTMISMATCH=1 distutils-r1_src_test -} -- cgit v1.2.3