Path to this page:
./
textproc/py-validate-pyproject,
Validation library and CLI tool for checking on pyproject.toml files
Branch: CURRENT,
Version: 0.23,
Package name: py312-validate-pyproject-0.23,
Maintainer: pkgsrc-usersWith the approval of PEP 517 and PEP 518, the Python community shifted towards
a strong focus on standardisation for packaging software, which allows more
freedom when choosing tools during development and make sure packages created
using different technologies can interoperate without the need for custom
installation procedures.
This shift became even more clear when PEP 621 was also approved, as a
standardised way of specifying project metadata and dependencies.
validate-pyproject was born in this context, with the mission of validating
pyproject.toml files, and make sure they are compliant with the standards and
PEPs. Behind the scenes, validate-pyproject relies on JSON Schema files, which,
in turn, are also a standardised way of checking if a given data structure
complies with a certain specification.
Required to run:[
devel/py-setuptools] [
lang/python310]
Required to build:[
devel/py-setuptools_scm] [
devel/py-packaging]
Master sites:
Filesize: 110.739 KB
Version history: (Expand)
- (2024-11-12) Updated to version: py312-validate-pyproject-0.23
- (2024-10-24) Updated to version: py312-validate-pyproject-0.22
- (2024-10-16) Updated to version: py312-validate-pyproject-0.21
- (2024-08-14) Updated to version: py312-validate-pyproject-0.19
- (2024-05-22) Updated to version: py311-validate-pyproject-0.18
- (2024-05-07) Updated to version: py311-validate-pyproject-0.17
CVS history: (Expand)
2024-11-12 10:58:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-validate-pyproject: updated to 0.23
0.23
Validate SPDX license expressions
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-24 22:31:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-validate-pyproject: updated to 0.22
0.22
Prevent injecting defaults and modifying input in-place
|
2024-10-16 11:47:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-validate-pyproject: updated to 0.21
Version 0.21
* Added support PEP 735
* Added support PEP 639
* Renamed ``testing`` extra to ``test``
* General updates in CI setup
Version 0.20
- ``setuptools`` plugin:
* Update ``setuptools.schema.json``
|
2024-08-14 12:56:49 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-validate-pyproject: updated to 0.19
Version 0.19
- Relax requirements about module names to also allow dash characters
- Migrate metadata to ``pyproject.toml``
|
2024-05-22 11:00:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-validate-pyproject: updated to 0.18
v0.18
Allow overwrite when schemas refer to the same tool
|
2024-05-07 21:22:07 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-validate-pyproject: updated to 0.17
v0.17
Update version regex according to latest packaging version
Remove duplicate # ruff: noqa
Remove invalid top-of-the-file # type: ignore statement
Align tool.setuptools.dynamic.optional-dependencies with \
`project.optional-dependencies
Bump min Python version to 3.8
|
2024-01-24 07:54:39 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-validate-pyproject: updated to 0.16
Version 0.16
- Fix setuptools ``readme`` field
- Fix ``oneOf <> anyOf`` in setuptools schema
- Add previously omitted type keywords for string values
- Add schema validator check
- Add ``SchemaStore`` conversion script
- Allow tool(s) to be specified via URL (added CLI option: ``--tool``)
- Support ``uint`` formats (as used by Ruff's schema)
- Allow schemas to be loaded from ``SchemaStore`` (added CLI option: ``--store``)
|