git: 89d4a86d3787 - main - math/py-uncertainties: Update 3.1.5 -> 3.1.6

Yuri Victorovich yuri at FreeBSD.org
Mon Aug 2 20:49:25 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89d4a86d37878b65eac4e61ca22afea0a3417fa4

commit 89d4a86d37878b65eac4e61ca22afea0a3417fa4
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-02 20:19:30 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-02 20:49:03 +0000

    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


More information about the dev-commits-ports-main mailing list