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. --- filesystems/tahoe-lafs/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'filesystems/tahoe-lafs') diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile index d6e31cbce6f..b417dd7662a 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.53 2022/01/04 20:53:51 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2022/01/05 15:41:10 wiz Exp $ VERSION_BASE= 1.16.0 VERSION_RC= DISTNAME= tahoe-lafs-${VERSION_BASE}${VERSION_RC} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= filesystems MASTER_SITES= https://tahoe-lafs.org/downloads/ @@ -18,6 +18,8 @@ USE_TOOLS= gmake # not available for 27 in pkgsrc. PYTHON_VERSIONS_INCOMPATIBLE= 27 +USE_PKG_RESOURCES= yes + # The world sees this as part of base python. DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 -- cgit v1.2.3