From c8945695b1eef2806800ef0a91fab89a7ad61a08 Mon Sep 17 00:00:00 2001 From: David Roman Date: Mon, 6 Jan 2025 20:44:26 +0100 Subject: [PATCH] app-misc/catt: add 0.12.13 Signed-off-by: David Roman --- app-misc/catt/Manifest | 1 + app-misc/catt/catt-0.12.13.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 app-misc/catt/catt-0.12.13.ebuild diff --git a/app-misc/catt/Manifest b/app-misc/catt/Manifest index 37b15306e0..0971e0d6f5 100644 --- a/app-misc/catt/Manifest +++ b/app-misc/catt/Manifest @@ -1 +1,2 @@ DIST catt-0.12.12.tar.gz 79042 BLAKE2B d0885f6030d4ece8f233c568d626fa4e67cba2f7be499dcc290c4d54cf9c6bde6cebe80b37b0147e463ed90694fc8f58d07f95ecfe9454209d05c1598741394e SHA512 8838f7b2e8700dbe924c53dff7c776fcd31646c061065a297ae2399134af7cd5d4bf359d3b7aed23faa3e8987e0e6db4af1cf54a703ba8ce86e532a56586b228 +DIST catt-0.12.13.tar.gz 79044 BLAKE2B 627ca1a83e35e9021972268c2a920c0b8d2d219dfc6eca7d8c175efe3e5ed248ebb417fad7fd4088d2d1f2758d32801c15c928cc14c87a0f5d170900f2ba4f7e SHA512 20b249d522b5f0bc10473185882102a1a114b6b12d6961e2d510337cf80151384d19c7085ca0881321e1cf6fe043a1570a7c554e5eafcd331275d4e2685fb551 diff --git a/app-misc/catt/catt-0.12.13.ebuild b/app-misc/catt/catt-0.12.13.ebuild new file mode 100644 index 0000000000..e0a292fe75 --- /dev/null +++ b/app-misc/catt/catt-0.12.13.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_{10..12} ) +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}] +