svn commit: r566337 - head/math/py-uncertainties
Yuri Victorovich
yuri at FreeBSD.org
Mon Feb 22 21:39:35 UTC 2021
Author: yuri
Date: Mon Feb 22 21:39:35 2021
New Revision: 566337
URL: https://svnweb.freebsd.org/changeset/ports/566337
Log:
math/py-uncertainties: Add missing dependency
Modified:
head/math/py-uncertainties/Makefile
Modified: head/math/py-uncertainties/Makefile
==============================================================================
--- head/math/py-uncertainties/Makefile Mon Feb 22 21:34:00 2021 (r566336)
+++ head/math/py-uncertainties/Makefile Mon Feb 22 21:39:35 2021 (r566337)
@@ -2,6 +2,7 @@
PORTNAME= uncertainties
DISTVERSION= 3.1.5
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,8 @@ COMMENT= Calculations with uncertainties on the quanti
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYNUMPY}
+RUN_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
More information about the svn-ports-head
mailing list