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:           Fri Aug 11 06:27:12 UTC 2023

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

Log Message:
py-Levenshtein: updated to 0.21.1

v0.21.1
Changed
- upgrade ``rapidfuzz-cpp`` to ``v2.0.0``


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-Levenshtein/Makefile
cvs rdiff -u -r1.8 -r1.9 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.12 pkgsrc/textproc/py-Levenshtein/Makefile:1.13
--- pkgsrc/textproc/py-Levenshtein/Makefile:1.12        Tue Aug  1 23:20:53 2023
+++ pkgsrc/textproc/py-Levenshtein/Makefile     Fri Aug 11 06:27:12 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2023/08/01 23:20:53 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/08/11 06:27:12 adam Exp $
 
-DISTNAME=      Levenshtein-0.21.0
+DISTNAME=      Levenshtein-0.21.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=L/Levenshtein/}
 
@@ -11,9 +10,7 @@ HOMEPAGE=     https://github.com/maxbachmann
 COMMENT=       Python extension for computing string edit distances
 LICENSE=       gnu-gpl-v2
 
-# Needed for cmake installation of objects, when invoked via cmake/build.mk.
-INSTALL_DIRS=  ${PYSITELIB}
-
+TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 TOOL_DEPENDS+= ${PYPKGPREFIX}-scikit-build>=0.13.0:../../devel/py-scikit-build
 DEPENDS+=      ${PYPKGPREFIX}-rapidfuzz>=2.3.0:../../textproc/py-rapidfuzz
 
@@ -23,6 +20,5 @@ USE_CXX_FEATURES+=    c++17
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-.include "../../devel/cmake/build.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-Levenshtein/distinfo
diff -u pkgsrc/textproc/py-Levenshtein/distinfo:1.8 pkgsrc/textproc/py-Levenshtein/distinfo:1.9
--- pkgsrc/textproc/py-Levenshtein/distinfo:1.8 Fri May  5 19:32:18 2023
+++ pkgsrc/textproc/py-Levenshtein/distinfo     Fri Aug 11 06:27:12 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2023/05/05 19:32:18 adam Exp $
+$NetBSD: distinfo,v 1.9 2023/08/11 06:27:12 adam Exp $
 
-BLAKE2s (Levenshtein-0.21.0.tar.gz) = 68e8187a2f26c840e6026e4992ba3b98937a0889417e823d8ac63c31e126b23f
-SHA512 (Levenshtein-0.21.0.tar.gz) = 1ca67e73b4f139a53fe15e594bba22ecbe41f9306cef9779019106880a82f46e7b376afd6aa665fdec2e7b133d85db5be350d461b166ecb4ae4e8eac588a596f
-Size (Levenshtein-0.21.0.tar.gz) = 122856 bytes
+BLAKE2s (Levenshtein-0.21.1.tar.gz) = c776925d9eb4d04ca458899f6acfee23c88b7a48c5b8c1a1417c09fbc17d8259
+SHA512 (Levenshtein-0.21.1.tar.gz) = cf622c5f59040029402a7cb30ccaba22bc19820645c3dd76acf8e4214b009b9e917870e8501679ea5aca8ea147ad1232def49a5ddc76824e50f7fe3ce205f2ad
+Size (Levenshtein-0.21.1.tar.gz) = 139190 bytes
 SHA1 (patch-CMakeLists.txt) = 5e94c7bc9ca41189f8e36fd8ba5f0ff81df175a1
 SHA1 (patch-src_Levenshtein_CMakeLists.txt) = a7724036854fe1495c734094a7cb7993574661cf



Home | Main Index | Thread Index | Old Index