freebsd-ports/devel/py-jupyter_client/Makefile
Sunpoet Po-Chuan Hsieh 96723441c0 Update to 5.0.1
- Allow concurrent installation (USE_PYTHON=concurrent)

Changes:	https://github.com/jupyter/jupyter_client/blob/master/docs/changelog.rst
2017-04-05 19:58:04 +00:00

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>