Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
66981490
Verified
Commit
66981490
authored
2 years ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
devel/py-nbformat: Update to 5.5.0
Changes:
https://github.com/jupyter/nbformat/blob/main/docs/changelog.rst
parent
6879948f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
devel/py-nbformat/Makefile
+4
-1
4 additions, 1 deletion
devel/py-nbformat/Makefile
devel/py-nbformat/distinfo
+3
-3
3 additions, 3 deletions
devel/py-nbformat/distinfo
devel/py-nbformat/files/setup.py
+40
-0
40 additions, 0 deletions
devel/py-nbformat/files/setup.py
with
47 additions
and
4 deletions
devel/py-nbformat/Makefile
+
4
−
1
View file @
66981490
PORTNAME
=
nbformat
PORTVERSION
=
5.
4
.0
PORTVERSION
=
5.
5
.0
CATEGORIES
=
devel python
MASTER_SITES
=
CHEESESHOP
PKGNAMEPREFIX
=
${
PYTHON_PKGNAMEPREFIX
}
...
...
@@ -24,4 +24,7 @@ USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH
=
yes
post-patch
:
@${
SED
}
-e
's|%%PORTVERSION%%|
${
PORTVERSION
}
|'
${
FILESDIR
}
/setup.py
>
${
WRKSRC
}
/setup.py
.
include
<bsd.port.mk>
This diff is collapsed.
Click to expand it.
devel/py-nbformat/distinfo
+
3
−
3
View file @
66981490
TIMESTAMP = 16
52122931
SHA256 (nbformat-5.
4
.0.tar.gz) =
44ba5ca6acb80c5d5a500f1e5b83ede8cbe364d5a495c4c8cf60aaf1ba656
50
1
SIZE (nbformat-5.
4
.0.tar.gz) = 1
37589
TIMESTAMP = 16
63673074
SHA256 (nbformat-5.
5
.0.tar.gz) =
9ebe30e6c3b3e5b47d39ff0a3897a1acf523d2bfafcb4e2d04cdb70f8a66c
50
7
SIZE (nbformat-5.
5
.0.tar.gz) = 1
41188
This diff is collapsed.
Click to expand it.
devel/py-nbformat/files/setup.py
0 → 100644
+
40
−
0
View file @
66981490
#!/usr/bin/env python
# setup.py generated by flit for tools that don't yet use PEP 517
from
distutils.core
import
setup
packages
=
\
[
'
nbformat
'
,
'
nbformat.corpus
'
,
'
nbformat.corpus.tests
'
,
'
nbformat.v1
'
,
'
nbformat.v2
'
,
'
nbformat.v3
'
,
'
nbformat.v4
'
]
package_data
=
\
{
''
:
[
'
*
'
]}
install_requires
=
\
[
'
fastjsonschema
'
,
'
jsonschema>=2.6
'
,
'
jupyter_core
'
,
'
traitlets>=5.1
'
]
extras_require
=
\
{
'
test
'
:
[
'
check-manifest
'
,
'
testpath
'
,
'
pytest
'
,
'
pre-commit
'
,
'
pep440
'
]}
entry_points
=
\
{
'
console_scripts
'
:
[
'
jupyter-trust =
'
'
nbformat.sign:TrustNotebookApp.launch_instance
'
]}
setup
(
name
=
'
nbformat
'
,
version
=
'
%%PORTVERSION%%
'
,
description
=
'
The Jupyter Notebook format
'
,
author
=
None
,
author_email
=
'
Jupyter Development Team <jupyter@googlegroups.com>
'
,
url
=
None
,
packages
=
packages
,
package_data
=
package_data
,
install_requires
=
install_requires
,
extras_require
=
extras_require
,
entry_points
=
entry_points
,
python_requires
=
'
>=3.7
'
,
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment