./devel/py-project-api, API to interact with the python pyproject.toml based projects

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


Branch: CURRENT, Version: 1.6.1nb1, Package name: py311-project-api-1.6.1nb1, Maintainer: pkgsrc-users

This package provides a Python module with an API to interact with
the python pyproject.toml based projects.


Master sites:

Filesize: 21.979 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-08-31 19:42:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-project-api: updated to 1.6.1

v1.6.1 - (2023-08-29)
---------------------
- Fix :meth:`pyproject_api.Frontend.metadata_from_built` only extracts one of \ 
the dist info files.

v1.6.0 - (2023-08-29)
---------------------
- Remove ``build_<wheel|editable>`` from \ 
``prepare_metadata_for_build_<wheel|editable>`` to allow separate config
  parametrization and instead add \ 
:meth:`pyproject_api.Frontend.metadata_from_built` the user can call when the \ 
prepare
  fails. Pass ``None`` for ``metadata_directory`` for such temporary wheel builds.
   2023-08-24 22:08:40 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-project-api: update to 1.5.4.

What's Changed

    Exclude dependabot and pre-commit ci from release notes by @gaborbernat in #88
    Bump tools and deps by @gaborbernat in #92
    Make sure that the order of Requires-Dist does not matter by @frenzymadness \ 
in #95
   2023-07-19 09:23:11 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-project-api: fix PKGNAME and DEPENDS
   2023-07-17 21:17:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-project-api: updated to 1.5.3

1.5.3
Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7
Fix read_line to raise EOFError if nothing was read
   2023-07-01 13:25:04 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-project-api: update to 1.5.2.

What's Changed

    Bump deps and tools by @gaborbernat in #56
    Add pyproject-fmt by @gaborbernat in #57
    Bump pypa/gh-action-pypi-publish from 1.6.5 to 1.7.1 by @dependabot in #60
    docs: remove (dynamic) years from copyright by @paravoid in #58
    Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by @dependabot in #61
    Bump deps and tools by @gaborbernat in #62
    Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by @dependabot in #63
    Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by @dependabot in #66
    Bump deps and tools by @gaborbernat in #67
    Bump deps and tools by @gaborbernat in #70
    Drop 2.7 test by @gaborbernat in #72
    Add trusted-publish by @gaborbernat in #73
    Add 3.12 support by @gaborbernat in #74
    Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #76
    git ls-files -z -- .github/workflows/check.yml | xargs -0 sed -i \ 
's|3.12.0-alpha.7|3.12.0-beta.1|g' by @gaborbernat in #80
    Add ruff by @gaborbernat in #81
   2023-05-01 11:15:39 by Thomas Klausner | Files touched by this commit (4)
Log message:
devel/py-project-api: import py-project-api-1.5.1

This package provides a Python module with an API to interact with
the python pyproject.toml based projects.