pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Jan 16 20:21:40 UTC 2021

Modified Files:
        pkgsrc/devel/py-dulwich: Makefile
        pkgsrc/devel/py-hg-git: Makefile
        pkgsrc/net/Radicale: options.mk

Log Message:
Mark all py-dulwich users as being python 3 only, it dropped python 2.

net/Radicale would have been problematic if py-ldap was still py2 only,
but it doesn't appear to be.

pointed out by adam, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-hg-git/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/Radicale/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-dulwich/Makefile
diff -u pkgsrc/devel/py-dulwich/Makefile:1.37 pkgsrc/devel/py-dulwich/Makefile:1.38
--- pkgsrc/devel/py-dulwich/Makefile:1.37       Sat Jan 16 15:06:08 2021
+++ pkgsrc/devel/py-dulwich/Makefile    Sat Jan 16 20:21:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2021/01/16 15:06:08 maya Exp $
+# $NetBSD: Makefile,v 1.38 2021/01/16 20:21:40 maya Exp $
 
 DISTNAME=      dulwich-0.20.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-gevent-[0-
 TEST_DEPENDS+= ${PYPKGPREFIX}-geventhttpclient-[0-9]*:../../net/py-geventhttpclient
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} dul-receive-pack dul-receive-pack-${PYVERSSUFFIX} && \

Index: pkgsrc/devel/py-hg-git/Makefile
diff -u pkgsrc/devel/py-hg-git/Makefile:1.15 pkgsrc/devel/py-hg-git/Makefile:1.16
--- pkgsrc/devel/py-hg-git/Makefile:1.15        Sat Jan 16 15:15:30 2021
+++ pkgsrc/devel/py-hg-git/Makefile     Sat Jan 16 20:21:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/01/16 15:15:30 maya Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/16 20:21:40 maya Exp $
 
 PKGVERSION=    0.9.0
 DISTNAME=      hg-git-${PKGVERSION}
@@ -16,6 +16,8 @@ DEPENDS+=     ${PYPKGPREFIX}-dulwich>=0.9.7:
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 EGG_NAME=      hg_git-${DISTNAME}
 
 .include "../../lang/python/egg.mk"

Index: pkgsrc/net/Radicale/options.mk
diff -u pkgsrc/net/Radicale/options.mk:1.10 pkgsrc/net/Radicale/options.mk:1.11
--- pkgsrc/net/Radicale/options.mk:1.10 Sun Nov  3 11:45:29 2019
+++ pkgsrc/net/Radicale/options.mk      Sat Jan 16 20:21:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2019/11/03 11:45:29 rillig Exp $
+# $NetBSD: options.mk,v 1.11 2021/01/16 20:21:40 maya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.Radicale
 PKG_SUPPORTED_OPTIONS= git ldap
@@ -6,10 +6,10 @@ PKG_SUPPORTED_OPTIONS=        git ldap
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mgit)
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 DEPENDS+=      ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
 .endif
 
 .if !empty(PKG_OPTIONS:Mldap)
-PYTHON_VERSIONS_ACCEPTED= 27 # py-ldap
 DEPENDS+=      ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap
 .endif



Home | Main Index | Thread Index | Old Index