mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
17 lines
753 B
Bash
17 lines
753 B
Bash
# Template file for 'python3-fpylll'
|
|
pkgname=python3-fpylll
|
|
version=0.6.3
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel python3-Cython
|
|
python3-cysignals"
|
|
makedepends="python3-devel gmp-devel mpfr-devel fplll-devel pari-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-numpy"
|
|
short_desc="Python wrapper to fplll (floating point lattice algorithms)"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/fplll/fpylll"
|
|
changelog="https://github.com/fplll/fpylll/releases"
|
|
distfiles="https://github.com/fplll/fpylll/releases/download/${version}/fpylll-${version}.tar.gz"
|
|
checksum=a3f4049e1c27b52136f71f722312c4265e3a2dcb5722536ec8247d708dd4248a
|