From cbdb9fc8c3fa39862782a0bd12d064bac6eb3d44 Mon Sep 17 00:00:00 2001 From: Johannes Jost Meixner Date: Mon, 25 May 2015 17:36:47 +0000 Subject: math/py-statsmodels: fix build- and plist issues - fix build issues through adding Cython to BUILD_DEPENDSi - fix plist issues --- math/py-statsmodels/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math/py-statsmodels') diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index 9791ad05ad2a..9468b181f208 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -13,6 +13,7 @@ COMMENT= Complement to SciPy for statistical computations 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 concurrent USE_GITHUB= yes GH_TAGNAME= 8e812cd +PORTEXAMPLES= * +PORTDOCS= README.rst README_l1.txt + .include post-install: -- cgit v1.2.3