Path to this page:
./
devel/py-project-metadata,
PEP 621 metadata parsing
Branch: CURRENT,
Version: 0.9.0,
Package name: py312-project-metadata-0.9.0,
Maintainer: pkgsrc-usersDataclass for PEP 621 metadata with support for [core metadata]
generation
This project does not implement the parsing of `pyproject.toml`
containing PEP 621 metadata.
Instead, given a Python data structure representing PEP 621 metadata
(already parsed), it will validate this input and generate a PEP
643-compliant metadata file (e.g. `PKG-INFO`).
Master sites:
Filesize: 31.344 KB
Version history: (Expand)
- (2024-10-24) Updated to version: py312-project-metadata-0.9.0
- (2024-10-08) Updated to version: py312-project-metadata-0.8.1
- (2024-04-18) Updated to version: py311-project-metadata-0.8.0
- (2023-10-28) Updated to version: py311-project-metadata-0.7.1nb1
- (2023-10-23) Updated to version: py311-project-metadata-0.7.1
- (2023-06-29) Package added to pkgsrc.se, version py310-project-metadata-0.7.1 (created)
CVS history: (Expand)
2024-04-18 06:43:38 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-project-metadata: updated to 0.8.0
0.8.0 (17-04-2024)
- Support specifying the ``metadata_version`` as 2.1, 2.2, or 2.3
- Always normalize extras following PEP 685
- Preserve the user-specified name style in the metadata. ``.canonical_name`` \
added to get the normalized name
- Require "version" in the dynamic table if unset (following PEP 621)
- Support extras using markers containing "or"
- Support empty extras
- Using ``.as_rfc822()`` no longer modifies the metadata object
- Fix email-author listing for names containing commas
- Separate core metadata keywords with commas, following the (modified) spec
- An error message reported ``project.license`` instead of ``project.readme``
- Produce slightly cleaner tracebacks
Fix a typo in an exception message
- Subclasses now type check correctly
- The build backend is now ``flit-core``
|
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-23 09:53:40 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-project-metadata: add python to CATEGORIES
|
2023-06-29 23:51:38 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-project-metadata: not for Python 2
|
2023-06-29 11:32:11 by Thomas Klausner | Files touched by this commit (4) |
Log message:
devel/py-project-metadata: import py-project-metadata-0.7.1
Dataclass for PEP 621 metadata with support for [core metadata]
generation
This project does not implement the parsing of `pyproject.toml`
containing PEP 621 metadata.
Instead, given a Python data structure representing PEP 621 metadata
(already parsed), it will validate this input and generate a PEP
643-compliant metadata file (e.g. `PKG-INFO`).
|