./textproc/py-validate-pyproject, Validation library and CLI tool for checking on pyproject.toml files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.23, Package name: py312-validate-pyproject-0.23, Maintainer: pkgsrc-users

With 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)


CVS history: (Expand)


   2024-11-12 10:58:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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``)