Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

BLD: Implement PEP639 licensing#28982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
QuLogic wants to merge2 commits intomatplotlib:main
base:main
Choose a base branch
Loading
fromQuLogic:dynamic-license
Draft
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions.github/workflows/cibuildwheel.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -48,14 +48,6 @@ jobs:
with:
python-version: '3.10'

# Something changed somewhere that prevents the downloaded-at-build-time
# licenses from being included in built wheels, so pre-download them so
# that they exist before the build and are included.
- name: Pre-download bundled licenses
run: >
curl -Lo LICENSE/LICENSE_QHULL
https://github.com/qhull/qhull/raw/2020.2/COPYING.txt

- name: Install dependencies
run: python -m pip install build twine

Expand All@@ -65,9 +57,6 @@ jobs:
python -m build --sdist
python ci/export_sdist_name.py

- name: Check README rendering for PyPI
run: twine check dist/*

- name: Upload sdist result
uses: actions/upload-artifact@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion.github/workflows/tests.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -261,7 +261,8 @@ jobs:
python -m pip install --upgrade $PRE \
'contourpy>=1.0.1' cycler fonttools kiwisolver importlib_resources \
packaging pillow 'pyparsing!=3.1.0' python-dateutil setuptools-scm \
'meson-python>=0.13.1' 'pybind11>=2.6' \
'git+https://github.com/dnicolodi/meson-python@pep639' 'pybind11>=2.6' \
'meson>=1.6.0rc2' 'pyproject-metadata>=0.9.0b7' \
-r requirements/testing/all.txt \
${{ matrix.extra-requirements }}

Expand Down
12 changes: 7 additions & 5 deletionspyproject.toml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,14 +6,12 @@ authors = [
]
description = "Python plotting package"
readme = "README.md"
license = { file = "LICENSE/LICENSE" }
dynamic = ["version"]
dynamic = ["version", "license", "license-files"]
classifiers=[
"Development Status :: 5 - Production/Stable",
"Framework :: Matplotlib",
"Intended Audience :: Science/Research",
"Intended Audience :: Education",
"License :: OSI Approved :: Python Software Foundation License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
Expand DownExpand Up@@ -46,7 +44,9 @@ requires-python = ">=3.10"
[project.optional-dependencies]
# Should be a copy of the build dependencies below.
dev = [
"meson-python>=0.13.1",
"meson-python @ git+https://github.com/dnicolodi/meson-python@pep639",
"meson>=1.6.0rc2",
"pyproject-metadata>=0.9.0b7",
"pybind11>=2.6,!=2.13.3",
"setuptools_scm>=7",
# Not required by us but setuptools_scm without a version, cso _if_
Expand All@@ -70,7 +70,9 @@ dev = [
build-backend = "mesonpy"
# Also keep in sync with optional dependencies above.
requires = [
"meson-python>=0.13.1",
"meson-python @ git+https://github.com/dnicolodi/meson-python@pep639",
"meson>=1.6.0rc2",
"pyproject-metadata>=0.9.0b7",
"pybind11>=2.6,!=2.13.3",
"setuptools_scm>=7",
]
Expand Down
4 changes: 3 additions & 1 deletionrequirements/dev/build-requirements.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
pybind11!=2.13.3
meson-python
git+https://github.com/dnicolodi/meson-python@pep639
meson>=1.6.0rc2
pyproject-metadata>=0.9.0b7
setuptools-scm
Loading

[8]ページ先頭

©2009-2025 Movatter.jp