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

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


Branch: CURRENT, Version: 0.6.1, Package name: py311-findpython-0.6.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: 17.38 KB

Version history: (Expand)


CVS history: (Expand)


   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.
   2023-09-14 11:30:42 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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
   2023-05-07 12:51:43 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-findpython: add missing dependency