2018-07-05 15:09:11 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2018/07/05 13:09:11 adam Exp $
|
2016-07-15 09:35:50 +02:00
|
|
|
|
2018-07-05 15:09:11 +02:00
|
|
|
DISTNAME= statsmodels-0.9.0
|
2016-07-15 09:35:50 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
2018-07-05 15:09:11 +02:00
|
|
|
CATEGORIES= math python
|
2016-07-15 09:35:50 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/statsmodels/}
|
|
|
|
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
2018-07-05 15:09:11 +02:00
|
|
|
HOMEPAGE= http://www.statsmodels.org/stable/index.html
|
2016-07-15 09:35:50 +02:00
|
|
|
COMMENT= Statistical computations and models for use with SciPy
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
2017-05-21 11:07:37 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cython>=0.14.1:../../devel/py-cython
|
2016-07-15 09:35:50 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.14.1:../../math/py-pandas
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-patsy>=0.3.0:../../math/py-patsy
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
|
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|