Install this version:
emerge -a =dev-python/limits-5.8.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/limits-5.8.0
Or alternatively:
emerge --autounmask-write -a =dev-python/limits-5.8.0
EAPI=8
REALNAME="${PN}"
REALVERSION="${PV}"
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=hatchling
inherit pypi distutils-r1
DESCRIPTION="Rate limiting utilities."
HOMEPAGE="https://pypi.org/project/limits/"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/deprecated-1.2[${PYTHON_USEDEP}]
>=dev-python/packaging-21[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]"
>=dev-python/deprecated-1.2[] >=dev-python/packaging-21[] dev-python/typing-extensions[]
dev-python/hatch-vcs[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | limits-5.8.0.tar.gz | 226104 bytes | https://files.pythonhosted.org/packages/source//limits/-5.8.0.tar.gz |