Path to this page:
./
devel/py-pkginfo,
Query metadata from sdists / bdists / installed packages
Branch: CURRENT,
Version: 1.11.2,
Package name: py312-pkginfo-1.11.2,
Maintainer: kamel.derouicheQuery metadatdata from sdists / bdists / installed packages
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 440.255 KB
Version history: (Expand)
- (2024-10-11) Updated to version: py312-pkginfo-1.11.2
- (2024-06-11) Updated to version: py311-pkginfo-1.11.1
- (2024-06-08) Updated to version: py311-pkginfo-1.11.0
- (2024-03-11) Updated to version: py311-pkginfo-1.10.0
- (2023-02-09) Updated to version: py310-pkginfo-1.9.6
- (2022-07-20) Updated to version: py310-pkginfo-1.8.3
CVS history: (Expand)
2024-03-11 14:20:11 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
py-pkginfo: according to update notes, wheel is a full dep - make it so.
|
2024-03-11 14:19:42 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-pkginfo: update to 1.10.0.
Convert to wheel.mk.
1.10.0 (2024-03-03)
-------------------
- Add support for Python 3.11 and 3.12.
- Drop support for Python 3.6.
- Declare explicit testing dependency on 'wheel'.
- Add support for Metadata 2.3.
|
2022-08-24 11:25:57 by Thomas Klausner | Files touched by this commit (17) |
Log message:
*: use coverage from versioned_dependencies.mk
|
2022-07-20 10:35:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pkginfo: updated to 1.8.3
1.8.3 (2022-06-08)
------------------
- Specify supported Python versions in 'setup.py' using 'python_requires'.
|
2022-02-19 05:32:10 by Pierre Pronchery | Files touched by this commit (1) |
Log message:
py-pkginfo: fix a pasto in the COMMENT
Bumps PKGREVISION.
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-02 12:05:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pkginfo: updated to 1.8.2
1.8.2 (2021-12-01)
------------------
- Add fix for installed distributions with '__package__' set to an empty
string.
1.8.1 (2021-11-19)
------------------
- Add 'MANIFEST.in' to ensure example files used by tests are included
in source distributions.
1.8.0 (2021-11-18)
------------------
- Support new standard metadata location for installed dists.
- Don't overwrite header-based 'description' with empty payload.
- Add support for Metadata-Version 2.2.
- Add support for uncompressed tarballs for sdists.
- Add support for Python 3.10.
|