Subject: CVS commit: pkgsrc/devel/py-setuptools
From: Adam Ciarcinski
Date: 2023-02-21 07:19:44
Message id: 20230221061944.67BF1FA90@cvs.NetBSD.org

Log Message:
py-setuptools: updated to 67.3.3

v67.3.3

Misc

* Restore quoted #include argument to has_function.

v67.3.2

Misc

* Improve deprecation warning message on pkg_resources.declare_namespace to \ 
display package name.

v67.3.1

Misc

* Fixes egg_info code path triggered during integration with pip.

v67.3.0

Deprecations

* Added deprecation warning for pkg_resources.declare_namespace. Users that wish \ 
to implement namespace packages, are recommended to follow the practice \ 
described in PEP 420 and omit the __init__.py file entirely.

Changes

* Reduced usage of pkg_resources in setuptools via internal restructuring and \ 
refactoring.

Misc

* Added debugging tips for "editable mode" and update related docs. \ 
Instead of using a custom exception to display the help message to the user, \ 
setuptools will now use a warning and re-raise the original exception.
* Added clarification about editable_wheel and dist_info CLI commands: they \ 
should not be called directly with python setup.py .... Instead they are \ 
reserved for internal use of setuptools (effectively as "private" \ 
commands). Users are recommended to rely on build backend APIs (PEP 517 and PEP \ 
660) exposed by setuptools.build_meta.

Files:
RevisionActionfile
1.230modifypkgsrc/devel/py-setuptools/Makefile
1.77modifypkgsrc/devel/py-setuptools/PLIST
1.206modifypkgsrc/devel/py-setuptools/distinfo