Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2020 19:25:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525405 - in head/graphics: . py-hiplot py-hiplot/files
Message-ID:  <202002061925.016JPado043510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb  6 19:25:36 2020
New Revision: 525405
URL: https://svnweb.freebsd.org/changeset/ports/525405

Log:
  Add py-hiplot 0.1.3
  
  HiPlot is a lightweight interactive visualization tool to help AI researchers
  discover correlations and patterns in high-dimensional data using parallel plots
  and other graphical ways to represent information.
  
  WWW: https://github.com/facebookresearch/hiplot

Added:
  head/graphics/py-hiplot/
  head/graphics/py-hiplot/Makefile   (contents, props changed)
  head/graphics/py-hiplot/distinfo   (contents, props changed)
  head/graphics/py-hiplot/files/
  head/graphics/py-hiplot/files/dev.txt   (contents, props changed)
  head/graphics/py-hiplot/files/main.txt   (contents, props changed)
  head/graphics/py-hiplot/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu Feb  6 19:24:41 2020	(r525404)
+++ head/graphics/Makefile	Thu Feb  6 19:25:36 2020	(r525405)
@@ -809,6 +809,7 @@
     SUBDIR += py-graphviz
     SUBDIR += py-graphy
     SUBDIR += py-gvgen
+    SUBDIR += py-hiplot
     SUBDIR += py-imageio
     SUBDIR += py-imageio-ffmpeg
     SUBDIR += py-imageio24

Added: head/graphics/py-hiplot/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-hiplot/Makefile	Thu Feb  6 19:25:36 2020	(r525405)
@@ -0,0 +1,29 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	hiplot
+PORTVERSION=	0.1.3
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	High dimensional Interactive Plotting tool
+
+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:3.6+
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+post-patch:
+	@${MKDIR} ${WRKSRC}/requirements
+	@${CP} ${FILESDIR}/dev.txt ${FILESDIR}/main.txt ${WRKSRC}/requirements
+
+.include <bsd.port.mk>

Added: head/graphics/py-hiplot/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-hiplot/distinfo	Thu Feb  6 19:25:36 2020	(r525405)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1581007148
+SHA256 (hiplot-0.1.3.tar.gz) = 8f91831edfd7627bc93df33ca37dc8856f426bc9a3cf75aec36aee90b31d745a
+SIZE (hiplot-0.1.3.tar.gz) = 16234

Added: head/graphics/py-hiplot/files/dev.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-hiplot/files/dev.txt	Thu Feb  6 19:25:36 2020	(r525405)
@@ -0,0 +1,10 @@
+pytest
+mypy
+ipykernel
+wheel
+selenium
+sphinx
+m2r
+twine
+guzzle_sphinx_theme
+pre-commit

Added: head/graphics/py-hiplot/files/main.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-hiplot/files/main.txt	Thu Feb  6 19:25:36 2020	(r525405)
@@ -0,0 +1,4 @@
+ipython>=7.0.1
+flask
+flask-compress
+bs4

Added: head/graphics/py-hiplot/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-hiplot/pkg-descr	Thu Feb  6 19:25:36 2020	(r525405)
@@ -0,0 +1,5 @@
+HiPlot is a lightweight interactive visualization tool to help AI researchers
+discover correlations and patterns in high-dimensional data using parallel plots
+and other graphical ways to represent information.
+
+WWW: https://github.com/facebookresearch/hiplot



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002061925.016JPado043510>