pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-textual-autocomplete



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 20 21:59:33 UTC 2025

Modified Files:
        pkgsrc/comms/py-textual-autocomplete: Makefile PLIST distinfo

Log Message:
py-textual-autocomplete: update to 4.0.4.

Changes not found.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/py-textual-autocomplete/Makefile \
    pkgsrc/comms/py-textual-autocomplete/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/py-textual-autocomplete/PLIST

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

Modified files:

Index: pkgsrc/comms/py-textual-autocomplete/Makefile
diff -u pkgsrc/comms/py-textual-autocomplete/Makefile:1.4 pkgsrc/comms/py-textual-autocomplete/Makefile:1.5
--- pkgsrc/comms/py-textual-autocomplete/Makefile:1.4   Sun Mar  2 20:46:47 2025
+++ pkgsrc/comms/py-textual-autocomplete/Makefile       Sun Apr 20 21:59:33 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2025/03/02 20:46:47 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/04/20 21:59:33 wiz Exp $
 
-DISTNAME=      textual_autocomplete-4.0.0a0
+DISTNAME=      textual_autocomplete-4.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    comms
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual_autocomplete/}
@@ -13,8 +13,12 @@ LICENSE=     mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-textual>=2.0.0:../../comms/py-textual
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.5.0:../../devel/py-typing-extensions
+TEST_DEPENDS+= ${PYPKGPREFIX}-testpath>=0:../../devel/py-testpath
 
 USE_LANGUAGES= # none
 
+# as of 4.0.4
+# 2 skipped, 4 warnings, 24 errors
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/comms/py-textual-autocomplete/distinfo
diff -u pkgsrc/comms/py-textual-autocomplete/distinfo:1.4 pkgsrc/comms/py-textual-autocomplete/distinfo:1.5
--- pkgsrc/comms/py-textual-autocomplete/distinfo:1.4   Sun Mar  2 20:46:47 2025
+++ pkgsrc/comms/py-textual-autocomplete/distinfo       Sun Apr 20 21:59:33 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/03/02 20:46:47 wiz Exp $
+$NetBSD: distinfo,v 1.5 2025/04/20 21:59:33 wiz Exp $
 
-BLAKE2s (textual_autocomplete-4.0.0a0.tar.gz) = 77741d15cda523e0033c6d245a540cb2ee25f59695dc7f80beb22cf50f7d97d9
-SHA512 (textual_autocomplete-4.0.0a0.tar.gz) = 7e9b8a022223368f7fa78e3d658010a50b35d4cbfe8003bb60d11b6afc46a193a7ec4c1e0a73faf3cb6eeaad44cef5dc01bcab7a0a88896176c5e9247ac8e2a0
-Size (textual_autocomplete-4.0.0a0.tar.gz) = 95343 bytes
+BLAKE2s (textual_autocomplete-4.0.4.tar.gz) = 3a84936feae8671f773f52b11d1a86a20fd817363989dc8b1b5f95437a57e01e
+SHA512 (textual_autocomplete-4.0.4.tar.gz) = 63ebb1a91a7cd8913ff9640ed602f494a2f94f3c2aa9ff397350cda8ac8803291e8cd759deda35caf0fbde40e3238488230bc8f2c1553488ca9b14b877b84e45
+Size (textual_autocomplete-4.0.4.tar.gz) = 94120 bytes

Index: pkgsrc/comms/py-textual-autocomplete/PLIST
diff -u pkgsrc/comms/py-textual-autocomplete/PLIST:1.2 pkgsrc/comms/py-textual-autocomplete/PLIST:1.3
--- pkgsrc/comms/py-textual-autocomplete/PLIST:1.2      Sun Nov 24 10:37:43 2024
+++ pkgsrc/comms/py-textual-autocomplete/PLIST  Sun Apr 20 21:59:33 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/11/24 10:37:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/04/20 21:59:33 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -9,10 +9,10 @@ ${PYSITELIB}/textual_autocomplete/__init
 ${PYSITELIB}/textual_autocomplete/_autocomplete.py
 ${PYSITELIB}/textual_autocomplete/_autocomplete.pyc
 ${PYSITELIB}/textual_autocomplete/_autocomplete.pyo
-${PYSITELIB}/textual_autocomplete/_autocomplete2.py
-${PYSITELIB}/textual_autocomplete/_autocomplete2.pyc
-${PYSITELIB}/textual_autocomplete/_autocomplete2.pyo
-${PYSITELIB}/textual_autocomplete/matcher.py
-${PYSITELIB}/textual_autocomplete/matcher.pyc
-${PYSITELIB}/textual_autocomplete/matcher.pyo
+${PYSITELIB}/textual_autocomplete/_path_autocomplete.py
+${PYSITELIB}/textual_autocomplete/_path_autocomplete.pyc
+${PYSITELIB}/textual_autocomplete/_path_autocomplete.pyo
+${PYSITELIB}/textual_autocomplete/fuzzy_search.py
+${PYSITELIB}/textual_autocomplete/fuzzy_search.pyc
+${PYSITELIB}/textual_autocomplete/fuzzy_search.pyo
 ${PYSITELIB}/textual_autocomplete/py.typed



Home | Main Index | Thread Index | Old Index