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. --- textproc/py-epr-reader/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'textproc/py-epr-reader') diff --git a/textproc/py-epr-reader/Makefile b/textproc/py-epr-reader/Makefile index ba55325a06b..c8194a37554 100644 --- a/textproc/py-epr-reader/Makefile +++ b/textproc/py-epr-reader/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:55 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/05 15:41:24 wiz Exp $ DISTNAME= epr-reader-2.4.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=e/epr-reader/} @@ -13,5 +13,7 @@ LICENSE= mit USE_LANGUAGES= # none +USE_PKG_RESOURCES= yes + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3