dev-python/stringzilla - 4.2.3 (phackerlay)

Search

Install

Install this version:

emerge -a =dev-python/stringzilla-4.2.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/stringzilla-4.2.3

Or alternatively:

emerge --autounmask-write -a =dev-python/stringzilla-4.2.3

Package Information

Description:
Up to 100x faster strings for python
Homepage:
https://github.com/ashvardanian/StringZilla
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
4.2.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=standalone
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="Up to 100x faster strings for python"
HOMEPAGE="https://github.com/ashvardanian/StringZilla"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

distutils_enable_tests pytest

Inherited Eclasses