Date: Mon, 22 Feb 2021 21:41:17 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566338 - branches/2021Q1/math/py-uncertainties Message-ID: <202102222141.11MLfHdY046580@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Feb 22 21:41:16 2021 New Revision: 566338 URL: https://svnweb.freebsd.org/changeset/ports/566338 Log: MFH: r566337 math/py-uncertainties: Add missing dependency Modified: branches/2021Q1/math/py-uncertainties/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/math/py-uncertainties/Makefile ============================================================================== --- branches/2021Q1/math/py-uncertainties/Makefile Mon Feb 22 21:39:35 2021 (r566337) +++ branches/2021Q1/math/py-uncertainties/Makefile Mon Feb 22 21:41:16 2021 (r566338) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102222141.11MLfHdY046580>