aboutsummaryrefslogtreecommitdiff
path: root/math/py-cypari2
Commit message (Collapse)AuthorAgeFilesLines
* math/py-cypari2: update to 2.1.2.Thierry Thomas2021-04-233-13/+16
| | | | | | | | - Switch to pypi.org; - Strip libraries; - Add a test target.
* math/py-cypari2: Fix packaging with Python 3.8+Kai Knoblich2021-04-191-7/+7
| | | | | PR: 253815 Approved by: python (with hat)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Upgrade to 2.1.2b1.Thierry Thomas2021-03-225-27/+11
| | | | Notes: svn path=/head/; revision=568972
* Remove PY_SPHINX from ports using Python 3Danilo G. Baio2021-01-141-1/+1
| | | | | | | | Approved by: portmgr blanket Differential Revision: https://reviews.freebsd.org/D28093 Notes: svn path=/head/; revision=561562
* Fix a breakage introduced by r553237:Thierry Thomas2020-10-273-1/+23
| | | | | | | | | Use polisirreducible() instead of isirreducible() Obtained from: upstream (7bf4211) Notes: svn path=/head/; revision=553498
* math/pari: Update 2.11.4 -> 2.13.0Yuri Victorovich2020-10-251-0/+1
| | | | | | | | | Bump 15 depending ports. Reported by: portscout Notes: svn path=/head/; revision=553237
* math/py-cypari2: fix build on GCC architecturesPiotr Kubaj2020-05-271-1/+1
| | | | | | | | Use C11 compiler: /usr/local/lib/python3.7/site-packages/cysignals/struct_signals.h:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' Notes: svn path=/head/; revision=536665
* Adding cypari2, a Python interface to the number theory library PARI/GP.Thierry Thomas2020-05-154-0/+70
To be used by SageMath. Notes: svn path=/head/; revision=535335