Path to this page:
./
lang/py-findpython,
Utility to find Python versions on your system
Branch: CURRENT,
Version: 0.6.2,
Package name: py312-findpython-0.6.2,
Maintainer: pkgsrc-usersThis library is a rewrite of pythonfinder project by @techalchemy. It
simplifies the whole code structure while preserving most of the original
features.
Master sites:
Filesize: 17.354 KB
Version history: (Expand)
- (2024-10-19) Updated to version: py312-findpython-0.6.2
- (2024-04-19) Updated to version: py311-findpython-0.6.1
- (2024-04-09) Updated to version: py311-findpython-0.6.0
- (2023-12-08) Updated to version: py311-findpython-0.4.1
- (2023-10-28) Updated to version: py311-findpython-0.4.0nb1
- (2023-09-14) Updated to version: py311-findpython-0.4.0
CVS history: (Expand)
2024-10-19 07:52:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-findpython: updated to 0.6.2
0.6.2
Bug Fixes
Don't skip symlinks for rye provider
ci: Macos for old python versions
|
2024-04-19 06:42:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-findpython: updated to 0.6.1
0.6.1
Bug Fixes
Ignore invalid version strinig from winreg
|
2024-04-09 18:35:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-findpython: updated to 0.6.0
0.6.0
Features
Support find by implementation
|
2023-12-08 13:26:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-findpython: updated to 0.4.1
0.4.1
Bug Fixes
Find python exe on Windows for RyeProvider
|
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-09-14 11:30:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-findpython: updated to 0.4.0
0.4.0
Support allow_prereleases option
|
2023-07-19 10:23:39 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-findpython: updated to 0.3.1
0.3.1
Bug Fixes
Make GET_VERSION_TIMEOUT settable via env vars
0.3.0
feat: provider selector
feat: add support for RyeProvider
feat: Add way to filter providers
feat: add register_provider function and change ALL_PROVIDERS to a map
fix: don't import site-packages when running in-process scripts
|
2023-05-15 23:03:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-findpython: updated to 0.2.5
0.2.5
Bug Fixes
UTF-8 encoding of shell command output on Windows
windows: Findpython failed if PATH env contains folder with restricted access
|