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:           Wed Jul 19 08:23:39 UTC 2023

Modified Files:
        pkgsrc/lang/py-findpython: Makefile PLIST distinfo
Removed Files:
        pkgsrc/lang/py-findpython/patches: patch-pyproject.toml

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/py-findpython/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py-findpython/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/py-findpython/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/py-findpython/patches/patch-pyproject.toml

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.3 pkgsrc/lang/py-findpython/Makefile:1.4
--- pkgsrc/lang/py-findpython/Makefile:1.3      Mon May 15 21:03:37 2023
+++ pkgsrc/lang/py-findpython/Makefile  Wed Jul 19 08:23:39 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/05/15 21:03:37 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/19 08:23:39 adam Exp $
 
-DISTNAME=      findpython-0.2.5
+DISTNAME=      findpython-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/findpython/}

Index: pkgsrc/lang/py-findpython/PLIST
diff -u pkgsrc/lang/py-findpython/PLIST:1.1 pkgsrc/lang/py-findpython/PLIST:1.2
--- pkgsrc/lang/py-findpython/PLIST:1.1 Thu May  4 07:22:08 2023
+++ pkgsrc/lang/py-findpython/PLIST     Wed Jul 19 08:23:39 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/05/04 07:22:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/07/19 08:23:39 adam Exp $
 bin/findpython-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -34,10 +34,12 @@ ${PYSITELIB}/findpython/providers/macos.
 ${PYSITELIB}/findpython/providers/macos.pyc
 ${PYSITELIB}/findpython/providers/path.py
 ${PYSITELIB}/findpython/providers/path.pyc
-${PYSITELIB}/findpython/providers/pep514.py
-${PYSITELIB}/findpython/providers/pep514.pyc
 ${PYSITELIB}/findpython/providers/pyenv.py
 ${PYSITELIB}/findpython/providers/pyenv.pyc
+${PYSITELIB}/findpython/providers/rye.py
+${PYSITELIB}/findpython/providers/rye.pyc
+${PYSITELIB}/findpython/providers/winreg.py
+${PYSITELIB}/findpython/providers/winreg.pyc
 ${PYSITELIB}/findpython/python.py
 ${PYSITELIB}/findpython/python.pyc
 ${PYSITELIB}/findpython/utils.py

Index: pkgsrc/lang/py-findpython/distinfo
diff -u pkgsrc/lang/py-findpython/distinfo:1.2 pkgsrc/lang/py-findpython/distinfo:1.3
--- pkgsrc/lang/py-findpython/distinfo:1.2      Mon May 15 21:03:37 2023
+++ pkgsrc/lang/py-findpython/distinfo  Wed Jul 19 08:23:39 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2023/05/15 21:03:37 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/07/19 08:23:39 adam Exp $
 
-BLAKE2s (findpython-0.2.5.tar.gz) = 2a437c9395baa87d95835621310855d4aa5c42fac894bc39af0b9c6a5e28d4de
-SHA512 (findpython-0.2.5.tar.gz) = e3cfd3b8e6b3511df775817cadb29ad39f4fbc0cef6e2ff0a3f0428c95510838e3aecbb1d8fe7b9aae08d7d5ce1ca40a9ed35049a3bb5990584104e81f52a10d
-Size (findpython-0.2.5.tar.gz) = 16147 bytes
+BLAKE2s (findpython-0.3.1.tar.gz) = 8950d5ab47510d0fc93f79f091a7fc07ef4563a46593f17cbd00d361d7e4c6d1
+SHA512 (findpython-0.3.1.tar.gz) = a9931cd305a12302753fc74be24f845242ac1d4a0b0bc4494dfaec4a32cb1edc88cc30f0924b24109db01409e20a4aa8dc3c3e3136cc8e780b00cd3a0eeb9816
+Size (findpython-0.3.1.tar.gz) = 17379 bytes
 SHA1 (patch-pyproject.toml) = de8d1d3e73ebcf1f658a05ea1be59a427e26688b



Home | Main Index | Thread Index | Old Index