pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py-findpython



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  5 06:01:10 UTC 2025

Modified Files:
        pkgsrc/lang/py-findpython: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/py-findpython/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/py-findpython/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/py-findpython/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-findpython/Makefile
diff -u pkgsrc/lang/py-findpython/Makefile:1.11 pkgsrc/lang/py-findpython/Makefile:1.12
--- pkgsrc/lang/py-findpython/Makefile:1.11     Wed Mar 12 14:16:22 2025
+++ pkgsrc/lang/py-findpython/Makefile  Tue Aug  5 06:01:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2025/03/12 14:16:22 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/08/05 06:01:09 adam Exp $
 
-DISTNAME=      findpython-0.6.3
+DISTNAME=      findpython-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/findpython/}
@@ -12,6 +12,7 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend>0:../../devel/py-pdm_backend
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-platformdirs>=4.3.6:../../misc/py-platformdirs
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/lang/py-findpython/PLIST
diff -u pkgsrc/lang/py-findpython/PLIST:1.3 pkgsrc/lang/py-findpython/PLIST:1.4
--- pkgsrc/lang/py-findpython/PLIST:1.3 Sat Oct 28 19:57:10 2023
+++ pkgsrc/lang/py-findpython/PLIST     Tue Aug  5 06:01:09 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/28 19:57:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/08/05 06:01:09 adam Exp $
 bin/findpython-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -50,6 +50,9 @@ ${PYSITELIB}/findpython/providers/pyenv.
 ${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

Index: pkgsrc/lang/py-findpython/distinfo
diff -u pkgsrc/lang/py-findpython/distinfo:1.9 pkgsrc/lang/py-findpython/distinfo:1.10
--- pkgsrc/lang/py-findpython/distinfo:1.9      Wed Mar 12 14:16:22 2025
+++ pkgsrc/lang/py-findpython/distinfo  Tue Aug  5 06:01:10 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/03/12 14:16:22 adam Exp $
+$NetBSD: distinfo,v 1.10 2025/08/05 06:01:10 adam Exp $
 
-BLAKE2s (findpython-0.6.3.tar.gz) = fbc16d3133dbef6db058d3e86a4755d8da924a0e3beeee917049316afd4be753
-SHA512 (findpython-0.6.3.tar.gz) = 111a8b5895a122e6e845de5afdec7a476fabbfdc64af289417ec8c168b45fb0832a0a30e07abf48b6e63c74ff8938796509e3d9d8b8f97b3463427dd49203e80
-Size (findpython-0.6.3.tar.gz) = 17827 bytes
+BLAKE2s (findpython-0.7.0.tar.gz) = 1c6fafdbb50de421d616e532b2918c341b54fed87b181c4279b74cfb47826cee
+SHA512 (findpython-0.7.0.tar.gz) = d9b77c2b35e2f85c2a9941095878730d3741be84f4bbc3a22d25944dc0731521269e739124c1c111466bc72591a6638bac7f8511e97cde9aa680869e0440c0e3
+Size (findpython-0.7.0.tar.gz) = 18858 bytes



Home | Main Index | Thread Index | Old Index