pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-onionbalance



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 10:10:50 UTC 2024

Modified Files:
        pkgsrc/net/py-onionbalance: Makefile

Log Message:
py-onionbalance: mark as not for Python 3.13

Add upstream bug report


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-onionbalance/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-onionbalance/Makefile
diff -u pkgsrc/net/py-onionbalance/Makefile:1.12 pkgsrc/net/py-onionbalance/Makefile:1.13
--- pkgsrc/net/py-onionbalance/Makefile:1.12    Sun Nov  5 22:37:01 2023
+++ pkgsrc/net/py-onionbalance/Makefile Sun Oct 13 10:10:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/11/05 22:37:01 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/10/13 10:10:50 wiz Exp $
 
 DISTNAME=      OnionBalance-0.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -25,7 +25,8 @@ USE_LANGUAGES=        # none
 
 USE_PKG_RESOURCES=     yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 312
+# https://gitlab.torproject.org/tpo/onion-services/onionbalance/-/issues/36
+PYTHON_VERSIONS_INCOMPATIBLE=  312 313
 
 SUBST_CLASSES+=                crypto
 SUBST_STAGE.crypto=    pre-configure



Home | Main Index | Thread Index | Old Index