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

Search

Install

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

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.4.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..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

Inherited Eclasses

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[]
		dev-python/readme-renderer[]
	)

Manifest for 1.4.1

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