pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-jeepney, calibre: remove python 3.7 from allowed ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f616a40aead1
branches:  trunk
changeset: 372303:f616a40aead1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 23 00:46:27 2022 +0000

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

diffstat:

 misc/calibre/Makefile        |  4 ++--
 sysutils/py-jeepney/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r ffbd006f2405 -r f616a40aead1 misc/calibre/Makefile
--- a/misc/calibre/Makefile     Sun Jan 23 00:45:05 2022 +0000
+++ b/misc/calibre/Makefile     Sun Jan 23 00:46:27 2022 +0000
@@ -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 @@
 
 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++
diff -r ffbd006f2405 -r f616a40aead1 sysutils/py-jeepney/Makefile
--- a/sysutils/py-jeepney/Makefile      Sun Jan 23 00:45:05 2022 +0000
+++ b/sysutils/py-jeepney/Makefile      Sun Jan 23 00:46:27 2022 +0000
@@ -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 @@
 
 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