Path to this page:
Subject: CVS commit: pkgsrc/devel/py-setuptools
From: Adam Ciarcinski
Date: 2022-06-13 20:26:00
Message id: 20220613182600.D3BC4FB1A@cvs.NetBSD.org
Log Message:
py-setuptools: updated to 62.4.0
v62.4.0
Changes
* Added setuptools.command.build command to match distutils.command.build -- by \
:user:`isuruf`
* Merge with pypa/distutils@75ed79d including reformat using black, fix for \
Cygwin support, and improved support for cross compiling.
Documentation changes
* Changes to the User Guide's Entry Points page -- by :user:`codeandfire`
* Further minor corrections to the Entry Points page -- by :user:`codeandfire`
* Rework some documentation pages to de-emphasize distutils and the history of \
packaging in the Python ecosystem. The focus of these changes is to make the \
documentation easier to read for new users.
* Update documentation about dependency management, removing mention to the \
deprecated dependency_links and adding some small improvements.
* Extracted text about automatic resource extraction and the zip-safe flag from \
userguide/miscellaneous to deprecated/resource_extraction and \
deprecated/zip_safe.
Extracted text about additional metadata files from userguide/miscellaneous into \
the existing userguide/extension document.
Updated userguide/extension to better reflect the status of the setuptools project.
Removed userguide/functionalities_rewrite (a virtually empty part of the docs).
Files: