dev-python/marisa-trie - 1.2.1 (sinustrom)

Search

Package Information

Description:
Static memory-efficient Trie-like structures for Python
Homepage:
https://pypi.org/project/marisa-trie/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.2.1 8 ~amd64 0
View Raw Ebuild
# 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

Dependencies

DEPEND

	>=dev-libs/marisa-0.2.6

RDEPEND

	>=dev-libs/marisa-0.2.6

BDEPEND

	
	>=dev-libs/marisa-0.2.6

	test? (
		dev-python/hypothesis[${PYTHON_USEDEP}]
		dev-python/readme-renderer[${PYTHON_USEDEP}]
	)

Manifest for 1.2.1

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