peps icon indicating copy to clipboard operation
peps copied to clipboard

PEP 723: Mark as final

Open ofek opened this issue 1 year ago • 1 comments

  • Documented: https://packaging.python.org/en/latest/specifications/inline-script-metadata/
  • Implemented:
    • Hatch: https://hatch.pypa.io/latest/how-to/run/python-scripts/
    • pip-run: https://github.com/jaraco/pip-run/tree/v12.6.1#script-declared-dependencies
  • [X] Final implementation has been merged (including tests and docs)
  • [X] PEP matches the final implementation
  • [ ] Any substantial changes since the accepted version approved by the SC/PEP delegate
  • [X] Pull request title in appropriate format (PEP 123: Mark Final)
  • [X] Status changed to Final (and Python-Version is correct)
  • [ ] Canonical docs/spec linked with a canonical-doc directive (or canonical-pypa-spec for packaging PEPs, or canonical-typing-spec for typing PEPs)

📚 Documentation preview 📚: https://pep-previews--3772.org.readthedocs.build/

ofek avatar May 05 '24 23:05 ofek

Please copy the checklist at https://github.com/python/peps/blob/main/.github/PULL_REQUEST_TEMPLATE/Mark%20a%20PEP%20Final.md to the OP, and add the Sphinx directive for the banner link to the canonical docs.

Compare: https://peps.python.org/pep-0721/

And also delete the Content-Type: text/x-rst header, we don't need those any more.

Thank you!

hugovk avatar May 06 '24 07:05 hugovk

https://github.com/pypa/packaging.python.org/pull/1544

ofek avatar May 08 '24 13:05 ofek

Does everything look fine now?

ofek avatar May 16 '24 04:05 ofek

It does, thank you!

hugovk avatar May 16 '24 12:05 hugovk