e4b8b3b96c
One of its dependencies, py-pandas, has PYTHON_VERSIONS_INCOMPATIBLE. While here, remove a redundant buildlink.mk.
21 lines
592 B
Makefile
21 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/09/21 21:10:49 minskim Exp $
|
|
|
|
DISTNAME= xarray-0.13.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math
|
|
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
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.0:../../math/py-numpy
|
|
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.18.1:../../math/py-pandas
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pandads
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|