summaryrefslogtreecommitdiff
path: root/net/coursera-dl
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-09-25 13:09:41 +0000
committeradam <adam@pkgsrc.org>2019-09-25 13:09:41 +0000
commit3083f6b741cc23e22bc9b4c4efdd8354be108bf6 (patch)
tree8806fca844f687d54fb619e19b5fa3391824afa8 /net/coursera-dl
parent9bb0915f9f567ca4364ee1d6e4224cd7676e1ed3 (diff)
downloadpkgsrc-3083f6b741cc23e22bc9b4c4efdd8354be108bf6.tar.gz
coursera-dl: mark as incompatible with Python 2.7 and self conflicting
Diffstat (limited to 'net/coursera-dl')
-rw-r--r--net/coursera-dl/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/coursera-dl/Makefile b/net/coursera-dl/Makefile
index 3e00f6a4ac3..e140c43f98d 100644
--- a/net/coursera-dl/Makefile
+++ b/net/coursera-dl/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2019/04/25 07:33:10 maya Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/25 13:09:41 adam Exp $
DISTNAME= coursera-dl-0.8.0
MASTER_SITES= ${MASTER_SITE_GITHUB:=coursera-dl/}
GITHUB_TAG= 0.8.0
PKGREVISION= 1
-CATEGORIES= net
+CATEGORIES= net python
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://github.com/coursera-dl/coursera-dl
@@ -20,5 +20,9 @@ DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.10:../../www/py-urllib3
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.7:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-keyring>=4.0:../../security/py-keyring
+PYTHON_SELF_CONFLICT= yes
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-keyring
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"