pkgsrc/graphics/py-seaborn/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

23 lines
733 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/01/26 17:31:23 rillig 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= https://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"