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.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-26 19:34:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pkginfo: updated to 1.7.1
1.7.1 (2021-07-09)
------------------
- Use Python3 to build docs, and fix doctest examples to use Python3-
compatible syntax.
|
2021-05-08 08:19:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pkginfo: updated to 1.7.0
1.7.0 (2021-01-16)
- Add support for Python 3.9
- Drop support for Python 3.5.
|
2020-12-06 12:28:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pkginfo: updated to 1.6.1
1.6.1
- Adjust test classifiers to match supported Python versions.
1.6.0
- Add support for Python 3.8.
- Drop support for Python 3.4.
- Update tests to match setuptools' change, no longer reporting metadata
version for installed packages w/o explicit metadata.
|
2019-01-09 09:35:32 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pkginfo: updated to 1.5.0.1
1.5.0.1:
- Fix broken 'sdist'.
|
2019-01-08 10:17:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pkginfo: updated to 1.5.0
1.5.0:
Fix ‘console_scripts’ entry point syntax.
Add support for JSON output from the CLI.
Add support for installed wheels. E.g., ‘dist-info/’ dirs.
Add support for Python 3.6 and 3.7.
Drop support for Python 3.3.
|