diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-30 22:36:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-30 22:36:43 +0000 |
commit | fa80e6a6479458d7ec873fdaf15372f1ff305f30 (patch) | |
tree | 461e7d769486f08c9f8e020f32f4ea7927072f3e /math/py-fpconst | |
parent | 06fc558099703ba0d2b5f20de734ceec54817e10 (diff) |
Notes
Diffstat (limited to 'math/py-fpconst')
-rw-r--r-- | math/py-fpconst/Makefile | 4 | ||||
-rw-r--r-- | math/py-fpconst/distinfo | 6 | ||||
-rw-r--r-- | math/py-fpconst/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index eade6cb2c43e..aca25c038cd7 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -7,13 +7,13 @@ PORTNAME= fpconst PORTVERSION= 0.7.2 CATEGORIES= math python -MASTER_SITES= http://mac.warnes.net/~warnes/files/ +MASTER_SITES= ${MASTER_SITE_CHEESESHOP} +MASTER_SITE_SUBDIR= source/f/fpconst PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for handling IEEE 754 floating point special values -MASTER_SITE_FREEBSD= yes USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/math/py-fpconst/distinfo b/math/py-fpconst/distinfo index a7a56c6718ca..6d1af4db586e 100644 --- a/math/py-fpconst/distinfo +++ b/math/py-fpconst/distinfo @@ -1,3 +1,3 @@ -MD5 (fpconst-0.7.2.tar.gz) = c24121213b047ef9ac003d67a7930243 -SHA256 (fpconst-0.7.2.tar.gz) = eb2a7159be648c57b59afed33a0dcc021e49bfdbd327f734952579c9782f2324 -SIZE (fpconst-0.7.2.tar.gz) = 8438 +MD5 (fpconst-0.7.2.tar.gz) = 10ba9e04129af23108d24c22c3a698b1 +SHA256 (fpconst-0.7.2.tar.gz) = bd54e294c056c6d52b2037e91d7b2782d6805b24a74923dc80e1c9107acac707 +SIZE (fpconst-0.7.2.tar.gz) = 3015 diff --git a/math/py-fpconst/pkg-descr b/math/py-fpconst/pkg-descr index 3cf6fbe4e63a..22eeba2ad64f 100644 --- a/math/py-fpconst/pkg-descr +++ b/math/py-fpconst/pkg-descr @@ -3,4 +3,4 @@ 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. -WWW: http://research.warnes.net/projects/RStatServer/fpconst/ +WWW: http://pypi.python.org/pypi/fpconst |