aboutsummaryrefslogtreecommitdiff
path: root/devel/py-jupyterlab_launcher/Makefile
blob: 848645c8add1a9cbc279818704abde1356a9d65c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	jupyterlab_launcher
DISTVERSION=	0.13.1
PORTREVISION=	3
CATEGORIES=	devel
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Jupyter Launcher (launcher for the JupiterLab environment)
WWW=		https://jupyter.org/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}notebook>=4.2.0:www/py-notebook@${PY_FLAVOR}

USES=		python:3.7+
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

.include <bsd.port.mk>