Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-python/throttler/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST throttler-1.2.2.gh.tar.gz 8874 BLAKE2B f4f62059483551d2516e0d744ce4de4de1d83c5d169583944f2fba390acc2f6aadd5f212158de2c59b85356d71396a02404051e9206dfffec25be95ae983686a SHA512 a45cba0400e2e6225bcc396d1a216e781be9264345c215aa0c9e009d463bb80fca449ef0cc6a67657c443f9624e0864644cd5187351e815292894176dd6f13bb
DIST throttler-1.2.3.gh.tar.gz 179034 BLAKE2B 10697cfad5a4b669391d3c9c03a083b71f9c8f6c74763b2a15e7350f017d5f1b48065454e84e1b5e94904530c374d62f02e7204b341a5e5a2dfbf132926ddd47 SHA512 799dc14a7b1e9e80a4da46a2c829dfcc4d2a5063f60d1e6c55ca149fac28915cddbc890890781535875bc111390eb899346866923f3393b09076d0864f30dbd4
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1
Expand Down
Loading