media-video/mnamer - 2.7.2 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =media-video/mnamer-2.7.2

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

autounmask =media-video/mnamer-2.7.2

Or alternatively:

emerge --autounmask-write -a =media-video/mnamer-2.7.2

Package Information

Description:
Media file renaming and organising tool.
Homepage:
https://github.com/jkwill87/mnamer
License:
MIT

Ebuild Details

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

EAPI=8
PYTHON_COMPAT=( python3_1{2,3,4,5} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

DESCRIPTION="Media file renaming and organising tool."
HOMEPAGE="https://github.com/jkwill87/mnamer"

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

RDEPEND="dev-python/appdirs[${PYTHON_USEDEP}]
	dev-python/babelfish[${PYTHON_USEDEP}]
	dev-python/guessit[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/requests-cache[${PYTHON_USEDEP}]
	dev-python/teletype[${PYTHON_USEDEP}]
	dev-python/typing-extensions[${PYTHON_USEDEP}]"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

dev-python/appdirs[]
	dev-python/babelfish[]
	dev-python/guessit[]
	dev-python/requests[]
	dev-python/requests-cache[]
	dev-python/teletype[]
	dev-python/typing-extensions[]