96723441c0
- Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/jupyter/jupyter_client/blob/master/docs/changelog.rst
24 lines
634 B
Makefile
24 lines
634 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jupyter_client
|
|
PORTVERSION= 5.0.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Jupyter protocol implementation and client libraries
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.md
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \
|
|
${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core \
|
|
${PYTHON_PKGNAMEPREFIX}pyzmq>=13:net/py-pyzmq \
|
|
${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|