Marcel Telka
2024-04-05 79617468d9a3eb8024c41c9f613c4782129ea181
commit | author | age
91279d 1 #
MT 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project nbformat
15 #
16
5b156f 17 BUILD_STYLE = pyproject
91279d 18
MT 19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        nbformat
796174 22 HUMAN_VERSION =            5.10.4
91279d 23 COMPONENT_SUMMARY =        nbformat - The Jupyter Notebook format
5b156f 24 COMPONENT_PROJECT_URL =        https://jupyter.org
91279d 25 COMPONENT_ARCHIVE_HASH =    \
796174 26     sha256:322168b14f937a5d11362988ecac2a4952d3d8e3a2cbeb2319584631226d5b3a
91279d 27 COMPONENT_LICENSE =        BSD-3-Clause
fa1afb 28 COMPONENT_LICENSE_FILE =    LICENSE
5b156f 29
MT 30 TEST_STYLE = pytest
91279d 31
MT 32 include $(WS_MAKE_RULES)/common.mk
ab2489 33
91279d 34 # Auto-generated dependencies
5b156f 35 PYTHON_REQUIRED_PACKAGES += library/python/fastjsonschema
MT 36 PYTHON_REQUIRED_PACKAGES += library/python/hatch-nodejs-version
37 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
38 PYTHON_REQUIRED_PACKAGES += library/python/jsonschema
39 PYTHON_REQUIRED_PACKAGES += library/python/jupyter-core
40 PYTHON_REQUIRED_PACKAGES += library/python/traitlets
91279d 41 PYTHON_REQUIRED_PACKAGES += runtime/python