mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
23 lines
692 B
Makefile
23 lines
692 B
Makefile
PORTNAME= jupyter-server-mathjax
|
|
PORTVERSION= 0.2.6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= jupyter_server_mathjax-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= MathJax resources as a Jupyter Server Extension
|
|
WWW= https://github.com/jupyter-server/jupyter_server_mathjax
|
|
|
|
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:devel/py-jupyter-server@${PY_FLAVOR}
|
|
|
|
USES= dos2unix python:3.7+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|