My last build gave "ModuleNotFoundError: No module named 'setuptools'".

joerg@ advises that when we see an EGG_FILE, we should be using
setuptools, which in pkgsrc terms means egg.mk. Do that here in hopes of
fixing bulk builds.
This commit is contained in:
schmonz 2021-01-23 19:30:59 +00:00
parent 10c1f3ea2a
commit 626957871d
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2021/01/22 17:27:46 triaxx Exp $
# $NetBSD: Makefile,v 1.9 2021/01/23 19:30:59 schmonz Exp $
DISTNAME= pyxdg-0.27
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@ -10,5 +10,5 @@ HOMEPAGE= https://freedesktop.org/wiki/Software/pyxdg
COMMENT= Python library for XDG
LICENSE= gnu-lgpl-v2
.include "../../lang/python/distutils.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,8 +1,8 @@
@comment $NetBSD: PLIST,v 1.6 2021/01/22 17:27:46 triaxx Exp $
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
${PYSITELIB}/${EGG_FILE}/top_level.txt
@comment $NetBSD: PLIST,v 1.7 2021/01/23 19:30:59 schmonz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/xdg/BaseDirectory.py
${PYSITELIB}/xdg/BaseDirectory.pyc
${PYSITELIB}/xdg/BaseDirectory.pyo