From d19f073cf98e1f2653a8d55bc4ae03f713437692 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 5 Jan 2022 15:40:56 +0000 Subject: python: egg.mk: add USE_PKG_RESOURCES flag This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION. --- shells/xonsh/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shells') diff --git a/shells/xonsh/Makefile b/shells/xonsh/Makefile index 05e7f342f6c..0f1c112b75a 100644 --- a/shells/xonsh/Makefile +++ b/shells/xonsh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2022/01/04 20:54:46 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/01/05 15:41:21 wiz Exp $ DISTNAME= xonsh-0.10.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= shells python MASTER_SITES= ${MASTER_SITE_GITHUB:=xonsh/} @@ -14,6 +14,8 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 +USE_PKG_RESOURCES= yes + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Linux" DEPENDS+= ${PYPKGPREFIX}-distro-[0-9]*:../../devel/py-distro -- cgit v1.2.3