pkgsrc/math/py-uncertainties/Makefile
adam 206a7a2bde py-uncertainties: updated to 3.1.6
3.1.6
Global customization of the pretty-print and LaTeX formats
2021-08-05 10:14:30 +00:00

21 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.9 2021/08/05 10:14:30 adam Exp $
DISTNAME= uncertainties-3.1.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uncertainties/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://uncertainties-python-package.readthedocs.io/
COMMENT= Transparent calculations with uncertainties on the quantities involved
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-numpy
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"