0c2cbcea71
uncertainties allows calculations such as (2 +/- 0.1)*2 = 4 +/- 0.2 to be performed transparently. Much more complex mathematical expressions involving numbers with uncertainties can also be evaluated directly. The uncertainties package takes the pain and complexity out of uncertainty calculations.
18 lines
551 B
Makefile
18 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/06/15 07:17:31 adam Exp $
|
|
|
|
DISTNAME= uncertainties-3.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uncertainties/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://uncertainties-python-package.readthedocs.io/
|
|
COMMENT= Transparent calculations with uncertainties on the quantities involved
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|