Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2015 17:36:47 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387392 - head/math/py-statsmodels
Message-ID:  <201505251736.t4PHaluk054702@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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