dev-python/termynal - 0.14.0 (guru)

Search

Install

Install this version:

emerge -a =dev-python/termynal-0.14.0

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

autounmask =dev-python/termynal-0.14.0

Or alternatively:

emerge --autounmask-write -a =dev-python/termynal-0.14.0

Package Information

Description:
A lightweight and modern animated terminal window
Homepage:
https://termynal.github.io/termynal.py/ https://github.com/termynal/termynal.py
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

DESCRIPTION="A lightweight and modern animated terminal window"
HOMEPAGE="https://termynal.github.io/termynal.py/ https://github.com/termynal/termynal.py"
SRC_URI="https://github.com/termynal/${PN}.py/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}.py-${PV}"

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

RDEPEND="
	dev-python/markdown[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

EPYTEST_IGNORE=(
	tests/test_mkdocs_plugin.py
)
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

DEPEND

	dev-python/markdown[]
	dev-python/pyyaml[]

RDEPEND

	dev-python/markdown[]
	dev-python/pyyaml[]

Manifest for 0.14.0

Type File Size Source URLs
DIST termynal-0.14.0.gh.tar.gz 176129 bytes https://github.com/termynal/termynal.py/archive/refs/tags/v0.14.0.tar.gz