Skip to content

fix(build): Use SPDX license expression#310

Open
cclauss wants to merge 1 commit intonodejs:mainfrom
cclauss:fix-SPDX-license-expression
Open

fix(build): Use SPDX license expression#310
cclauss wants to merge 1 commit intonodejs:mainfrom
cclauss:fix-SPDX-license-expression

Conversation

@cclauss
Copy link
Contributor

@cclauss cclauss commented Aug 25, 2025

Blocked by support for end-of-life Python 3.8

Fix build warnings:

[ ... ] /python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning:
  License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: BSD License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()

The SPDX license expression was found by reading the top of https://github.com/nodejs/gyp-next/blob/main/LICENSE and then looking up the correct value at https://spdx.org/licenses

@cclauss cclauss added python Pull requests that update Python code blocked labels Aug 25, 2025
@cclauss
Copy link
Contributor Author

cclauss commented Mar 2, 2026

Failing test was fixed in:

@cclauss cclauss force-pushed the fix-SPDX-license-expression branch from 0c232d3 to 457d2ff Compare March 2, 2026 14:50
@cclauss cclauss force-pushed the fix-SPDX-license-expression branch from 457d2ff to 5f17e1b Compare March 2, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants