commit: aa6a21b035591e452e94178d65e21aa7988e6610
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 6 17:27:27 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Mar 6 17:27:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa6a21b0
app-misc/catt: new package, add 0.12.12
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-misc/catt/Manifest | 1 +
app-misc/catt/catt-0.12.12.ebuild | 31 +++++++++++++++++++++++++++++++
app-misc/catt/metadata.xml | 11 +++++++++++
3 files changed, 43 insertions(+)
diff --git a/app-misc/catt/Manifest b/app-misc/catt/Manifest
new file mode 100644
index 0000000000..37b15306e0
--- /dev/null
+++ b/app-misc/catt/Manifest
@@ -0,0 +1 @@
+DIST catt-0.12.12.tar.gz 79042 BLAKE2B
d0885f6030d4ece8f233c568d626fa4e67cba2f7be499dcc290c4d54cf9c6bde6cebe80b37b0147e463ed90694fc8f58d07f95ecfe9454209d05c1598741394e
SHA512
8838f7b2e8700dbe924c53dff7c776fcd31646c061065a297ae2399134af7cd5d4bf359d3b7aed23faa3e8987e0e6db4af1cf54a703ba8ce86e532a56586b228
diff --git a/app-misc/catt/catt-0.12.12.ebuild
b/app-misc/catt/catt-0.12.12.ebuild
new file mode 100644
index 0000000000..8099a6ed4c
--- /dev/null
+++ b/app-misc/catt/catt-0.12.12.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..11} )
+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[${PYTHON_USEDEP}]
+ dev-python/ifaddr[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ net-misc/yt-dlp[${PYTHON_USEDEP}]
+"
+
+RDEPEND="${DEPEND}"
+
+#distutils_enable_tests pytest
diff --git a/app-misc/catt/metadata.xml b/app-misc/catt/metadata.xml
new file mode 100644
index 0000000000..9810251464
--- /dev/null
+++ b/app-misc/catt/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>David Roman</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">skorokithakis/catt</remote-id>
+ </upstream>
+</pkgmetadata>