2023-11-09 07:51:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-pep517: updated to 0.13.1 v0.13.1 deprecation notice |
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message: python/wheel.mk: simplify a lot, and switch to 'installer' for installation This follows the recommended bootstrap method (flit_core, build, installer). However, installer installs different files than pip, so update PLISTs for all packages using wheel.mk and bump their PKGREVISIONs. |
2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message: *: use PYTHON_VERSION instead of _PYTHON_VERSION |
2022-11-14 09:43:06 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: py-pep517: use correct DEPENDS for Python 3.11 |
2022-08-01 09:52:59 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-pep517: updated to 0.13.0 0.13 - Remove support for end-of-life Pythons. Now requires Python3.6+. - Remove support for ``toml`` package. Now requires ``tomli``. - Rely on preferred "files" API on Python 3.9 and later. |
2022-01-22 16:24:20 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-pep517: fix PLIST for python 2.7 |
2022-01-09 12:58:16 by Thomas Klausner | Files touched by this commit (22) |
Log message: egg.mk: remove --single-version-externally-managed setuptools has this as default when --root is used (since version 0.6a11). |
2022-01-07 12:46:59 by Tobias Nygren | Files touched by this commit (21) |
Log message: fix typo |
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 |
2022-01-01 22:21:41 by Thomas Klausner | Files touched by this commit (9) |
Log message: *: convert more to egg.mk |