commit:     b7c146b93883e485823f4573f43133c0954bb389
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 18:28:44 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 18:28:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c146b9

dev-python/fpylll: Remove old

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

 dev-python/fpylll/Manifest                         |  1 -
 dev-python/fpylll/files/fpylll-0.6.1-testfix.patch | 24 ------------
 dev-python/fpylll/fpylll-0.6.1.ebuild              | 43 ----------------------
 3 files changed, 68 deletions(-)

diff --git a/dev-python/fpylll/Manifest b/dev-python/fpylll/Manifest
index 5cd10f6be752..80cecd0b4204 100644
--- a/dev-python/fpylll/Manifest
+++ b/dev-python/fpylll/Manifest
@@ -1,2 +1 @@
-DIST fpylll-0.6.1.tar.gz 1083895 BLAKE2B 
091d757a1c64830307c0dffe10418305a625f1eceabee251a4f6d06e6fe7eb449ec85fdeb72fe8177d093c50e642e730283b0022fd70383338ca74ac6301e010
 SHA512 
3469c7b70cfdb0077a38f2c46c06901c4b2a1ac6db9fdab1e347c3b5ba147ee495aad56a6263d163e5f140cf9fa1591de98d01b83b92ec896092dd3e0a5d5a9b
 DIST fpylll-0.6.2.tar.gz 123743 BLAKE2B 
755e322c1e88f0257531b356363447f05bb5c90bed1318796be5558ec96349b31e2a57420a502646f84e3d3eef2dd10ff648acbc140a0cc51cc9eb789660d499
 SHA512 
b5cff20f5bfb7398a76f772f72130b6c84af6a4cca10790a0b4e3df0bb6fdf3eaa6ceb351cd87422ad710081290c5a45dd0c3ccf71ad56cfc38dc16714a25242

diff --git a/dev-python/fpylll/files/fpylll-0.6.1-testfix.patch 
b/dev-python/fpylll/files/fpylll-0.6.1-testfix.patch
deleted file mode 100644
index 4160fef6cf84..000000000000
--- a/dev-python/fpylll/files/fpylll-0.6.1-testfix.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From fc432b21fa7e4b9891f5b761b3539989eb958f2b Mon Sep 17 00:00:00 2001
-From: "Martin R. Albrecht" <[email protected]>
-Date: Sun, 28 Jan 2024 17:19:42 +0000
-Subject: [PATCH] we are not testing this code here
-
-avoids side-effects from doctest order
----
- src/fpylll/fplll/gso.pyx | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/src/fpylll/fplll/gso.pyx b/src/fpylll/fplll/gso.pyx
-index 3879f29b..e42a00b2 100644
---- a/src/fpylll/fplll/gso.pyx
-+++ b/src/fpylll/fplll/gso.pyx
-@@ -568,8 +568,7 @@ cdef class MatGSO:
-         >>> M = GSO.Mat(A)
-         >>> M.float_type
-         'double'
--        >>> FPLLL.set_precision(100)
--        53
-+        >>> _ = FPLLL.set_precision(100)
-         >>> M = GSO.Mat(A, float_type='mpfr')
-         >>> M.float_type
-         'mpfr'

diff --git a/dev-python/fpylll/fpylll-0.6.1.ebuild 
b/dev-python/fpylll/fpylll-0.6.1.ebuild
deleted file mode 100644
index 078836f19aaa..000000000000
--- a/dev-python/fpylll/fpylll-0.6.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 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://github.com/fplll/fpylll/
-       https://pypi.org/project/fpylll/
-"
-
-# setup.py says "or later"
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-IUSE="test"
-
-DEPEND="
-       dev-python/cysignals[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       sci-libs/fplll
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       >=dev-python/cython-3[${PYTHON_USEDEP}]
-"
-
-PATCHES=( "${FILESDIR}/${P}-testfix.patch" )
-
-distutils_enable_tests pytest
-
-python_test(){
-       local -x PY_IGNORE_IMPORTMISMATCH=1
-       epytest
-}

Reply via email to