mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-29 05:34:22 +02:00
34 lines
928 B
Plaintext
34 lines
928 B
Plaintext
pypi_name = "jupyter-packaging"
|
|
python_name = "python-jupyter-packaging"
|
|
modules = ["jupyter_packaging"]
|
|
version = "0.10.4"
|
|
release = "2"
|
|
summary = "Tools to help build and install Jupyter Python packages"
|
|
license = "BSD"
|
|
url = "https://github.com/jupyter/jupyter-packaging"
|
|
source = "%{pypi_source jupyter_packaging}"
|
|
archive_name = "jupyter_packaging"
|
|
description = '''
|
|
This package contains utilities for making Python packages with and without
|
|
accompanying JavaScript packages.
|
|
'''
|
|
|
|
extra_build_requires = ["extra"]
|
|
extra_test_env = ["test"]
|
|
|
|
test_method = "pytest"
|
|
unwanted_tests = [
|
|
"test_build_package",
|
|
"test_create_cmdclass",
|
|
"test_deprecated_metadata",
|
|
"test_develop",
|
|
"test_install",
|
|
"test_install_hybrid",
|
|
"test_run",
|
|
]
|
|
|
|
license_files = ["LICENSE"]
|
|
doc_files = ["README.md"]
|
|
|
|
changelog_head = "Fri Jul 23 2021 Package Maintainer <package@maintainer.com>"
|
|
changelog_msg = "Initial package" |