git: 4b196a80052a - main - math/py-animatplot-ng: New port: Making animating in matplotlib easy (new gen)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Dec 2022 01:23:04 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4b196a80052aa676ced7d4aa169d79e009ebbac6
commit 4b196a80052aa676ced7d4aa169d79e009ebbac6
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-24 22:45:55 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-25 01:22:55 +0000
math/py-animatplot-ng: New port: Making animating in matplotlib easy (new gen)
---
math/Makefile | 1 +
math/py-animatplot-ng/Makefile | 25 +++++++++++++++++++++++++
math/py-animatplot-ng/distinfo | 3 +++
math/py-animatplot-ng/pkg-descr | 2 ++
4 files changed, 31 insertions(+)
diff --git a/math/Makefile b/math/Makefile
index 912c0c39c2e3..d9c4cf2ec743 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -868,6 +868,7 @@
SUBDIR += py-altgraph
SUBDIR += py-amply
SUBDIR += py-animatplot
+ SUBDIR += py-animatplot-ng
SUBDIR += py-apgl
SUBDIR += py-arviz
SUBDIR += py-arybo
diff --git a/math/py-animatplot-ng/Makefile b/math/py-animatplot-ng/Makefile
new file mode 100644
index 000000000000..1c0fb5604c64
--- /dev/null
+++ b/math/py-animatplot-ng/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= animatplot-ng
+DISTVERSION= 0.4.3
+CATEGORIES= math python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Making animating in matplotlib easy (new gen)
+WWW= https://github.com/boutproject/animatplot-ng/
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2:math/py-matplotlib@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \
+ ${PY_DEPENDS}
+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-ng/distinfo b/math/py-animatplot-ng/distinfo
new file mode 100644
index 000000000000..a7ef9d8f84e7
--- /dev/null
+++ b/math/py-animatplot-ng/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1671883295
+SHA256 (animatplot-ng-0.4.3.tar.gz) = 65255641d524a66bf7506c48d05cea3dd6ee6f4b48a88810754a8e8cb0041172
+SIZE (animatplot-ng-0.4.3.tar.gz) = 20531680
diff --git a/math/py-animatplot-ng/pkg-descr b/math/py-animatplot-ng/pkg-descr
new file mode 100644
index 000000000000..95c089352b1c
--- /dev/null
+++ b/math/py-animatplot-ng/pkg-descr
@@ -0,0 +1,2 @@
+animatplots a python package for making interactive as well as animated plots
+with matplotlib.