diff options
-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" |