./devel/py-pdm_backend, Build backend used by PDM that supports latest packaging standards

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


Branch: CURRENT, Version: 2.2.1, Package name: py311-pdm_backend-2.2.1, Maintainer: pkgsrc-users

This is the backend for PDM projects that is fully-compatible with PEP 517
spec, but you can also use it alone. It reads the metadata of PEP 621 format
and coverts it to Core metadata.


Master sites:

Filesize: 107.307 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-21 17:39:52 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-pdm_backend: update to 2.2.1.

Add parameter --build-number to wheel builder  -  by @0xfabioo and Frost Ming in \ 
#229 (d7d15)
Bump pyproject-metadata to 0.8.0  -  by @frostming in #231 (5f538)
   2024-04-15 07:15:56 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pdm_backend: updated to 2.2.0

2.2.0

Features

Don't add '+editable' to the editable version
Custom version format for source="scm"
Fallback_version config for scm version
vendor: Update packaging to 24.0
vendors: Update pyproject-metadata to 0.8.0rc1

Bug Fixes

Change to datetime.now(tz=UTC)

Documentation

Add missing dep

Chores

Update lockfile to the latest version
   2023-12-31 22:35:08 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-pdm_backend: update to 2.1.8.

Can't include nested data files in built wheel
Correct pep number
Update domain name
   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-10-09 12:39:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pdm_backend: updated to 2.1.7

2.1.7

Bug Fixes

Rename tag-pattern to tag_regex in the docs
Copytree handle existing dirs
Normalize the dist info name in the wheel
   2023-08-29 14:43:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pdm_backend: updated to 2.1.6

2.1.6
Bug Fixes

Path to uri expansion in dependency string
   2023-08-10 14:35:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pdm_backend: updated to 2.1.5

2.1.5
Bug Fixes

Don't quote project root in file:// urls
Write version to file doesn't work for editable installs
   2023-07-19 10:16:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pdm_backend: updated to 2.1.4

2.1.4
Bug Fixes
Write version file for sdist build as well