git: 33ab3ad31b86 - main - devel/py-nbformat: Update to 5.7.3

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:18:56 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=33ab3ad31b862fe490e8b8bfcc69fb3327df42d7

commit 33ab3ad31b862fe490e8b8bfcc69fb3327df42d7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:44:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:02:15 +0000

    devel/py-nbformat: Update to 5.7.3
    
    Changes:        https://github.com/jupyter/nbformat/releases
---
 devel/py-nbformat/Makefile       | 2 +-
 devel/py-nbformat/distinfo       | 6 +++---
 devel/py-nbformat/files/setup.py | 9 ++++++++-
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/devel/py-nbformat/Makefile b/devel/py-nbformat/Makefile
index 1fe5990859bd..75055cedd301 100644
--- a/devel/py-nbformat/Makefile
+++ b/devel/py-nbformat/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nbformat
-PORTVERSION=	5.7.0
+PORTVERSION=	5.7.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-nbformat/distinfo b/devel/py-nbformat/distinfo
index 61359845c968..3460cabf646c 100644
--- a/devel/py-nbformat/distinfo
+++ b/devel/py-nbformat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1665648775
-SHA256 (nbformat-5.7.0.tar.gz) = 1d4760c15c1a04269ef5caf375be8b98dd2f696e5eb9e603ec2bf091f9b0d3f3
-SIZE (nbformat-5.7.0.tar.gz) = 136907
+TIMESTAMP = 1674590812
+SHA256 (nbformat-5.7.3.tar.gz) = 4b021fca24d3a747bf4e626694033d792d594705829e5e35b14ee3369f9f6477
+SIZE (nbformat-5.7.3.tar.gz) = 140407
diff --git a/devel/py-nbformat/files/setup.py b/devel/py-nbformat/files/setup.py
index a09bf6ea23c5..742972d0114a 100644
--- a/devel/py-nbformat/files/setup.py
+++ b/devel/py-nbformat/files/setup.py
@@ -18,6 +18,7 @@ setup(
         'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: 3.9',
         'Programming Language :: Python :: 3.10',
+        'Programming Language :: Python :: 3.11',
     ],
     install_requires=[
         'fastjsonschema',
@@ -27,8 +28,14 @@ setup(
         'traitlets>=5.1',
     ],
     extras_require={
+        'docs': [
+            'myst-parser',
+            'pydata-sphinx-theme',
+            'sphinx',
+            'sphinxcontrib-github-alt',
+            'sphinxcontrib-spelling',
+        ],
         'test': [
-            'check-manifest',
             'pep440',
             'pre-commit',
             'pytest',