diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 09:06:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 09:06:15 +0000 |
commit | 2eb0bcbedf68433df813c0918169d5b310f43a96 (patch) | |
tree | 791c4ae2d0cadd7676f503b3c4485344e4413f58 /math | |
parent | 39c401862cd493db982e3728d75ea120df88ad35 (diff) | |
download | pkgsrc-2eb0bcbedf68433df813c0918169d5b310f43a96.tar.gz |
Update HOMEPAGE. Mark as not ready for python-3.x.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-fpconst/Makefile | 6 |
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" |