./devel/py-pkginfo, Query metadata from sdists / bdists / installed packages

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


Branch: CURRENT, Version: 1.10.0, Package name: py311-pkginfo-1.10.0, Maintainer: kamel.derouiche

Query metadatdata from sdists / bdists / installed packages


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 369.587 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-11 14:20:11 by Thomas Klausner | Files touched by this commit (1) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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.