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. --- sysutils/fabric/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sysutils/fabric') diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index 94b738c62d5..ad36fc6a562 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.54 2022/01/04 20:54:47 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2022/01/05 15:41:21 wiz Exp $ VERSION= 1.12.0 DISTNAME= Fabric-${VERSION} PKGNAME= ${DISTNAME:S/F/f/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= sysutils net MASTER_SITES= ${MASTER_SITE_PYPI:=F/Fabric/} @@ -16,6 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.10.0:../../security/py-paramiko PYTHON_VERSIONS_ACCEPTED= 27 # no support yet +USE_PKG_RESOURCES= yes + USE_TOOLS+= pax INSTALLATION_DIRS+= ${PKGMANDIR}/man1 -- cgit v1.2.3