pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/coursera-dl
Module Name: pkgsrc
Committed By: adam
Date: Wed Sep 25 13:09:41 UTC 2019
Modified Files:
pkgsrc/net/coursera-dl: Makefile
Log Message:
coursera-dl: mark as incompatible with Python 2.7 and self conflicting
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/coursera-dl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/coursera-dl/Makefile
diff -u pkgsrc/net/coursera-dl/Makefile:1.2 pkgsrc/net/coursera-dl/Makefile:1.3
--- pkgsrc/net/coursera-dl/Makefile:1.2 Thu Apr 25 07:33:10 2019
+++ pkgsrc/net/coursera-dl/Makefile Wed Sep 25 13:09:41 2019
@@ -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@localhost
HOMEPAGE= https://github.com/coursera-dl/coursera-dl
@@ -20,5 +20,9 @@ DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.10:.
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"
Home |
Main Index |
Thread Index |
Old Index