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.
This commit is contained in:
parent
41f55333f4
commit
7702c816ca
2 changed files with 3 additions and 4 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue