16 lines
500 B
Makefile
16 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:24 adam 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 36 37 # not yet ported as of 0.7.2
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|