Path to this page:
./
devel/py-pdm_backend,
Build backend used by PDM that supports latest packaging standards
Branch: CURRENT,
Version: 2.4.3,
Package name: py312-pdm_backend-2.4.3,
Maintainer: pkgsrc-usersThis 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: 114.926 KB
Version history: (Expand)
- (2024-11-01) Updated to version: py312-pdm_backend-2.4.3
- (2024-10-19) Updated to version: py312-pdm_backend-2.4.2
- (2024-09-22) Updated to version: py312-pdm_backend-2.4.1
- (2024-07-16) Updated to version: py311-pdm_backend-2.3.3
- (2024-07-07) Updated to version: py311-pdm_backend-2.3.2
- (2024-06-26) Updated to version: py311-pdm_backend-2.3.1
CVS history: (Expand)
2024-11-01 01:10:50 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-pdm_backend: update to 2.4.3.
Bump validate-pyproject to 0.9.0 - by @henryiii in #265 (23484)
Update dependencies - by @frostming (7f7dd)
Update badge - by @frostming (6fdd4)
Migrate tool config to pyproject.toml - by @frostming (d5d5c)
|
2024-07-16 05:11:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pdm_backend: updated to 2.3.3
2.3.3
Bug Fixes
Pdm_build.py added twice in sdist file.
|
2024-04-21 17:39:52 by Thomas Klausner | Files touched by this commit (2) | |
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) | |
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) | |
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) | |
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) | |
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) | |
Log message:
py-pdm_backend: updated to 2.1.6
2.1.6
Bug Fixes
Path to uri expansion in dependency string
|