summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-25 09:06:15 +0000
committerwiz <wiz>2014-01-25 09:06:15 +0000
commite64583577674ff789424088f58f5233604dc1c5b (patch)
tree791c4ae2d0cadd7676f503b3c4485344e4413f58 /math
parent9e63ae33a1b1408a4324cc0a12ef93b20a16da94 (diff)
downloadpkgsrc-e64583577674ff789424088f58f5233604dc1c5b.tar.gz
Update HOMEPAGE. Mark as not ready for python-3.x.
Diffstat (limited to 'math')
-rw-r--r--math/py-fpconst/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile
index d1f27c018d9..e0c63916fc0 100644
--- a/math/py-fpconst/Makefile
+++ b/math/py-fpconst/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/09/11 23:04:31 asau Exp $
-#
+# $NetBSD: Makefile,v 1.11 2014/01/25 09:06:15 wiz Exp $
DISTNAME= fpconst-0.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -7,10 +6,11 @@ CATEGORIES= math python
MASTER_SITES= http://pypi.python.org/packages/source/f/fpconst/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://research.warnes.net/projects/RStatServer/fpconst/
+HOMEPAGE= https://pypi.python.org/pypi/fpconst
COMMENT= IEEE 754 floating point special handling for Python
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.7.2
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"