mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-fpylll: update to 0.5.7.
This commit is contained in:
parent
79fd2afc31
commit
4cd696b7e6
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- a/src/fpylll/gmp/pylong.pxd
|
|
||||||
+++ b/src/fpylll/gmp/pylong.pxd
|
|
||||||
@@ -3,7 +3,7 @@
|
|
||||||
Various functions to deal with conversion mpz <-> Python int/long
|
|
||||||
"""
|
|
||||||
|
|
||||||
-cdef extern from "longintrepr.h":
|
|
||||||
+cdef extern from "Python.h":
|
|
||||||
cdef _PyLong_New(Py_ssize_t s)
|
|
||||||
cdef long PyLong_SHIFT
|
|
||||||
ctypedef unsigned int digit
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-fpylll'
|
# Template file for 'python3-fpylll'
|
||||||
pkgname=python3-fpylll
|
pkgname=python3-fpylll
|
||||||
version=0.5.6
|
version=0.5.7
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="fpylll-${version}"
|
wrksrc="fpylll-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/fplll/fpylll"
|
homepage="https://github.com/fplll/fpylll"
|
||||||
distfiles="${PYPI_SITE}/f/fpylll/fpylll-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/fpylll/fpylll-${version}.tar.gz"
|
||||||
checksum=6eb8a63fb933c0bf92f290dd66fd884807659214d0ce524afe3687a6a6b13a8b
|
checksum=1afc88feee50a3e84de55e3913295922c25691f6edafb9ecfe8f2e90306758f6
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
# skip a test with numerical noise on 32 bit
|
# skip a test with numerical noise on 32 bit
|
||||||
|
|
Loading…
Add table
Reference in a new issue