diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-05 15:40:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-05 15:40:56 +0000 |
commit | d19f073cf98e1f2653a8d55bc4ae03f713437692 (patch) | |
tree | e9aefdaf8aa062e73299809ec4ac25bfcfb8a1a8 /misc/khard | |
parent | 43a3377b786e75dc9288884a4be636135f02feae (diff) | |
download | pkgsrc-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 'misc/khard')
-rw-r--r-- | misc/khard/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/khard/Makefile b/misc/khard/Makefile index ca19899a36b..86833388bee 100644 --- a/misc/khard/Makefile +++ b/misc/khard/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2022/01/04 20:54:18 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2022/01/05 15:41:15 wiz Exp $ DISTNAME= khard-0.17.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc net python MASTER_SITES= ${MASTER_SITE_PYPI:=k/khard/} @@ -22,6 +22,8 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-autodoc-typehints>=1.10:../../textproc/py-s PYTHON_VERSIONS_INCOMPATIBLE= 27 # does not support python-2.x any longer +USE_PKG_RESOURCES= yes + INSTALLATION_DIRS= share/examples/khard ${PKGMANDIR}/man1 REPLACE_PYTHON+= */*.py |