pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/py-mautrix chat/py-mautrix: Mark Python 3.7 as in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/413caf31cfe8
branches:  trunk
changeset: 377596:413caf31cfe8
user:      js <js%pkgsrc.org@localhost>
date:      Sat Apr 23 12:36:30 2022 +0000

description:
chat/py-mautrix: Mark Python 3.7 as incompatible

diffstat:

 chat/py-mautrix/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 551db21f37ed -r 413caf31cfe8 chat/py-mautrix/Makefile
--- a/chat/py-mautrix/Makefile  Sat Apr 23 12:35:57 2022 +0000
+++ b/chat/py-mautrix/Makefile  Sat Apr 23 12:36:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/04/23 12:35:57 js Exp $
+# $NetBSD: Makefile,v 1.18 2022/04/23 12:36:30 js Exp $
 
 DISTNAME=      python-0.16.3
 PKGNAME=       mautrix-${DISTNAME}
@@ -16,7 +16,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=18.1.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-yarl>=1.5.1:../../www/py-yarl
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 USE_LANGUAGES= # none
 EGG_NAME=      mautrix-${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index