pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/coursera-dl coursera-dl: mark as incompatible with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/807ceee3c7c4
branches:  trunk
changeset: 340173:807ceee3c7c4
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 25 13:09:41 2019 +0000

description:
coursera-dl: mark as incompatible with Python 2.7 and self conflicting

diffstat:

 net/coursera-dl/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5f4aa2becabd -r 807ceee3c7c4 net/coursera-dl/Makefile
--- a/net/coursera-dl/Makefile  Wed Sep 25 13:06:12 2019 +0000
+++ b/net/coursera-dl/Makefile  Wed Sep 25 13:09:41 2019 +0000
@@ -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}-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