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:   gutteridge
Date:           Wed Mar  2 21:28:32 UTC 2022

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

Log Message:
py-Levenshtein: fix builds with most recent py-setuptools

Effectively empty entry_points.txt in egg info dirs are now getting
deleted where they previously were retained and installed, so remove
from the PLIST.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-Levenshtein/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-Levenshtein/PLIST

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.5 pkgsrc/textproc/py-Levenshtein/Makefile:1.6
--- pkgsrc/textproc/py-Levenshtein/Makefile:1.5 Wed Jan  5 10:01:08 2022
+++ pkgsrc/textproc/py-Levenshtein/Makefile     Wed Mar  2 21:28:31 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2022/01/05 10:01:08 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/03/02 21:28:31 gutteridge Exp $
 
 DISTNAME=      python-Levenshtein-0.12.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-Levenshtein/}
 

Index: pkgsrc/textproc/py-Levenshtein/PLIST
diff -u pkgsrc/textproc/py-Levenshtein/PLIST:1.3 pkgsrc/textproc/py-Levenshtein/PLIST:1.4
--- pkgsrc/textproc/py-Levenshtein/PLIST:1.3    Wed Jan  5 10:01:08 2022
+++ pkgsrc/textproc/py-Levenshtein/PLIST        Wed Mar  2 21:28:32 2022
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2022/01/05 10:01:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/03/02 21:28:32 gutteridge 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}/top_level.txt



Home | Main Index | Thread Index | Old Index