dev-python/async-lru-threadsafe - 2.0.5 (pypi)

Search

Package Information

Description:
A faster fork of async-lru: Simple threadsafe LRU cache for asyncio. Implemented in C.
Homepage:
https://github.com/aio-libs/async-lru
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.0.5 8 ~amd64 ~x86 0
View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="A faster fork of async-lru: Simple threadsafe LRU cache for asyncio. Implemented in C."

HOMEPAGE="https://github.com/aio-libs/async-lru"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPENDENCIES=""
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"