From 89d4a86d37878b65eac4e61ca22afea0a3417fa4 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich <yuri@FreeBSD.org> Date: Mon, 2 Aug 2021 13:19:30 -0700 Subject: [PATCH] math/py-uncertainties: Update 3.1.5 -> 3.1.6 Reported by: portscout --- math/py-uncertainties/Makefile | 9 +++++++-- math/py-uncertainties/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/math/py-uncertainties/Makefile b/math/py-uncertainties/Makefile index de09902ab520..8c01aeacb51a 100644 --- a/math/py-uncertainties/Makefile +++ b/math/py-uncertainties/Makefile @@ -1,6 +1,5 @@ PORTNAME= uncertainties -DISTVERSION= 3.1.5 -PORTREVISION= 1 +DISTVERSION= 3.1.6 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +12,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} +TEST_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist + NO_ARCH= yes +do-test: + @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER} -v + .include <bsd.port.mk> diff --git a/math/py-uncertainties/distinfo b/math/py-uncertainties/distinfo index 0d09d0c1bac9..02a82049bb18 100644 --- a/math/py-uncertainties/distinfo +++ b/math/py-uncertainties/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605840380 -SHA256 (uncertainties-3.1.5.tar.gz) = 9122c1e7e074196883b4a7a946e8482807b2f89675cb5e3798b87e0608ede903 -SIZE (uncertainties-3.1.5.tar.gz) = 149411 +TIMESTAMP = 1627935297 +SHA256 (uncertainties-3.1.6.tar.gz) = 7c4db5aaafd227e95485b61fba5d235dc8133aeecd98f8fc1224c038ce063e2d +SIZE (uncertainties-3.1.6.tar.gz) = 158419 -- GitLab