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:           Sat Oct 19 05:52:53 UTC 2024

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

Log Message:
py-findpython: updated to 0.6.2

0.6.2

Bug Fixes

Don't skip symlinks for rye provider
ci: Macos for old python versions


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/py-findpython/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/lang/py-findpython/Makefile:1.10
--- pkgsrc/lang/py-findpython/Makefile:1.9      Fri Apr 19 04:42:26 2024
+++ pkgsrc/lang/py-findpython/Makefile  Sat Oct 19 05:52:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/04/19 04:42:26 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/10/19 05:52:53 adam Exp $
 
-DISTNAME=      findpython-0.6.1
+DISTNAME=      findpython-0.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/findpython/}
@@ -10,13 +10,11 @@ HOMEPAGE=   https://github.com/frostming/f
 COMMENT=       Utility to find Python versions on your system
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend>=0:../../devel/py-pdm_backend
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend>0:../../devel/py-pdm_backend
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} findpython findpython-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/lang/py-findpython/distinfo
diff -u pkgsrc/lang/py-findpython/distinfo:1.7 pkgsrc/lang/py-findpython/distinfo:1.8
--- pkgsrc/lang/py-findpython/distinfo:1.7      Fri Apr 19 04:42:26 2024
+++ pkgsrc/lang/py-findpython/distinfo  Sat Oct 19 05:52:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/04/19 04:42:26 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/10/19 05:52:53 adam Exp $
 
-BLAKE2s (findpython-0.6.1.tar.gz) = dd173e8606287fb1d15562720842b6310c19668557c1c1cd1028f1e0e505cb69
-SHA512 (findpython-0.6.1.tar.gz) = 4b915dd5ce4e4ae9e09adeec5ef6118c44e8adbc4a629b8c97d8141c85635ef3152b4cfe6acbb89684183f0217e5835779c9091e7271670adaf74b941e17a125
-Size (findpython-0.6.1.tar.gz) = 17797 bytes
+BLAKE2s (findpython-0.6.2.tar.gz) = 456813026e226679fa26f29bfb6b18ed2230a2195ddef8e36373f6bb8a64acb3
+SHA512 (findpython-0.6.2.tar.gz) = f2ef799aad7c58455a398082a420937716fd19f12f509515f229108c3e3e4cc707d39aa410e8cd9aef69ee35f25227b11a6ad971348d71e776abf909321b92e0
+Size (findpython-0.6.2.tar.gz) = 17770 bytes



Home | Main Index | Thread Index | Old Index