summaryrefslogtreecommitdiff
path: root/filesystems/fuse-pcachefs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-05 15:40:56 +0000
committerwiz <wiz@pkgsrc.org>2022-01-05 15:40:56 +0000
commitd19f073cf98e1f2653a8d55bc4ae03f713437692 (patch)
treee9aefdaf8aa062e73299809ec4ac25bfcfb8a1a8 /filesystems/fuse-pcachefs
parent43a3377b786e75dc9288884a4be636135f02feae (diff)
downloadpkgsrc-d19f073cf98e1f2653a8d55bc4ae03f713437692.tar.gz
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.
Diffstat (limited to 'filesystems/fuse-pcachefs')
-rw-r--r--filesystems/fuse-pcachefs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/filesystems/fuse-pcachefs/Makefile b/filesystems/fuse-pcachefs/Makefile
index b6e6f4002b2..1d39e3b18dc 100644
--- a/filesystems/fuse-pcachefs/Makefile
+++ b/filesystems/fuse-pcachefs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2022/01/04 20:53:51 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/05 15:41:10 wiz Exp $
DISTNAME= fuse-pcachefs-0.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= filesystems
MASTER_SITES= ${MASTER_SITE_GITHUB:=ibizaman/}
GITHUB_PROJECT= pcachefs
@@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/ibizaman/pcachefs
COMMENT= FUSE-based persistent caching filesystem
LICENSE= apache-2.0
-PYTHON_VERSIONED_DEPENDENCIES+= setuptools:build
+USE_PKG_RESOURCES= yes
WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
EGG_NAME= pCacheFS-${PKGVERSION_NOREV}