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:   wiz
Date:           Sun Jan 23 00:46:27 UTC 2022

Modified Files:
        pkgsrc/misc/calibre: Makefile
        pkgsrc/sysutils/py-jeepney: Makefile

Log Message:
py-jeepney, calibre: remove python 3.7 from allowed versions because of py-trio


To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 pkgsrc/misc/calibre/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-jeepney/Makefile

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

Modified files:

Index: pkgsrc/misc/calibre/Makefile
diff -u pkgsrc/misc/calibre/Makefile:1.261 pkgsrc/misc/calibre/Makefile:1.262
--- pkgsrc/misc/calibre/Makefile:1.261  Thu Jan 20 19:03:07 2022
+++ pkgsrc/misc/calibre/Makefile        Sun Jan 23 00:46:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.261 2022/01/20 19:03:07 rhialto Exp $
+# $NetBSD: Makefile,v 1.262 2022/01/23 00:46:27 wiz Exp $
 
 DISTNAME=      calibre-5.34.0
 CATEGORIES=    misc
@@ -41,7 +41,7 @@ BUILD_DEPENDS+=       xdg-utils>=1.0.2:../../m
 
 EXTRACT_USING= bsdtar
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # as of 5.x
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # as of 5.x; and for py-trio via py-jeepney
 PYTHON_VERSIONED_DEPENDENCIES+=        markdown
 
 USE_LANGUAGES=                 c99 c++

Index: pkgsrc/sysutils/py-jeepney/Makefile
diff -u pkgsrc/sysutils/py-jeepney/Makefile:1.2 pkgsrc/sysutils/py-jeepney/Makefile:1.3
--- pkgsrc/sysutils/py-jeepney/Makefile:1.2     Sat Jan 22 14:10:10 2022
+++ pkgsrc/sysutils/py-jeepney/Makefile Sun Jan 23 00:46:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/22 14:10:10 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/23 00:46:27 wiz Exp $
 
 DISTNAME=      jeepney-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-trio-[0-9]*:../
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-trio
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} py.test-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index