summaryrefslogblamecommitdiff
path: root/graphics/py-hiplot/Makefile
blob: 796e72b5c22b5f5c9299e3570b52170d297b0829 (plain) (tree)
1
2
3
4
5
6
7
8
9
                      
                      
                               
                    



                                                          
                                                          



                                                                                           
                                                                           
                                                                                             
                                                                                
 
                      
                                              


                   
                      
PORTNAME=	hiplot
PORTVERSION=	0.1.33
CATEGORIES=	graphics python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	High dimensional Interactive Plotting tool
WWW=		https://github.com/facebookresearch/hiplot

LICENSE=	MIT

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}Flask-Compress>=0:www/py-flask-compress@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}ipython>=7.0.1:devel/ipython@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>