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 May 20 12:49:15 UTC 2026
Modified Files:
pkgsrc/lang/py-findpython: Makefile distinfo
Log Message:
py-findpython: updated to 0.8.0
0.8.0
Bug Fixes
Correct script execution command in _run_script function
Update required Python version to 3.9 in pyproject.toml and streamline CI configuration
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/py-findpython/Makefile
cvs rdiff -u -r1.11 -r1.12 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.13 pkgsrc/lang/py-findpython/Makefile:1.14
--- pkgsrc/lang/py-findpython/Makefile:1.13 Thu Nov 13 13:51:45 2025
+++ pkgsrc/lang/py-findpython/Makefile Wed May 20 12:49:14 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/11/13 13:51:45 adam Exp $
+# $NetBSD: Makefile,v 1.14 2026/05/20 12:49:14 adam Exp $
-DISTNAME= findpython-0.7.1
+DISTNAME= findpython-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/findpython/}
@@ -16,9 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-platformdirs>=4
USE_LANGUAGES= # none
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} findpython findpython-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES= findpython
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/py-findpython/distinfo
diff -u pkgsrc/lang/py-findpython/distinfo:1.11 pkgsrc/lang/py-findpython/distinfo:1.12
--- pkgsrc/lang/py-findpython/distinfo:1.11 Thu Nov 13 13:51:45 2025
+++ pkgsrc/lang/py-findpython/distinfo Wed May 20 12:49:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/11/13 13:51:45 adam Exp $
+$NetBSD: distinfo,v 1.12 2026/05/20 12:49:14 adam Exp $
-BLAKE2s (findpython-0.7.1.tar.gz) = a797f77c45b49ac72053e021d48f394fc668213334764069f3e426e0e256eaf8
-SHA512 (findpython-0.7.1.tar.gz) = 3b85be82027c8e749edf640055315b1f916c93adc3fa436dd3281edf22af92bf077d255e8feec1a0a4211fda8e154768c424ad521baa7e6100f10acf6ebf121f
-Size (findpython-0.7.1.tar.gz) = 18867 bytes
+BLAKE2s (findpython-0.8.0.tar.gz) = 1e40f642bd607e8c5be6454aad16f6142fa718d819279bafb96e783e693079a6
+SHA512 (findpython-0.8.0.tar.gz) = 5933cedc10e6cc533f24bda74b5af5ae97996597f27ef417f452d8718d1b56b2fdbdd956ee0d5317b0a1cb7fc2d35bb871122c2d80861b2ad92cde499b361756
+Size (findpython-0.8.0.tar.gz) = 18892 bytes
Home |
Main Index |
Thread Index |
Old Index