mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
17 lines
493 B
Makefile
17 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.15 2016/07/09 13:03:55 wiz Exp $
|
|
|
|
DISTNAME= fpconst-0.7.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fpconst/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/fpconst
|
|
COMMENT= IEEE 754 floating point special handling for Python
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.7.2
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|