Skip to content

Commit

Permalink
devel/py-jupyterlab-server: Update to 2.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 30, 2022
1 parent 73b9298 commit c75e89a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/py-jupyterlab-server/Makefile
@@ -1,5 +1,5 @@
PORTNAME= jupyterlab-server
PORTVERSION= 2.15.2
PORTVERSION= 2.16.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
https://github.com/jupyterlab/jupyterlab_server/releases/download/v${PORTVERSION}/
Expand Down Expand Up @@ -35,7 +35,7 @@ OPENAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openapi-core>=0.14.2:devel/py-openap
.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 31000
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6:devel/py-importlib-metadata@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.8.1:devel/py-importlib-metadata@${PY_FLAVOR}
.endif

post-patch:
Expand Down
6 changes: 3 additions & 3 deletions devel/py-jupyterlab-server/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1664767932
SHA256 (jupyterlab_server-2.15.2.tar.gz) = c0bcdd4606e640e6f16d236ceac55336dc8bf98cbbce067af27524ccc2fb2640
SIZE (jupyterlab_server-2.15.2.tar.gz) = 62533
TIMESTAMP = 1669057765
SHA256 (jupyterlab_server-2.16.3.tar.gz) = 635a0b176a901f19351c02221a124e59317c476f511200409b7d867e8b2905c3
SIZE (jupyterlab_server-2.16.3.tar.gz) = 66680
20 changes: 16 additions & 4 deletions devel/py-jupyterlab-server/files/setup.py
Expand Up @@ -16,22 +16,33 @@
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
install_requires=[
'babel',
'importlib-metadata>=3.6; python_version < "3.10"',
'importlib-metadata>=4.8.1; python_version < "3.10"',
'jinja2>=3.0.3',
'json5',
'jsonschema>=3.0.1',
'jupyter-server<2,>=1.8',
'jupyter-server<3,>=1.8',
'packaging',
'requests',
],
extras_require={
'docs': [
'autodoc-traits',
'docutils<0.19',
'pydata_sphinx_theme',
'sphinx',
'sphinx-copybutton',
'sphinxcontrib-openapi',
'myst-parser',
'mistune<1',
'jinja2<3.1.0'
],
'openapi': [
'openapi-core>=0.14.2',
'ruamel-yaml',
Expand All @@ -42,9 +53,10 @@
'jupyter-server[test]',
'openapi_core~=0.14.2',
'openapi-spec-validator<0.5',
'pytest>=7.0',
'pytest-console-scripts',
'pytest-cov',
'pytest>=5.3.2',
'requests_mock',
'ruamel-yaml',
'strict-rfc3339',
],
Expand Down

0 comments on commit c75e89a

Please sign in to comment.