svn commit: r566338 - branches/2021Q1/math/py-uncertainties

Yuri Victorovich yuri at FreeBSD.org
Mon Feb 22 21:41:17 UTC 2021


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


More information about the svn-ports-all mailing list