Skip to content

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
[project.scripts]
gyp = "gyp:script_main"
# TODO(cclauss): Enable these tools
# graphviz = "tools.graphviz:main"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think graphviz is a well-known name and we should not expose the tool in the name of graphviz.

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