pkgsrc/math/py-statsmodels/Makefile
adam 29ced9106d Release 0.8.0
The main features of this release are several new time series models based on the statespace framework, multiple imputation using MICE as well as many other enhancements. The codebase also has been updated to be compatible with recent numpy and pandas releases.

Statsmodels is using now github to store the updated documentation which is available under http://www.statsmodels.org/stable for the last release, and http://www.statsmodels.org/dev/ for the development version.
2017-05-21 09:07:37 +00:00

20 lines
714 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/05/21 09:07:37 adam Exp $
DISTNAME= statsmodels-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=s/statsmodels/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://statsmodels.sourceforge.net/
COMMENT= Statistical computations and models for use with SciPy
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-cython>=0.14.1:../../devel/py-cython
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"