aboutsummaryrefslogblamecommitdiff
path: root/math/py-uncertainties/Makefile
blob: d06edeffd1c7252236d0e52062f80ece03aa8a0f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                             
                     
                 









                                                                          

                                                                            
 
                           


                                   

                            
                      
PORTNAME=	uncertainties
DISTVERSION=	3.1.5
PORTREVISION=	1
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Calculations with uncertainties on the quantities involved

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	${PYNUMPY} \
		${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

PORTSCOUT=	ignore:3.1.3

.include <bsd.port.mk>