pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-daphne



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 11 15:14:55 UTC 2025

Modified Files:
        pkgsrc/www/py-daphne: Makefile

Log Message:
py-daphne: not for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/py-daphne/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-daphne/Makefile
diff -u pkgsrc/www/py-daphne/Makefile:1.34 pkgsrc/www/py-daphne/Makefile:1.35
--- pkgsrc/www/py-daphne/Makefile:1.34  Tue Sep  2 14:32:34 2025
+++ pkgsrc/www/py-daphne/Makefile       Thu Dec 11 15:14:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2025/09/02 14:32:34 adam Exp $
+# $NetBSD: Makefile,v 1.35 2025/12/11 15:14:55 adam Exp $
 
 DISTNAME=      daphne-4.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,6 +19,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-async
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  310 # py-autobahn
+
 # test fails with:
 # https://github.com/django/daphne/issues/522
 # ModuleNotFoundError: No module named 'http_strategies'



Home | Main Index | Thread Index | Old Index