media-sound/flacted - 0.0.3 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =media-sound/flacted-0.0.3

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

autounmask =media-sound/flacted-0.0.3

Or alternatively:

emerge --autounmask-write -a =media-sound/flacted-0.0.3

Package Information

Description:
Front-end to metaflac to set common FLAC tags.
Homepage:
https://github.com/Tatsh/flacted https://pypi.org/project/flacted/
License:
MIT

Ebuild Details

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

EAPI=8
PYTHON_COMPAT=( python3_{10..14} )
DISTUTILS_USE_PEP517=hatchling
PYPI_VERIFY_REPO="https://github.com/Tatsh/flacted"

inherit distutils-r1 pypi

DESCRIPTION="Front-end to metaflac to set common FLAC tags."
HOMEPAGE="
	https://github.com/Tatsh/flacted
	https://pypi.org/project/flacted/
"

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

RDEPEND=">=app-misc/deltona-0.1.4[${PYTHON_USEDEP}]
	>=dev-python/bascom-0.1.2[${PYTHON_USEDEP}]
	>=dev-python/click-8.3.2[${PYTHON_USEDEP}]
	>=dev-python/typing-extensions-4.15.0[${PYTHON_USEDEP}]
	media-libs/flac"
BDEPEND="test? (
	${RDEPEND}
	dev-python/mock[${PYTHON_USEDEP}]
	dev-python/pytest-mock[${PYTHON_USEDEP}]
)"

EPYTEST_PLUGINS=( pytest-mock )
distutils_enable_tests pytest

src_install() {
	distutils-r1_src_install
	doman "man/${PN}.1"
}

Inherited Eclasses

Dependencies

RDEPEND

>=app-misc/deltona-0.1.4[]
	>=dev-python/bascom-0.1.2[]
	>=dev-python/click-8.3.2[]
	>=dev-python/typing-extensions-4.15.0[]
	media-libs/flac

BDEPEND

test? (
	>=app-misc/deltona-0.1.4[]
	>=dev-python/bascom-0.1.2[]
	>=dev-python/click-8.3.2[]
	>=dev-python/typing-extensions-4.15.0[]
	media-libs/flac
	dev-python/mock[]
	dev-python/pytest-mock[]
)