pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri May 30 12:59:39 UTC 2025

Modified Files:
        pkgsrc/net/py-magic-wormhole-mailbox-server: Makefile
        pkgsrc/net/py-magic-wormhole-transit-relay: Makefile

Log Message:
net/py-magic-wormhole-*: Not for python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-magic-wormhole-transit-relay/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.8 pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.9
--- pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.8    Tue Apr 15 08:15:59 2025
+++ pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile        Fri May 30 12:59:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/04/15 08:15:59 adam Exp $
+# $NetBSD: Makefile,v 1.9 2025/05/30 12:59:39 gdt Exp $
 
 DISTNAME=      magic-wormhole-mailbox-server-0.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,13 +11,15 @@ HOMEPAGE=   https://github.com/magic-wormh
 COMMENT=       Main server for Magic Wormhole
 LICENSE=       mit
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39
+
 # setup.py install_requires
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=16.3.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-twisted>=17.5.0:../../net/py-twisted
 DEPENDS+=      ${PYPKGPREFIX}-autobahn>=0.14.1:../../www/py-autobahn
 # Uses pkg_resources (which is deprecated).  wheel.mk lacks support
 # for declaring this with a variable, because it's now rare.
-DEPENDS+=       ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 # setup.py extras_requires dev
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock

Index: pkgsrc/net/py-magic-wormhole-transit-relay/Makefile
diff -u pkgsrc/net/py-magic-wormhole-transit-relay/Makefile:1.7 pkgsrc/net/py-magic-wormhole-transit-relay/Makefile:1.8
--- pkgsrc/net/py-magic-wormhole-transit-relay/Makefile:1.7     Tue Apr 15 08:15:59 2025
+++ pkgsrc/net/py-magic-wormhole-transit-relay/Makefile Fri May 30 12:59:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/04/15 08:15:59 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/05/30 12:59:39 gdt Exp $
 
 DISTNAME=      magic-wormhole-transit-relay-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,8 @@ HOMEPAGE=     https://github.com/magic-wormh
 COMMENT=       Transit Relay server for Magic-Wormhole
 LICENSE=       mit
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39
+
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-twisted>=21.2.0:../../net/py-twisted
 DEPENDS+=      ${PYPKGPREFIX}-autobahn>=21.3.1:../../www/py-autobahn



Home | Main Index | Thread Index | Old Index