./devel/py-pyproject_hooks, Wrappers to call pyproject.toml-based build backend hooks

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


Branch: CURRENT, Version: 1.2.0, Package name: py312-pyproject_hooks-1.2.0, Maintainer: pkgsrc-users

This is a low-level library for calling build-backends in pyproject.toml-based
project. It provides the basic functionality to help write tooling that
generates distribution files from Python projects.


Master sites:

Filesize: 18.777 KB

Version history: (Expand)


CVS history: (Expand)


   2024-10-12 13:04:07 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-pyproject_hooks: update to 1.2.0.

v1.2
----

- Improve interoperability with ``importlib.metadata``, fixing a regression
  in setuptools compatibility in 1.1 (#199).
- Clean up the ``_in_process`` directory inside the package from ``sys.path``
  before imporing the backend (#193).

v1.1
----

- Add type annotations to the public API.
- More careful handling of the ``backend-path`` key from ``pyproject.toml``.
  Previous versions would load the backend and then check that it was loaded
  from the specified path; the new version only loads it from the specified path.
  The ``BackendInvalid`` exception is now a synonym for :exc:`BackendUnavailable`,
  and code should move to using the latter name.
   2024-05-01 07:23:57 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
py-pyproject_hooks: revert to 1.0.0
   2024-04-30 05:57:56 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pyproject_hooks: updated to 1.1.0

v1.1

Add type annotations to the public API.
More careful handling of the backend-path key from pyproject.toml. Previous \ 
versions would load the backend and then check that it was loaded from the \ 
specified path; the new version only loads it from the specified path. The \ 
BackendInvalid exception is now a synonym for BackendUnavailable, and code \ 
should move to using the latter name.
   2023-10-26 00:27:13 by Thomas Klausner | Files touched by this commit (3)
Log message:
py-pyproject_hooks: use bootstrap.mk

Bump PKGREVISION.
   2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
   2023-02-14 18:42:54 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
py-pyproject_hooks: added version 1.0.0

This is a low-level library for calling build-backends in pyproject.toml-based
project. It provides the basic functionality to help write tooling that
generates distribution files from Python projects.