pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-magic-wormhole-mailbox-server py-magic-wormhole...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e2d22aa7620
branches:  trunk
changeset: 455083:3e2d22aa7620
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 28 07:09:54 2021 +0000

description:
py-magic-wormhole-mailbox-server: does not support python 2.7

because of py-autobahn

diffstat:

 net/py-magic-wormhole-mailbox-server/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a4870d57bfd9 -r 3e2d22aa7620 net/py-magic-wormhole-mailbox-server/Makefile
--- a/net/py-magic-wormhole-mailbox-server/Makefile     Mon Jun 28 07:03:44 2021 +0000
+++ b/net/py-magic-wormhole-mailbox-server/Makefile     Mon Jun 28 07:09:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/06/27 16:33:17 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/06/28 07:09:54 wiz Exp $
 
 DISTNAME=      magic-wormhole-mailbox-server-0.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-treq-[0-9]*:../../devel/py-treq
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index