2022-11-09 08:54:20 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-build: use correct dependencies |
2022-10-28 11:46:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-build: updated to 0.9.0 0.9.0 (2022-10-27) Hide a Python 3.11.0 unavoidable warning with venv Fix infinite recursion error in check_dependency with circular dependencies Only import colorama on Windows Flush output more often to reduce interleaved output Small API cleanup, like better __all__ and srcdir being read only. Only use importlib_metadata when needed Clarify in printout when build dependencies are being installed |
2022-08-01 10:12:36 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-build: unclog for Python 3.7 |
2022-07-30 22:21:32 by Tobias Nygren | Files touched by this commit (1) |
Log message: py-build: mark as BROKEN for py37 |
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 |