git: 101e8de99132 - main - devel/py-jupyter-server-mathjax: Add py-jupyter-server-mathjax 0.2.2
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 25 20:37:11 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=101e8de9913234f07d9c8555591638155bb872a4
commit 101e8de9913234f07d9c8555591638155bb872a4
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-25 20:11:16 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-25 20:35:07 +0000
devel/py-jupyter-server-mathjax: Add py-jupyter-server-mathjax 0.2.2
jupyter-server-mathjax provides MathJax resources endpoints for Jupyter Server.
WWW: https://github.com/jupyter-server/jupyter_server_mathjax
---
devel/Makefile | 1 +
devel/py-jupyter-server-mathjax/Makefile | 24 ++++++++++++++++++++++++
devel/py-jupyter-server-mathjax/distinfo | 3 +++
devel/py-jupyter-server-mathjax/pkg-descr | 3 +++
4 files changed, 31 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 25b6f43cda4a..e89fb0bd6a67 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4578,6 +4578,7 @@
SUBDIR += py-jsonsir
SUBDIR += py-jupyter-packaging
SUBDIR += py-jupyter-server
+ SUBDIR += py-jupyter-server-mathjax
SUBDIR += py-jupyter-telemetry
SUBDIR += py-jupyter_client
SUBDIR += py-jupyter_console
diff --git a/devel/py-jupyter-server-mathjax/Makefile b/devel/py-jupyter-server-mathjax/Makefile
new file mode 100644
index 000000000000..7a5d6375f455
--- /dev/null
+++ b/devel/py-jupyter-server-mathjax/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME= jupyter-server-mathjax
+PORTVERSION= 0.2.2
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= jupyter_server_mathjax-${PORTVERSION}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= MathJax resources as a Jupyter Server Extension
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>=0:devel/py-jupyter-packaging@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.1<2:devel/py-jupyter-server@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-jupyter-server-mathjax/distinfo b/devel/py-jupyter-server-mathjax/distinfo
new file mode 100644
index 000000000000..9e41c8c816f3
--- /dev/null
+++ b/devel/py-jupyter-server-mathjax/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1619198365
+SHA256 (jupyter_server_mathjax-0.2.2.tar.gz) = 0f75fc1ed6fc3a6d94ea9c87932cfd7a43b8c11721b7c3f01281116469280011
+SIZE (jupyter_server_mathjax-0.2.2.tar.gz) = 7002
diff --git a/devel/py-jupyter-server-mathjax/pkg-descr b/devel/py-jupyter-server-mathjax/pkg-descr
new file mode 100644
index 000000000000..2095d6b3980a
--- /dev/null
+++ b/devel/py-jupyter-server-mathjax/pkg-descr
@@ -0,0 +1,3 @@
+jupyter-server-mathjax provides MathJax resources endpoints for Jupyter Server.
+
+WWW: https://github.com/jupyter-server/jupyter_server_mathjax
More information about the dev-commits-ports-all
mailing list