summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-03-02 21:28:31 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-03-02 21:28:31 +0000
commit738bc37396d440b3707136b27c0e739f3139439c (patch)
tree5a3ff8c83cf3535906e47d341738063207929bbe
parent0fdb98b6999012fb5ffe3f4960b032800373d509 (diff)
downloadpkgsrc-738bc37396d440b3707136b27c0e739f3139439c.tar.gz
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.
-rw-r--r--textproc/py-Levenshtein/Makefile4
-rw-r--r--textproc/py-Levenshtein/PLIST3
2 files changed, 3 insertions, 4 deletions
diff --git a/textproc/py-Levenshtein/Makefile b/textproc/py-Levenshtein/Makefile
index 543b810bf57..448119bb52b 100644
--- a/textproc/py-Levenshtein/Makefile
+++ b/textproc/py-Levenshtein/Makefile
@@ -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 --git a/textproc/py-Levenshtein/PLIST b/textproc/py-Levenshtein/PLIST
index d893bd72508..d8d839e9f58 100644
--- a/textproc/py-Levenshtein/PLIST
+++ b/textproc/py-Levenshtein/PLIST
@@ -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