git: d6149a930291 - main - math/py-fpylll: upgrade 0.6.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Jan 2025 10:43:28 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6149a930291b5b714361a087e2a801840ab5931 commit d6149a930291b5b714361a087e2a801840ab5931 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-01-26 10:33:07 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-01-26 10:43:21 +0000 math/py-fpylll: upgrade 0.6.3 Changelog at https://github.com/fplll/fpylll/compare/0.6.2...0.6.3 --- math/py-fpylll/Makefile | 8 +++++--- math/py-fpylll/distinfo | 6 +++--- math/py-fpylll/pkg-descr | 3 +++ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/math/py-fpylll/Makefile b/math/py-fpylll/Makefile index c94fe6090ebc..98da7a9f521f 100644 --- a/math/py-fpylll/Makefile +++ b/math/py-fpylll/Makefile @@ -1,5 +1,5 @@ PORTNAME= fpylll -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +10,11 @@ WWW= https://github.com/fplll/fpylll LICENSE= GPLv2 BUILD_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}cython3>0:lang/cython3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pythran>0:devel/py-pythran@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} LIB_DEPENDS= libfplll.so:math/fplll \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ @@ -28,7 +30,7 @@ USE_GITHUB= yes GH_ACCOUNT= fplll USES= compiler:c++11-lang python -USE_PYTHON= cython distutils +USE_PYTHON= distutils .if !defined(WITH_DEBUG) LDFLAGS+= -s .endif diff --git a/math/py-fpylll/distinfo b/math/py-fpylll/distinfo index a97acee0e09f..1a9fe9e2f8cb 100644 --- a/math/py-fpylll/distinfo +++ b/math/py-fpylll/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735916047 -SHA256 (fplll-fpylll-0.6.2_GH0.tar.gz) = f926bbb1455c45cbb7005ced477ebf1d7df7c8cec0b53f396e9388b198e5f99c -SIZE (fplll-fpylll-0.6.2_GH0.tar.gz) = 133428 +TIMESTAMP = 1737885511 +SHA256 (fplll-fpylll-0.6.3_GH0.tar.gz) = b9d352a1294784aabe4401c9924a22d0e1c911b76d42b61a6215e93391f04cec +SIZE (fplll-fpylll-0.6.3_GH0.tar.gz) = 133848 diff --git a/math/py-fpylll/pkg-descr b/math/py-fpylll/pkg-descr index e4ebf526f6c5..04b0cd625984 100644 --- a/math/py-fpylll/pkg-descr +++ b/math/py-fpylll/pkg-descr @@ -1 +1,4 @@ A Python wrapper for fplll. + +The basic BKZ algorithm can be implemented in about 60 pretty readable lines +of Python code.