pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-magic-wormhole-mailbox-server
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jun 28 07:09:54 UTC 2021
Modified Files:
pkgsrc/net/py-magic-wormhole-mailbox-server: Makefile
Log Message:
py-magic-wormhole-mailbox-server: does not support python 2.7
because of py-autobahn
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile
diff -u pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.1 pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.2
--- pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.1 Sun Jun 27 16:33:17 2021
+++ pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile Mon Jun 28 07:09:54 2021
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-twisted>=17.5.0
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