Up to [cvs.NetBSD.org] / pkgsrc / devel / py-build
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 1 08:12:36 2022 UTC (2 weeks, 4 days ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +2 -3
lines
Diff to previous 1.8 (colored)
py-build: unclog for Python 3.7
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 30 20:21:32 2022 UTC (2 weeks, 5 days ago) by tnn
Branch: MAIN
Changes since 1.7: +3 -2
lines
Diff to previous 1.7 (colored)
py-build: mark as BROKEN for py37
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 23 07:26:26 2022 UTC (8 weeks, 1 day ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
py-build: fix ALTERNATIVES entry Bump PKGREVISION.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 13 18:27:06 2022 UTC (2 months ago) by adam
Branch: MAIN
Changes since 1.5: +2 -3
lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Mon Apr 18 11:28:54 2022 UTC (4 months ago) by adam
Branch: MAIN
Changes since 1.4: +6 -2
lines
Diff to previous 1.4 (colored)
py-build: add PYVERSSUFFIX to binary name to avoid conflicts between Python versions
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 13 21:30:00 2022 UTC (7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
py-build: remove reference to python 3.6
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 5 15:41:01 2022 UTC (7 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.2: +4 -2
lines
Diff to previous 1.2 (colored)
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.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 4 20:52:53 2022 UTC (7 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
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-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.