Install this version:
emerge -a =media-video/cleanit-0.4.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/cleanit-0.4.9
Or alternatively:
emerge --autounmask-write -a =media-video/cleanit-0.4.9
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.4.9 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="A command line tool that helps you to keep your subtitles clean"
HOMEPAGE="https://github.com/ratoaq2/cleanit"
SRC_URI="https://github.com/ratoaq2/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="mirror"
distutils_enable_tests pytest
RDEPEND="
dev-python/appdirs
dev-python/babelfish
dev-python/chardet
dev-python/click
dev-python/jsonschema
dev-python/pysrt
dev-python/pyyaml"
BDEPEND="${PYTHON_DEPS}
test? ( dev-python/flake8 )"
Manage flags for this package:
euse -i <flag> -p media-video/cleanit |
euse -E <flag> -p media-video/cleanit |
euse -D <flag> -p media-video/cleanit
dev-python/appdirs dev-python/babelfish dev-python/chardet dev-python/click dev-python/jsonschema dev-python/pysrt dev-python/pyyaml
test? ( dev-python/flake8 )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cleanit-0.4.9.tar.gz | 44833 bytes | https://github.com/ratoaq2/cleanit/archive/refs/tags/0.4.9.tar.gz |