Subject: CVS commit: pkgsrc/devel/py-build
From: Adam Ciarcinski
Date: 2024-02-29 22:09:18
Message id: 20240229210918.29DF5FA27@cvs.NetBSD.org

Log Message:
py-build: updated to 1.1.1

1.1.1 (2024-02-29)

Fixed invoking outer pip from user site packages
Corrected the minimum pip version required to use an outer pip

1.1.0 (2024-02-29)

Use external pip if available instead of installing, speeds up environment setup \ 
with virtualenv slightly and venv significantly.
Stopped injecting wheel as a build dependency automatically, in the case of \ 
missing pyproject.toml
Use importlib_metadata on Python <3.10.2 for bugfixes not present in those \ 
CPython standard libraries (not required when bootstrapping)

Files:
RevisionActionfile
1.17modifypkgsrc/devel/py-build/Makefile
1.5modifypkgsrc/devel/py-build/PLIST
1.7modifypkgsrc/devel/py-build/distinfo
1.2modifypkgsrc/devel/py-build/patches/patch-pyproject.toml