Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2020 16:12:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524195 - head/math/py-statsmodels010
Message-ID:  <202001261612.00QGCgWp063571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 26 16:12:42 2020
New Revision: 524195
URL: https://svnweb.freebsd.org/changeset/ports/524195

Log:
  Add version requirement of cython to BUILD_DEPENDS

Modified:
  head/math/py-statsmodels010/Makefile

Modified: head/math/py-statsmodels010/Makefile
==============================================================================
--- head/math/py-statsmodels010/Makefile	Sun Jan 26 16:12:37 2020	(r524194)
+++ head/math/py-statsmodels010/Makefile	Sun Jan 26 16:12:42 2020	(r524195)
@@ -13,7 +13,8 @@ COMMENT=	Complement to SciPy for statistical computati
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.24:lang/cython@${PY_FLAVOR} \
+		${RUN_DEPENDS}
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=0.19:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001261612.00QGCgWp063571>