logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/
commit: 5b36889c433030048478e843527d1fed1d111652
parent aabc2c2389354f0264f718fa8cf338432af853fc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 23 Nov 2025 16:05:59 +0100

net-analyzer/asncounter: enable py3.13, py3.14

Diffstat:

Mnet-analyzer/asncounter/asncounter-0.3.0.ebuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/asncounter/asncounter-0.3.0.ebuild b/net-analyzer/asncounter/asncounter-0.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_12 ) +PYTHON_COMPAT=( python3_{12..14} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 optfeature