freebsd-ports/math/py-uncertainties/Makefile
Yuri Victorovich 9b4b71be8a math/py-uncertainties: Update 3.1.2 -> 3.1.4
Reported by:	portscout
2020-06-30 18:24:24 +00:00

24 lines
433 B
Makefile

# $FreeBSD$
PORTNAME= uncertainties
DISTVERSION= 3.1.4
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}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
PORTSCOUT= ignore:3.1.3
.include <bsd.port.mk>