svn commit: r490896 - in head/graphics: . py-mpl-scatter-density

Yuri Victorovich yuri at FreeBSD.org
Mon Jan 21 20:30:51 UTC 2019


Author: yuri
Date: Mon Jan 21 20:30:49 2019
New Revision: 490896
URL: https://svnweb.freebsd.org/changeset/ports/490896

Log:
  New port: graphics/py-mpl-scatter-density: Matplotlib helpers to make density scatter plots

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Mon Jan 21 20:28:25 2019	(r490895)
+++ head/graphics/Makefile	Mon Jan 21 20:30:49 2019	(r490896)
@@ -846,6 +846,7 @@
     SUBDIR += py-mayavi
     SUBDIR += py-mcomix
     SUBDIR += py-ming
+    SUBDIR += py-mpl-scatter-density
     SUBDIR += py-nwdiag
     SUBDIR += py-open3d-python
     SUBDIR += py-opencolorio

Added: head/graphics/py-mpl-scatter-density/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-mpl-scatter-density/Makefile	Mon Jan 21 20:30:49 2019	(r490896)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	mpl-scatter-density
+PORTVERSION=	0.4
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Matplotlib helpers to make density scatter plots
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}fast-histogram>=0.3:misc/py-fast-histogram@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5:math/py-matplotlib@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/py-mpl-scatter-density/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-mpl-scatter-density/distinfo	Mon Jan 21 20:30:49 2019	(r490896)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1548100987
+SHA256 (mpl-scatter-density-0.4.tar.gz) = 0ddffbfa0e54fb9ea0032595ef868870a77ef2e87fb1fce935527026fb01099d
+SIZE (mpl-scatter-density-0.4.tar.gz) = 6185275

Added: head/graphics/py-mpl-scatter-density/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-mpl-scatter-density/pkg-descr	Mon Jan 21 20:30:49 2019	(r490896)
@@ -0,0 +1,7 @@
+The mpl-scatter-density mini-package provides functionality to make it easy to
+make your own scatter density maps, both for interactive and non-interactive
+use. Fast. The following animation shows real-time interactive use with 10
+million points, but interactive performance is still good even with 100 million
+points (and more if you have enough RAM).
+
+WWW: https://github.com/astrofrog/mpl-scatter-density


More information about the svn-ports-head mailing list