2021-12-30 14:05:27 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 2021/12/30 13:05:33 adam Exp $
|
2016-07-15 09:29:54 +02:00
|
|
|
|
2019-06-17 22:27:16 +02:00
|
|
|
DISTNAME= ggplot-0.11.5
|
2016-07-15 09:29:54 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/ggplot/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-17 22:27:16 +02:00
|
|
|
HOMEPAGE= https://github.com/yhat/ggplot
|
2016-07-15 09:29:54 +02:00
|
|
|
COMMENT= Python implementation of the grammar of graphics
|
|
|
|
LICENSE= 2-clause-bsd
|
|
|
|
|
2016-07-15 09:37:26 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-brewer2mpl-[0-9]*:../../graphics/py-brewer2mpl
|
2016-12-01 16:03:21 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cycler-[0-9]*:../../graphics/py-cycler
|
2016-07-15 09:29:54 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas
|
2016-07-15 09:37:26 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-patsy-[0-9]*:../../math/py-patsy
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-statsmodels-[0-9]*:../../math/py-statsmodels
|
2019-06-17 22:27:16 +02:00
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
|
2016-07-15 09:29:54 +02:00
|
|
|
# self tests fail in ggplot.aes.aes, see
|
|
|
|
# https://github.com/yhat/ggplot/issues/507
|
|
|
|
|
2019-06-17 22:27:16 +02:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2021-12-30 14:05:27 +01:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-statsmodels py-pandas
|
2016-07-15 09:29:54 +02:00
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|