commit:     470a2ab0382d7b1ccd3bb623a8f47f07d866dc99
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Jun 28 21:40:26 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jun 28 21:40:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=470a2ab0

app-misc/catt: enable py3.12

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-misc/catt/catt-0.12.12-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/app-misc/catt/catt-0.12.12-r1.ebuild 
b/app-misc/catt/catt-0.12.12-r1.ebuild
new file mode 100644
index 000000000..fa2c66c84
--- /dev/null
+++ b/app-misc/catt/catt-0.12.12-r1.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}]
+       <dev-python/pychromecast-14.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

Reply via email to