* [gentoo-commits] repo/proj/guru:master commit in: app-misc/catt/
@ 2024-03-07 11:34 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2024-03-07 11:34 UTC (permalink / raw
To: gentoo-commits
commit: aa6a21b035591e452e94178d65e21aa7988e6610
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 6 17:27:27 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
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>davidroman96@gmail.com</email>
+ <name>David Roman</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">skorokithakis/catt</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/catt/
@ 2024-06-28 21:44 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-06-28 21:44 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/catt/
@ 2025-01-06 19:47 David Roman
2025-01-06 21:35 ` [gentoo-commits] repo/proj/guru:master " David Roman
0 siblings, 1 reply; 6+ messages in thread
From: David Roman @ 2025-01-06 19:47 UTC (permalink / raw
To: gentoo-commits
commit: 19ff187f0654e89efb4d05a2ee83766d90557ee6
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jan 6 19:45:25 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan 6 19:45:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19ff187f
app-misc/catt: drop 0.12.12
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-misc/catt/catt-0.12.12.ebuild | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/app-misc/catt/catt-0.12.12.ebuild b/app-misc/catt/catt-0.12.12.ebuild
deleted file mode 100644
index 8099a6ed4..000000000
--- a/app-misc/catt/catt-0.12.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/catt/
2025-01-06 19:47 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/catt/ David Roman
@ 2025-01-06 21:35 ` David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2025-01-06 21:35 UTC (permalink / raw
To: gentoo-commits
commit: 19ff187f0654e89efb4d05a2ee83766d90557ee6
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jan 6 19:45:25 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan 6 19:45:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19ff187f
app-misc/catt: drop 0.12.12
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-misc/catt/catt-0.12.12.ebuild | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/app-misc/catt/catt-0.12.12.ebuild b/app-misc/catt/catt-0.12.12.ebuild
deleted file mode 100644
index 8099a6ed4..000000000
--- a/app-misc/catt/catt-0.12.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/catt/
2025-01-06 19:47 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-01-06 21:35 ` David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2025-01-06 21:35 UTC (permalink / raw
To: gentoo-commits
commit: c8945695b1eef2806800ef0a91fab89a7ad61a08
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jan 6 19:44:26 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan 6 19:44:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8945695
app-misc/catt: add 0.12.13
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-misc/catt/Manifest | 1 +
app-misc/catt/catt-0.12.13.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/app-misc/catt/Manifest b/app-misc/catt/Manifest
index 37b15306e..0971e0d6f 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 000000000..e0a292fe7
--- /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}]
+ <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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/catt/
@ 2025-01-27 9:57 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2025-01-27 9:57 UTC (permalink / raw
To: gentoo-commits
commit: 800fc7165abd95a779983015a87c8d11f174391a
Author: demize <demize <AT> unstable <DOT> systems>
AuthorDate: Sat Jan 25 14:29:30 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jan 25 14:29:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=800fc716
app-misc/catt: drop 0.12.12-r1
Depends on dev-python/pychromecast<14, which was
dropped.
Signed-off-by: demize <demize <AT> unstable.systems>
app-misc/catt/Manifest | 1 -
app-misc/catt/catt-0.12.12-r1.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/app-misc/catt/Manifest b/app-misc/catt/Manifest
index 0971e0d6f..6eca9422f 100644
--- a/app-misc/catt/Manifest
+++ b/app-misc/catt/Manifest
@@ -1,2 +1 @@
-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.12-r1.ebuild b/app-misc/catt/catt-0.12.12-r1.ebuild
deleted file mode 100644
index fa2c66c84..000000000
--- a/app-misc/catt/catt-0.12.12-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-01-27 9:57 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-06 19:47 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/catt/ David Roman
2025-01-06 21:35 ` [gentoo-commits] repo/proj/guru:master " David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-01-27 9:57 David Roman
2025-01-06 19:47 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-01-06 21:35 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-06-28 21:44 David Roman
2024-03-07 11:34 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox