svn commit: r557467 - in head/graphics: . py-altair

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 10 21:28:22 UTC 2020


Author: sunpoet
Date: Thu Dec 10 21:28:15 2020
New Revision: 557467
URL: https://svnweb.freebsd.org/changeset/ports/557467

Log:
  Add py-altair 4.1.0
  
  Altair is a declarative statistical visualization library for Python. With
  Altair, you can spend more time understanding your data and its meaning.
  Altair's API is simple, friendly and consistent and built on top of the powerful
  Vega-Lite JSON specification. This elegant simplicity produces beautiful and
  effective visualizations with a minimal amount of code.
  
  WWW: https://github.com/altair-viz/altair

Added:
  head/graphics/py-altair/
  head/graphics/py-altair/Makefile   (contents, props changed)
  head/graphics/py-altair/distinfo   (contents, props changed)
  head/graphics/py-altair/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu Dec 10 21:28:07 2020	(r557466)
+++ head/graphics/Makefile	Thu Dec 10 21:28:15 2020	(r557467)
@@ -804,6 +804,7 @@
     SUBDIR += py-PyOpenGL
     SUBDIR += py-PyOpenGL-accelerate
     SUBDIR += py-actdiag
+    SUBDIR += py-altair
     SUBDIR += py-beziers
     SUBDIR += py-blockdiag
     SUBDIR += py-blockdiagcontrib-cisco

Added: head/graphics/py-altair/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-altair/Makefile	Thu Dec 10 21:28:15 2020	(r557467)
@@ -0,0 +1,28 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	altair
+PORTVERSION=	4.1.0
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Declarative statistical visualization library for Python
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}entrypoints>=0:devel/py-entrypoints@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \
+		${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=0.18:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}toolz>=0:devel/py-toolz@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/py-altair/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-altair/distinfo	Thu Dec 10 21:28:15 2020	(r557467)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1607539623
+SHA256 (altair-4.1.0.tar.gz) = 3edd30d4f4bb0a37278b72578e7e60bc72045a8e6704179e2f4738e35bc12931
+SIZE (altair-4.1.0.tar.gz) = 655843

Added: head/graphics/py-altair/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-altair/pkg-descr	Thu Dec 10 21:28:15 2020	(r557467)
@@ -0,0 +1,7 @@
+Altair is a declarative statistical visualization library for Python. With
+Altair, you can spend more time understanding your data and its meaning.
+Altair's API is simple, friendly and consistent and built on top of the powerful
+Vega-Lite JSON specification. This elegant simplicity produces beautiful and
+effective visualizations with a minimal amount of code.
+
+WWW: https://github.com/altair-viz/altair


More information about the svn-ports-all mailing list