./lang/py-findpython, Utility to find Python versions on your system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.1, Package name: py313-findpython-0.7.1, Maintainer: pkgsrc-users

This 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: 18.425 KB

Version history: (Expand)


CVS history: (Expand)


   2025-11-13 14:51:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-findpython: updated to 0.7.1

0.7.1

Bug Fixes

Make test_find_python_from_uv_provider working on SunOS
   2025-08-05 08:01:10 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-findpython: updated to 0.7.0

0.7.0

Features

Add an option to show the python path only
Separate free-threaded python from normal ones

Bug Fixes

Add support for uv installed python
Correct the uv python dir with platformdirs
Return the original python executable if resolve_symlink=True
   2025-03-12 15:16:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-findpython: updated to 0.6.3

0.6.3
Bug Fixes

Refresh lockfile and fix deprecation warnings
Prefer 64bit Python interpreters
   2024-10-19 07:52:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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.