pkgsrc-wip/py-epipy/Makefile

25 lines
766 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/06/20 19:16:45 jihbed Exp $
DISTNAME= epipy-0.0.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/epipy/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/cmrivers/epipy
COMMENT= Python tools for epidemiology
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.7:../../math/py-networkx
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.12.0:../../math/py-pandas
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.1:../../math/py-scipy
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.0.2.1
.include "../../lang/python/distutils.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"