Path to this page:
./
devel/py-build,
Simple, correct PEP517 package builder
Branch: CURRENT,
Version: 0.8.0nb1,
Package name: py39-build-0.8.0nb1,
Maintainer: pkgsrc-usersA 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.
Master sites:
Filesize: 16.667 KB
Version history: (Expand)
- (2022-06-23) Updated to version: py39-build-0.8.0nb1
- (2022-06-13) Updated to version: py39-build-0.8.0
- (2022-04-20) Updated to version: py39-build-0.7.0nb3
- (2022-01-05) Updated to version: py39-build-0.7.0nb2
- (2022-01-05) Updated to version: py39-build-0.7.0nb1
- (2021-11-26) Package added to pkgsrc.se, version py39-build-0.7.0 (created)
CVS history: (Expand)
2022-06-23 09:26:26 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-build: fix ALTERNATIVES entry
Bump PKGREVISION.
|
2022-06-13 20:27:06 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
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
|
2022-04-18 13:28:54 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
py-build: add PYVERSSUFFIX to binary name to avoid conflicts between Python versions
|
2022-01-13 22:30:00 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-build: remove reference to python 3.6
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
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.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-11-25 22:18:28 by Thomas Klausner | Files touched by this commit (4) |
Log message:
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.
|