diff --git a/app-misc/catt/Manifest b/app-misc/catt/Manifest index 6eca9422f0..43a73cbec6 100644 --- a/app-misc/catt/Manifest +++ b/app-misc/catt/Manifest @@ -1 +1,2 @@ DIST catt-0.12.13.tar.gz 79044 BLAKE2B 627ca1a83e35e9021972268c2a920c0b8d2d219dfc6eca7d8c175efe3e5ed248ebb417fad7fd4088d2d1f2758d32801c15c928cc14c87a0f5d170900f2ba4f7e SHA512 20b249d522b5f0bc10473185882102a1a114b6b12d6961e2d510337cf80151384d19c7085ca0881321e1cf6fe043a1570a7c554e5eafcd331275d4e2685fb551 +DIST catt-0.13.0.tar.gz 80808 BLAKE2B 144270943f9cc1bce57bec0e2578e4f17ce467af97acd1ea9c80fa99d2f66de7bbba30f96640328cfd5c39a24774917b4eaf694b8cf551e260529cfcc23d1e8a SHA512 7d854b44318c7b95ae81aaa61bed771ed9a272d3ea381bed5239ad15c6a53f1bdf981ebd239bc303207fc7dc096374af4018b3a8441a639ef2ed9694ed5d5453 diff --git a/app-misc/catt/catt-0.13.0.ebuild b/app-misc/catt/catt-0.13.0.ebuild new file mode 100644 index 0000000000..4f7f5dc56c --- /dev/null +++ b/app-misc/catt/catt-0.13.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +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}] +