pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-Levenshtein



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 28 10:40:02 UTC 2024

Modified Files:
        pkgsrc/textproc/py-Levenshtein: Makefile distinfo

Log Message:
py-Levenshtein: updated to 0.26.1

v0.26.1
Fixed
- add missing mac os wheels


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-Levenshtein/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-Levenshtein/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-Levenshtein/Makefile
diff -u pkgsrc/textproc/py-Levenshtein/Makefile:1.18 pkgsrc/textproc/py-Levenshtein/Makefile:1.19
--- pkgsrc/textproc/py-Levenshtein/Makefile:1.18        Sun Oct 13 17:59:17 2024
+++ pkgsrc/textproc/py-Levenshtein/Makefile     Mon Oct 28 10:40:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/10/13 17:59:17 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/10/28 10:40:02 adam Exp $
 
-DISTNAME=      levenshtein-0.26.0
+DISTNAME=      levenshtein-0.26.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/l/L/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/levenshtein/}
@@ -14,9 +14,8 @@ TOOL_DEPENDS+=        cmake>=3.15:../../devel/c
 TOOL_DEPENDS+= ${PYPKGPREFIX}-scikit-build-core>=0:../../devel/py-scikit-build-core
 DEPENDS+=      ${PYPKGPREFIX}-rapidfuzz>=3.8.0:../../textproc/py-rapidfuzz
 
-USE_LANGUAGES= c c++
-
-USE_CXX_FEATURES+=     c++17
+USE_CXX_FEATURES=      c++17
+USE_LANGUAGES=         c c++
 
 post-install:
        ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/Levenshtein/CMakeLists.txt.orig

Index: pkgsrc/textproc/py-Levenshtein/distinfo
diff -u pkgsrc/textproc/py-Levenshtein/distinfo:1.14 pkgsrc/textproc/py-Levenshtein/distinfo:1.15
--- pkgsrc/textproc/py-Levenshtein/distinfo:1.14        Sun Oct 13 17:59:17 2024
+++ pkgsrc/textproc/py-Levenshtein/distinfo     Mon Oct 28 10:40:02 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2024/10/13 17:59:17 wiz Exp $
+$NetBSD: distinfo,v 1.15 2024/10/28 10:40:02 adam Exp $
 
-BLAKE2s (levenshtein-0.26.0.tar.gz) = f8b98395ffeb20a11744822cdcb09fe1f8a7075ba7a8d54ec7a6a035d560b6aa
-SHA512 (levenshtein-0.26.0.tar.gz) = e32773bba55bde8140f9a00e5d7a6ba4db97960614646f67bbbfd1ea35313fae865c7fc3269ed55f38194e7790226bfd1978ddfa16033bb4a9a94b6cbff29e83
-Size (levenshtein-0.26.0.tar.gz) = 374294 bytes
+BLAKE2s (levenshtein-0.26.1.tar.gz) = a860febd264f127c9c583169dbabbcf62e6ce2e33fd4bf5c6185aaf81b04b006
+SHA512 (levenshtein-0.26.1.tar.gz) = f2c5bd2a887f2503da7f42903993116fe6aa33ca8b4b6c3516cff027cc5854770e076b312719b31b7dabad3d9853553d80fb52ced9e02fcc65d879db4acb972a
+Size (levenshtein-0.26.1.tar.gz) = 374307 bytes
 SHA1 (patch-CMakeLists.txt) = 55e88242d6cdc80017797fc056e1e236b05c2eb9
 SHA1 (patch-src_Levenshtein_CMakeLists.txt) = 67f56cfa38593351b337b59a058d496890646da8



Home | Main Index | Thread Index | Old Index