diff options
Diffstat (limited to 'misc/py-tqdm/Makefile')
-rw-r--r-- | misc/py-tqdm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index aa76b1d3fe0..91dcd2e3f58 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2022/01/04 20:54:19 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2022/01/05 15:41:15 wiz Exp $ DISTNAME= tqdm-4.62.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tqdm/} @@ -24,6 +24,8 @@ PYSETUPTESTTARGET= pytest PYTHON_VERSIONS_INCOMPATIBLE= 27 +USE_PKG_RESOURCES= yes + INSTALLATION_DIRS+= ${PKGMANDIR}/man1 CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/tqdm/completion.sh |