devel/py-nbformat: Update to 5.0.8
Changelog: https://github.com/jupyter/nbformat/blob/5.0.8/docs/changelog.rst Approved by: python (with hat)
This commit is contained in:
parent
edb9a1e46b
commit
ad26761b84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553394
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nbformat
|
||||
PORTVERSION= 5.0.7
|
||||
PORTVERSION= 5.0.8
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -25,6 +25,11 @@ NO_ARCH= yes
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
OPTIONS_DEFINE= FASTJSON
|
||||
|
||||
FASTJSON_DESC= Fast validation with fastjsonschema
|
||||
FASTJSON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastjsonschema>=0:devel/py-fastjsonschema@${PY_FLAVOR}
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1591962275
|
||||
SHA256 (nbformat-5.0.7.tar.gz) = 54d4d6354835a936bad7e8182dcd003ca3dc0cedfee5a306090e04854343b340
|
||||
SIZE (nbformat-5.0.7.tar.gz) = 123813
|
||||
TIMESTAMP = 1603566834
|
||||
SHA256 (nbformat-5.0.8.tar.gz) = f545b22138865bfbcc6b1ffe89ed5a2b8e2dc5d4fe876f2ca60d8e6f702a30f8
|
||||
SIZE (nbformat-5.0.8.tar.gz) = 126111
|
||||
|
Loading…
Reference in New Issue
Block a user