| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.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..13} )
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[${PYTHON_USEDEP}]
dev-python/readme-renderer[${PYTHON_USEDEP}]
)
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | marisa-trie-1.2.1.gh.tar.gz | 824444 bytes | https://github.com/pytries/marisa-trie/archive/refs/tags/1.2.1.tar.gz |