Install this version:
emerge -a =dev-python/expiringdict-1.2.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/expiringdict-1.2.2
Or alternatively:
emerge --autounmask-write -a =dev-python/expiringdict-1.2.2
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11,12,13,14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Helper module to easily develop git-annex remotes"
HOMEPAGE="https://github.com/mailgun/expiringdict"
SRC_URI="https://github.com/mailgun/expiringdict/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | expiringdict-1.2.2.tar.gz | 8782 bytes | https://github.com/mailgun/expiringdict/archive/refs/tags/v1.2.2.tar.gz |