Path to this page:
./
devel/py-project-api,
API to interact with the python pyproject.toml based projects
Branch: CURRENT,
Version: 1.8.0,
Package name: py312-project-api-1.8.0,
Maintainer: pkgsrc-usersThis package provides a Python module with an API to interact with
the python pyproject.toml based projects.
Master sites:
Filesize: 21.816 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-project-api-1.8.0
- (2024-09-18) Updated to version: py312-project-api-1.7.2
- (2024-07-17) Updated to version: py311-project-api-1.7.1
- (2023-10-28) Updated to version: py311-project-api-1.6.1nb1
- (2023-08-31) Updated to version: py311-project-api-1.6.1
- (2023-08-24) Updated to version: py311-project-api-1.5.4
CVS history: (Expand)
2024-10-14 19:06:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-project-api: updated to 1.8.0
1.8.0
really drop python<3 support
|
2024-09-18 11:18:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-project-api: updated to 1.7.2
1.7.2
Improve the CI
|
2024-07-17 10:02:57 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-project-api: updated to 1.7.1
1.7.1
Move changelog to GH releases
1.7.0
docs: correct Homepage URL
Bump and fix CI for new setuptools
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
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) | |
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) | |
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) | |
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
|