Install this version:
emerge -a =dev-python/marisa-trie-1.4.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/marisa-trie-1.4.1
Or alternatively:
emerge --autounmask-write -a =dev-python/marisa-trie-1.4.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.4.1 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1
DESCRIPTION="Static memory-efficient Trie-like structures for Python"
HOMEPAGE="https://pypi.org/project/marisa-trie/"
SRC_URI="https://github.com/pytries/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=dev-libs/marisa-0.2.6
"
RDEPEND="${DEPEND}"
BDEPEND="
${RDEPEND}
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/readme-renderer[${PYTHON_USEDEP}]
)
"
PATCHES=(
"${FILESDIR}/system-marisa-lib.patch"
)
distutils_enable_tests pytest
>=dev-libs/marisa-0.2.6
>=dev-libs/marisa-0.2.6
>=dev-libs/marisa-0.2.6 test? ( dev-python/hypothesis[] dev-python/readme-renderer[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | marisa-trie-1.4.1.gh.tar.gz | 668623 bytes | https://github.com/pytries/marisa-trie/archive/refs/tags/1.4.1.tar.gz |