summaryrefslogtreecommitdiff
path: root/databases/py-kb
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 /databases/py-kb
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 'databases/py-kb')
-rw-r--r--databases/py-kb/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/py-kb/Makefile b/databases/py-kb/Makefile
index 7925501ad6e..3c7117dacb6 100644
--- a/databases/py-kb/Makefile
+++ b/databases/py-kb/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:52:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/05 15:40:59 wiz Exp $
DISTNAME= kb-manager-0.1.6
EGGNAME= ${DISTNAME:S/-manager//}
PKGNAME= ${PYPKGPREFIX}-${EGGNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kb-manager/}
@@ -23,6 +23,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 37
USE_LANGUAGES= # none
+USE_PKG_RESOURCES= yes
+
.include "../../lang/python/egg.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"