2999c43b46
v0.9.0: This is a major release with several substantial and long-desired new features. There are also updates/modifications to the themes and color palettes that give better consistency with matplotlib 2.0 and some notable API changes.
23 lines
730 B
Makefile
23 lines
730 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/06/16 19:28:47 adam Exp $
|
|
|
|
DISTNAME= seaborn-0.9.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/seaborn/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://seaborn.pydata.org/
|
|
COMMENT= Statistical data visualization
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-matplotlib>=1.4.3:../../graphics/py-matplotlib
|
|
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.9.3:../../math/py-numpy
|
|
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.15.2:../../math/py-pandas
|
|
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.14.0:../../math/py-scipy
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-matplotlib, py-scipy
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|