Apocrypha

textual_speedups-0.2.1Miezhiko

# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CRATES="
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
"

PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=maturin
DISTUTILS_EXT=1

inherit cargo distutils-r1

DESCRIPTION="Speedups for Textual"
HOMEPAGE="https://pypi.org/project/textual-speedups"
SRC_URI="
	https://files.pythonhosted.org/packages/d4/73/bba3e9feae9ca730c32122306ddac61278a8bc47633346eddad9d52a435d/${P}.tar.gz
	${CARGO_CRATE_URIS}
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RESTRICT="test"

RDEPEND="
    >=dev-python/textual-0.48.0[${PYTHON_USEDEP}]
"