summaryrefslogtreecommitdiff
path: root/net/coursera-dl
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 /net/coursera-dl
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 'net/coursera-dl')
-rw-r--r--net/coursera-dl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/coursera-dl/Makefile b/net/coursera-dl/Makefile
index 40a704f0036..ff57ff027ee 100644
--- a/net/coursera-dl/Makefile
+++ b/net/coursera-dl/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:24 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:15 wiz Exp $
DISTNAME= coursera-dl-0.8.0
MASTER_SITES= ${MASTER_SITE_GITHUB:=coursera-dl/}
GITHUB_TAG= 0.8.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net python
MAINTAINER= joerg@NetBSD.org
@@ -22,6 +22,8 @@ DEPENDS+= ${PYPKGPREFIX}-keyring>=4.0:../../security/py-keyring
PYTHON_SELF_CONFLICT= yes
+USE_PKG_RESOURCES= yes
+
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-keyring
.include "../../lang/python/egg.mk"