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-10-20 13:25:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-rstr: updated to 3.2.2 3.2.2 - Removes type stubs for `random` to fix type-checking failures under Python 3.11. |
2023-04-19 07:23:36 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-rstr: updated to 3.2.1 3.2.1 - Fixes import failure under Python 3.11 |
2022-11-14 15:36:22 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-rstr: add missing tool dependency |
2022-11-09 23:59:49 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-rstr: python 3.x only |
2022-11-09 23:20:47 by Pierre Pronchery | Files touched by this commit (4) |
Log message: py-rstr: import version 3.2.0 rstr is a helper module for easily generating random strings of various types. It could be useful for fuzz testing, generating dummy data, or other applications. |