mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-fpylll: Update to 0.6.4.
* gnu/packages/algebra.scm (python-fpylll): Update to 0.6.4. [native-inputs]: Add python-pytest. [propagated-inputs]: Remove python-pytest. Change-Id: I136cf7c5b493182f452a839a8fd3ec438ae005e7
This commit is contained in:
parent
ab075d4f15
commit
8ba8ce5edc
1 changed files with 4 additions and 5 deletions
|
@ -218,21 +218,20 @@ the real span of the lattice.")
|
||||||
(define-public python-fpylll
|
(define-public python-fpylll
|
||||||
(package
|
(package
|
||||||
(name "python-fpylll")
|
(name "python-fpylll")
|
||||||
(version "0.6.3")
|
(version "0.6.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fpylll" version))
|
(uri (pypi-uri "fpylll" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12i4sj6p0z94r1p568jprcnklpi6qh926whzywv23d973jg09x53"))))
|
"1k9fcfcf0p0z0szd1f5973mg9ixl51vmhifc684l2sm4mpc607bi"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
(inputs
|
(inputs
|
||||||
(list fplll gmp mpfr pari-gp))
|
(list fplll gmp mpfr pari-gp))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cysignals python-cython-3 python-flake8 python-numpy
|
(list python-cysignals python-cython-3 python-flake8 python-numpy))
|
||||||
python-pytest))
|
|
||||||
(home-page "https://github.com/fplll/fpylll")
|
(home-page "https://github.com/fplll/fpylll")
|
||||||
(synopsis "Python interface for fplll")
|
(synopsis "Python interface for fplll")
|
||||||
(description "fpylll is a Python wrapper for fplll.")
|
(description "fpylll is a Python wrapper for fplll.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue