git: 684ac08ae888 - main - math/py-animatplot: New port: Making animating in matplotlib easy

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 25 Dec 2022 01:23:03 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=684ac08ae888c55dc8e9ccb023f2d75af8c39dbc

commit 684ac08ae888c55dc8e9ccb023f2d75af8c39dbc
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-24 22:44:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-25 01:22:55 +0000

    math/py-animatplot: New port: Making animating in matplotlib easy
---
 math/Makefile                |  1 +
 math/py-animatplot/Makefile  | 22 ++++++++++++++++++++++
 math/py-animatplot/distinfo  |  3 +++
 math/py-animatplot/pkg-descr |  2 ++
 4 files changed, 28 insertions(+)

diff --git a/math/Makefile b/math/Makefile
index 7d5c7077f1b9..912c0c39c2e3 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -867,6 +867,7 @@
     SUBDIR += py-algopy
     SUBDIR += py-altgraph
     SUBDIR += py-amply
+    SUBDIR += py-animatplot
     SUBDIR += py-apgl
     SUBDIR += py-arviz
     SUBDIR += py-arybo
diff --git a/math/py-animatplot/Makefile b/math/py-animatplot/Makefile
new file mode 100644
index 000000000000..8547a863b8c3
--- /dev/null
+++ b/math/py-animatplot/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	animatplot
+DISTVERSION=	0.4.2
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Making animating in matplotlib easy
+WWW=		https://github.com/t-makaro/animatplot/
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2:math/py-matplotlib@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2:math/py-matplotlib@${PY_FLAVOR}
+
+USES=		python:3.7+
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/math/py-animatplot/distinfo b/math/py-animatplot/distinfo
new file mode 100644
index 000000000000..23a2c0e8cc77
--- /dev/null
+++ b/math/py-animatplot/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1671883030
+SHA256 (animatplot-0.4.2.tar.gz) = f41be9138609728fafc475ca52f3be693638ca4ed9bd68601b88a5f8cc47b81e
+SIZE (animatplot-0.4.2.tar.gz) = 11926
diff --git a/math/py-animatplot/pkg-descr b/math/py-animatplot/pkg-descr
new file mode 100644
index 000000000000..95c089352b1c
--- /dev/null
+++ b/math/py-animatplot/pkg-descr
@@ -0,0 +1,2 @@
+animatplots a python package for making interactive as well as animated plots
+with matplotlib.