pkgsrc/math/py-xarray/Makefile
2021-04-09 15:42:35 +00:00

25 lines
841 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/04/09 15:42:35 tnn Exp $
DISTNAME= xarray-0.15.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xarray/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/pydata/xarray
COMMENT= N-D labeled arrays and datasets in Python
LICENSE= apache-2.0
BUILD_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.0:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.18.1:../../math/py-pandas
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 36 27 # py-pandads
PYTHON_VERSIONED_DEPENDENCIES+= setuptools
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"