From b9b98bb003bd1560f55e7d77f699232c422bbf02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 10 Aug 2024 15:12:49 +0200 Subject: [PATCH] dev-python/ratelimit: Take for python@ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/ratelimit/metadata.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/ratelimit/metadata.xml b/dev-python/ratelimit/metadata.xml index a0f8f0221eaf8..3955b7b7473e3 100644 --- a/dev-python/ratelimit/metadata.xml +++ b/dev-python/ratelimit/metadata.xml @@ -1,7 +1,10 @@ - + + python@gentoo.org + Python + ratelimit introduces a method decorator preventing a method from being called more than once within a given time period. It prevents API providers