From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/catt/ Date: Fri, 28 Jun 2024 21:44:15 +0000 (UTC) [thread overview] Message-ID: <1719610843.470a2ab0382d7b1ccd3bb623a8f47f07d866dc99.davidroman@gentoo> (raw) 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
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/catt/ Date: Fri, 28 Jun 2024 21:40:55 +0000 (UTC) [thread overview] Message-ID: <1719610843.470a2ab0382d7b1ccd3bb623a8f47f07d866dc99.davidroman@gentoo> (raw) Message-ID: <20240628214055.LAOtHiFI5JLLjSOtwP5UVCYYV7-gASd2DOzevnXHjFY@z> (raw) 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
next reply other threads:[~2024-06-28 21:44 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-06-28 21:44 David Roman [this message] 2024-06-28 21:40 ` [gentoo-commits] repo/proj/guru:dev commit in: app-misc/catt/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2025-08-21 11:56 David Roman 2025-08-23 19:32 ` [gentoo-commits] repo/proj/guru:master " David Roman 2025-05-10 18:41 [gentoo-commits] repo/proj/guru:dev " David Roman 2025-05-10 19:08 ` [gentoo-commits] repo/proj/guru:master " David Roman 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 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-03-07 11:34 Andrew Ammerlaan
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1719610843.470a2ab0382d7b1ccd3bb623a8f47f07d866dc99.davidroman@gentoo \ --to=davidroman96@gmail.com \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox