pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-Levenshtein py-Levenshtein: fix builds wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11f238142f6c
branches:  trunk
changeset: 374902:11f238142f6c
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Mar 02 21:28:31 2022 +0000

description:
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.

diffstat:

 textproc/py-Levenshtein/Makefile |  4 ++--
 textproc/py-Levenshtein/PLIST    |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 8e1926b26497 -r 11f238142f6c textproc/py-Levenshtein/Makefile
--- a/textproc/py-Levenshtein/Makefile  Wed Mar 02 17:46:07 2022 +0000
+++ b/textproc/py-Levenshtein/Makefile  Wed Mar 02 21:28:31 2022 +0000
@@ -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/}
 
diff -r 8e1926b26497 -r 11f238142f6c textproc/py-Levenshtein/PLIST
--- a/textproc/py-Levenshtein/PLIST     Wed Mar 02 17:46:07 2022 +0000
+++ b/textproc/py-Levenshtein/PLIST     Wed Mar 02 21:28:31 2022 +0000
@@ -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