dev-python/aiolimiter - 1.3.0 (vimproved)

Search

Install

Install this version:

emerge -a =dev-python/aiolimiter-1.3.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/aiolimiter-1.3.0

Or alternatively:

emerge --autounmask-write -a =dev-python/aiolimiter-1.3.0

Package Information

Description:
An efficient implementation of a rate limiter for asyncio
Homepage:
https://pypi.org/project/aiolimiter/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.3.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{13..14} )

inherit distutils-r1

DESCRIPTION="An efficient implementation of a rate limiter for asyncio"
HOMEPAGE="https://pypi.org/project/aiolimiter/"
SRC_URI="https://github.com/mjpieters/aiolimiter/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="dev-python/uv-dynamic-versioning[${PYTHON_USEDEP}]"

python_compile() {
	local -x UV_DYNAMIC_VERSIONING_BYPASS=${PV}
	distutils-r1_python_compile
}

distutils_enable_tests import-check

Inherited Eclasses

Dependencies

BDEPEND

dev-python/uv-dynamic-versioning[]

Manifest for 1.3.0

Type File Size Source URLs
DIST aiolimiter-1.3.0.gh.tar.gz 123578 bytes https://github.com/mjpieters/aiolimiter/archive/refs/tags/v1.3.0.tar.gz