summaryrefslogtreecommitdiff
path: root/math/py-fpconst/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Update HOMEPAGE. Mark as not ready for python-3.x.wiz1-3/+3
2012-09-11"user-destdir" is default these daysasau1-3/+1
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2010-08-10update to 0.7.2 which gives it a MASTER_SITE and a distfile again,drochner1-4/+3
I don't know of other changes from Kamel Derouiche per PR pkg/43735
2008-09-02MASTER_SITES is not available now.obache1-3/+3
Noticed by Zafer Aydogan via private mail. Also update HOMPEGE, and add commented out SourceForge as MASTER_SITES, it only have newer version.
2008-06-12Add DESTDIR support.joerg1-1/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-06-27update to fpconst-0.7.0recht1-4/+4
The primary purpose of this release is to correct problems on big-endian 64 bit platforms. It also introduces some test code to verify that the functions and constants work properly.
2004-04-24Convert to buildlink3.snj1-2/+2
2003-12-24initial import of py-fpconst-0.6.0recht1-0/+17
This python module implements constants and functions for working with IEEE754 double-precision special values. It provides constants for Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf), as well as functions to test for these values. The code is implemented in pure python by taking advantage of the 'struct' standard module. Care has been taken to generate proper results on both big-endian and little-endian machines. Some efficiency could be gained by translating the core routines into C.