svn commit: r387392 - head/math/py-statsmodels

Johannes Jost Meixner xmj at FreeBSD.org
Mon May 25 17:36:48 UTC 2015


Author: xmj
Date: Mon May 25 17:36:47 2015
New Revision: 387392
URL: https://svnweb.freebsd.org/changeset/ports/387392

Log:
  math/py-statsmodels: fix build- and plist issues
  
  - fix build issues through adding Cython to BUILD_DEPENDSi
  - fix plist issues

Modified:
  head/math/py-statsmodels/Makefile

Modified: head/math/py-statsmodels/Makefile
==============================================================================
--- head/math/py-statsmodels/Makefile	Mon May 25 17:22:38 2015	(r387391)
+++ head/math/py-statsmodels/Makefile	Mon May 25 17:36:47 2015	(r387392)
@@ -13,6 +13,7 @@ COMMENT=	Complement to SciPy for statist
 LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${PYNUMPY} \
+		cython:${PORTSDIR}/lang/cython \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:${PORTSDIR}/science/py-scipy \
 		${PYTHON_PKGNAMEPREFIX}pandas>0:${PORTSDIR}/math/py-pandas \
 		${PYTHON_PKGNAMEPREFIX}patsy>0:${PORTSDIR}/math/py-patsy
@@ -28,6 +29,9 @@ USE_PYTHON=	autoplist distutils concurre
 USE_GITHUB=	yes
 GH_TAGNAME=	8e812cd
 
+PORTEXAMPLES=	*
+PORTDOCS=	README.rst README_l1.txt
+
 .include <bsd.port.options.mk>
 
 post-install:


More information about the svn-ports-head mailing list