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: wiz
Date: Wed Jan 5 10:01:08 UTC 2022
Modified Files:
pkgsrc/textproc/py-Levenshtein: Makefile PLIST distinfo
Added Files:
pkgsrc/textproc/py-Levenshtein/patches: patch-setup.py
Log Message:
py-Levenshtein: remove unnecessary setuptools dependency
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-Levenshtein/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-Levenshtein/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-Levenshtein/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-Levenshtein/patches/patch-setup.py
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.4 pkgsrc/textproc/py-Levenshtein/Makefile:1.5
--- pkgsrc/textproc/py-Levenshtein/Makefile:1.4 Tue Jan 4 20:54:51 2022
+++ pkgsrc/textproc/py-Levenshtein/Makefile Wed Jan 5 10:01:08 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:51 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/05 10:01:08 wiz Exp $
DISTNAME= python-Levenshtein-0.12.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -11,7 +11,5 @@ HOMEPAGE= https://github.com/ztane/pytho
COMMENT= Python extension for computing string edit distances
LICENSE= gnu-gpl-v2
-DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-Levenshtein/PLIST
diff -u pkgsrc/textproc/py-Levenshtein/PLIST:1.2 pkgsrc/textproc/py-Levenshtein/PLIST:1.3
--- pkgsrc/textproc/py-Levenshtein/PLIST:1.2 Wed Jan 20 09:09:41 2021
+++ pkgsrc/textproc/py-Levenshtein/PLIST Wed Jan 5 10:01:08 2022
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2021/01/20 09:09:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/05 10:01:08 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/Levenshtein/StringMatcher.py
${PYSITELIB}/Levenshtein/StringMatcher.pyc
Index: pkgsrc/textproc/py-Levenshtein/distinfo
diff -u pkgsrc/textproc/py-Levenshtein/distinfo:1.5 pkgsrc/textproc/py-Levenshtein/distinfo:1.6
--- pkgsrc/textproc/py-Levenshtein/distinfo:1.5 Tue Oct 26 11:22:59 2021
+++ pkgsrc/textproc/py-Levenshtein/distinfo Wed Jan 5 10:01:08 2022
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:22:59 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/01/05 10:01:08 wiz Exp $
BLAKE2s (python-Levenshtein-0.12.2.tar.gz) = 2b751dc3868485f7da0381fec35034cd90f6539e62b791f8e5f34db5d82467c2
SHA512 (python-Levenshtein-0.12.2.tar.gz) = 97eac9d19121758af7620ad3963846e48434ceabb5376a83f28452015adf1a620620bfb53edb1c4f60b0fc8ec2b0faf35a105d7e2a0fc5df7a45fce81ba0dcdb
Size (python-Levenshtein-0.12.2.tar.gz) = 50502 bytes
+SHA1 (patch-setup.py) = fff48e1126818a7ceb94826ec79c298ec1be61f6
Added files:
Index: pkgsrc/textproc/py-Levenshtein/patches/patch-setup.py
diff -u /dev/null pkgsrc/textproc/py-Levenshtein/patches/patch-setup.py:1.1
--- /dev/null Wed Jan 5 10:01:08 2022
+++ pkgsrc/textproc/py-Levenshtein/patches/patch-setup.py Wed Jan 5 10:01:08 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2022/01/05 10:01:08 wiz Exp $
+
+setuptools not needed
+https://github.com/ztane/python-Levenshtein/issues/79
+
+--- setup.py.orig 2021-02-01 12:03:07.000000000 +0000
++++ setup.py
+@@ -39,7 +39,6 @@ setup(name='python-Levenshtein',
+ zip_safe=False,
+ ext_modules = [extLevensthein],
+ install_requires=[
+- 'setuptools',
+ # -*- Extra requirements: -*-
+ ],
+ entry_points="""
Home |
Main Index |
Thread Index |
Old Index