Skip to content

Commit 3360180

Browse files
author
adam
committed
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
1 parent e88a329 commit 3360180

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

lang/py-findpython/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.11 2025/03/12 14:16:22 adam Exp $
1+
# $NetBSD: Makefile,v 1.12 2025/08/05 06:01:09 adam Exp $
22

3-
DISTNAME= findpython-0.6.3
3+
DISTNAME= findpython-0.7.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= lang python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=f/findpython/}
@@ -12,6 +12,7 @@ LICENSE= mit
1212

1313
TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend>0:../../devel/py-pdm_backend
1414
DEPENDS+= ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging
15+
DEPENDS+= ${PYPKGPREFIX}-platformdirs>=4.3.6:../../misc/py-platformdirs
1516

1617
USE_LANGUAGES= # none
1718

lang/py-findpython/PLIST

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.3 2023/10/28 19:57:10 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.4 2025/08/05 06:01:09 adam Exp $
22
bin/findpython-${PYVERSSUFFIX}
33
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
44
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -50,6 +50,9 @@ ${PYSITELIB}/findpython/providers/pyenv.pyo
5050
${PYSITELIB}/findpython/providers/rye.py
5151
${PYSITELIB}/findpython/providers/rye.pyc
5252
${PYSITELIB}/findpython/providers/rye.pyo
53+
${PYSITELIB}/findpython/providers/uv.py
54+
${PYSITELIB}/findpython/providers/uv.pyc
55+
${PYSITELIB}/findpython/providers/uv.pyo
5356
${PYSITELIB}/findpython/providers/winreg.py
5457
${PYSITELIB}/findpython/providers/winreg.pyc
5558
${PYSITELIB}/findpython/providers/winreg.pyo

lang/py-findpython/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.9 2025/03/12 14:16:22 adam Exp $
1+
$NetBSD: distinfo,v 1.10 2025/08/05 06:01:10 adam Exp $
22

3-
BLAKE2s (findpython-0.6.3.tar.gz) = fbc16d3133dbef6db058d3e86a4755d8da924a0e3beeee917049316afd4be753
4-
SHA512 (findpython-0.6.3.tar.gz) = 111a8b5895a122e6e845de5afdec7a476fabbfdc64af289417ec8c168b45fb0832a0a30e07abf48b6e63c74ff8938796509e3d9d8b8f97b3463427dd49203e80
5-
Size (findpython-0.6.3.tar.gz) = 17827 bytes
3+
BLAKE2s (findpython-0.7.0.tar.gz) = 1c6fafdbb50de421d616e532b2918c341b54fed87b181c4279b74cfb47826cee
4+
SHA512 (findpython-0.7.0.tar.gz) = d9b77c2b35e2f85c2a9941095878730d3741be84f4bbc3a22d25944dc0731521269e739124c1c111466bc72591a6638bac7f8511e97cde9aa680869e0440c0e3
5+
Size (findpython-0.7.0.tar.gz) = 18858 bytes

0 commit comments

Comments
 (0)