app-misc/catt - 0.13.1 (guru)

Search

Install

Install this version:

emerge -a =app-misc/catt-0.13.1

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

autounmask =app-misc/catt-0.13.1

Or alternatively:

emerge --autounmask-write -a =app-misc/catt-0.13.1

Package Information

Description:
Send videos from many, many online sources to your Chromecast
Homepage:
https://github.com/skorokithakis/catt
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
0.13.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 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="Send videos from many, many online sources to your Chromecast"
HOMEPAGE="https://github.com/skorokithakis/catt"
SRC_URI="https://github.com/skorokithakis/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"

# Seems that all tests makes external connections
RESTRICT="test"

DEPEND="
	dev-python/click[${PYTHON_USEDEP}]
	<dev-python/pychromecast-15.0.0[${PYTHON_USEDEP}]
	dev-python/ifaddr[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	net-misc/yt-dlp[${PYTHON_USEDEP}]
"

RDEPEND="${DEPEND}"

#distutils_enable_tests pytest

Inherited Eclasses

Dependencies

DEPEND

	dev-python/click[]
	<dev-python/pychromecast-15.0.0[]
	dev-python/ifaddr[]
	dev-python/requests[]
	net-misc/yt-dlp[]

RDEPEND

	dev-python/click[]
	<dev-python/pychromecast-15.0.0[]
	dev-python/ifaddr[]
	dev-python/requests[]
	net-misc/yt-dlp[]

Manifest for 0.13.1

Type File Size Source URLs
DIST catt-0.13.1.tar.gz 81124 bytes https://github.com/skorokithakis/catt/archive/refs/tags/v0.13.1.tar.gz