head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.6 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.4 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.2 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.3.0.14 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.12 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.10 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.8 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.6 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.4 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.2 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.2.0.2 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2025.08.05.06.01.09; author adam; state Exp; branches; next 1.3; commitid wCdlqCpYTfjVjv5G; 1.3 date 2023.10.28.19.57.10; author wiz; state Exp; branches; next 1.2; commitid jP8MYROLWZ3yJqKE; 1.2 date 2023.07.19.08.23.39; author adam; state Exp; branches; next 1.1; commitid Gk1ieLmGEk6q9oxE; 1.1 date 2023.05.04.07.22.08; author adam; state Exp; branches; next ; commitid mSVVRVOs8KqVfCnE; desc @@ 1.4 log @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 @ text @@@comment $NetBSD: PLIST,v 1.3 2023/10/28 19:57:10 wiz Exp $ bin/findpython-${PYVERSSUFFIX} ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE ${PYSITELIB}/findpython/__init__.py ${PYSITELIB}/findpython/__init__.pyc ${PYSITELIB}/findpython/__init__.pyo ${PYSITELIB}/findpython/__main__.py ${PYSITELIB}/findpython/__main__.pyc ${PYSITELIB}/findpython/__main__.pyo ${PYSITELIB}/findpython/__version__.py ${PYSITELIB}/findpython/__version__.pyc ${PYSITELIB}/findpython/__version__.pyo ${PYSITELIB}/findpython/finder.py ${PYSITELIB}/findpython/finder.pyc ${PYSITELIB}/findpython/finder.pyo ${PYSITELIB}/findpython/pep514tools/__init__.py ${PYSITELIB}/findpython/pep514tools/__init__.pyc ${PYSITELIB}/findpython/pep514tools/__init__.pyo ${PYSITELIB}/findpython/pep514tools/__main__.py ${PYSITELIB}/findpython/pep514tools/__main__.pyc ${PYSITELIB}/findpython/pep514tools/__main__.pyo ${PYSITELIB}/findpython/pep514tools/_registry.py ${PYSITELIB}/findpython/pep514tools/_registry.pyc ${PYSITELIB}/findpython/pep514tools/_registry.pyo ${PYSITELIB}/findpython/pep514tools/environment.py ${PYSITELIB}/findpython/pep514tools/environment.pyc ${PYSITELIB}/findpython/pep514tools/environment.pyo ${PYSITELIB}/findpython/providers/__init__.py ${PYSITELIB}/findpython/providers/__init__.pyc ${PYSITELIB}/findpython/providers/__init__.pyo ${PYSITELIB}/findpython/providers/asdf.py ${PYSITELIB}/findpython/providers/asdf.pyc ${PYSITELIB}/findpython/providers/asdf.pyo ${PYSITELIB}/findpython/providers/base.py ${PYSITELIB}/findpython/providers/base.pyc ${PYSITELIB}/findpython/providers/base.pyo ${PYSITELIB}/findpython/providers/macos.py ${PYSITELIB}/findpython/providers/macos.pyc ${PYSITELIB}/findpython/providers/macos.pyo ${PYSITELIB}/findpython/providers/path.py ${PYSITELIB}/findpython/providers/path.pyc ${PYSITELIB}/findpython/providers/path.pyo ${PYSITELIB}/findpython/providers/pyenv.py ${PYSITELIB}/findpython/providers/pyenv.pyc ${PYSITELIB}/findpython/providers/pyenv.pyo ${PYSITELIB}/findpython/providers/rye.py ${PYSITELIB}/findpython/providers/rye.pyc ${PYSITELIB}/findpython/providers/rye.pyo ${PYSITELIB}/findpython/providers/uv.py ${PYSITELIB}/findpython/providers/uv.pyc ${PYSITELIB}/findpython/providers/uv.pyo ${PYSITELIB}/findpython/providers/winreg.py ${PYSITELIB}/findpython/providers/winreg.pyc ${PYSITELIB}/findpython/providers/winreg.pyo ${PYSITELIB}/findpython/python.py ${PYSITELIB}/findpython/python.pyc ${PYSITELIB}/findpython/python.pyo ${PYSITELIB}/findpython/utils.py ${PYSITELIB}/findpython/utils.pyc ${PYSITELIB}/findpython/utils.pyo @ 1.3 log @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. @ text @d1 1 a1 1 @@comment $NetBSD$ d53 3 @ 1.2 log @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 @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.1 2023/05/04 07:22:08 adam Exp $ a2 1 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER a4 1 ${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED a5 1 ${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json d10 1 d13 1 d16 1 d19 1 d22 1 d25 1 d28 1 d31 1 d34 1 d37 1 d40 1 d43 1 d46 1 d49 1 d52 1 d55 1 d58 1 d61 1 @ 1.1 log @py-findpython: added version 0.2.4 This library is a rewrite of pythonfinder project by @@techalchemy. It simplifies the whole code structure while preserving most of the original features. @ text @d1 1 a1 1 @@comment $NetBSD$ a36 2 ${PYSITELIB}/findpython/providers/pep514.py ${PYSITELIB}/findpython/providers/pep514.pyc d39 4 @