Up to [cvs.NetBSD.org] / pkgsrc / devel / py-build
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 13 18:27:06 2022 UTC (2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
HEAD
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
py-build: updated to 0.8.0 0.8.0 Accept os.PathLike[str] in addition to str for paths in public API Add schema validation for build-system table to check conformity with PEP 517 and PEP 518 Better support for Python 3.11 Improved error printouts Avoid importing packaging unless needed Breaking Changes Failure to create a virtual environment in the build.env module now raises build.FailedProcessError
Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 25 21:18:28 2021 UTC (8 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
devel/py-build: import py-build-0.7.0 A simple, correct PEP517 package builder. build will invoke the PEP 517 hooks to build a distribution package. It is a simple build tool and does not perform any dependency management.