* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/yt-dlg/
@ 2023-11-01 23:19 Benoît Dufour
0 siblings, 0 replies; 4+ messages in thread
From: Benoît Dufour @ 2023-11-01 23:19 UTC (permalink / raw
To: gentoo-commits
commit: b5d1550306cd7d6be97793a366cbdfd6ccda0479
Author: Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
AuthorDate: Wed Nov 1 23:19:17 2023 +0000
Commit: Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
CommitDate: Wed Nov 1 23:19:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5d15503
net-misc/yt-dlg: new package, add 2023.08.16
Signed-off-by: Benoît Dufour <benoit.dufour <AT> mail.com>
net-misc/yt-dlg/Manifest | 1 +
net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild | 57 ++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/net-misc/yt-dlg/Manifest b/net-misc/yt-dlg/Manifest
new file mode 100644
index 0000000000..f6dd7950d9
--- /dev/null
+++ b/net-misc/yt-dlg/Manifest
@@ -0,0 +1 @@
+DIST yt-dlg-2023.08.16.tar.gz 1481142 BLAKE2B d64bd9e52531c1c66ef83e18d960dc63200cfd7185af9b14339a5fd852a36966e8cbbd769ecc65e457d52fb0a46f84f84147116a8771d18ea80237d03ec0ab20 SHA512 efc7aaa88b18bc58466fbc0fa62d7b26f857bf759cb7960f3728a351e66d2dc4d13ae8002fce140e03f9e0ff89940686a3753c24796e78777b33928d86fcdedc
diff --git a/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild b/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild
new file mode 100644
index 0000000000..325aa2bc68
--- /dev/null
+++ b/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+inherit desktop distutils-r1 xdg
+
+DESCRIPTION="A cross platform front-end GUI of the popular youtube-dl written in wxPython."
+HOMEPAGE="https://yt-dlg.github.io/yt-dlg/"
+# Using latest commit from August 16, 2023 as of November 1, 2023.
+# Latest releases and tags are from 2021 and are probably deprecated and incompatible with current Python versions.
+# Same applies for the dependencies of yt-dlp.
+SHA="692e5c5deee95c721a4ad92ecae7ca86de8bef35"
+SRC_URI="https://github.com/yt-dlg/yt-dlg/archive/${SHA}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="ffmpeg test"
+
+
+
+# net-misc/youtube-dl isn't available in gentoo anymore but I kept it as a dependency option just in case someone still use it or yt-dlp gets merged to youtube-dl.
+DEPEND="${PYTHON_DEPS}
+ >=dev-python/wxpython-4.2.0:*[${PYTHON_USEDEP}]
+ || (
+ net-misc/youtube-dl[${PYTHON_USEDEP}]
+ net-misc/yt-dlp[${PYTHON_USEDEP}]
+ )
+ >=dev-python/PyPubSub-4.0.3
+ ffmpeg? ( media-video/ffmpeg )
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+python_test() {
+ local tests=( ditem dlist parsers utils widgets )
+ local current_test
+ for current_test in tests; do
+ "${EPYTHON}" "tests/test_${curent_test}.py" || die "Tests fail with ${EPYTHON}"
+ done
+}
+
+# I don't know how to enable the test phase.
+distutils_enable_tests pytest
+
+S="${WORKDIR}/${PN}-${SHA}"
+
+DOCS=( README.md )
+
+src_install() {
+ distutils-r1_src_install
+ domenu yt-dlg.desktop
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/yt-dlg/
2023-11-02 9:21 [gentoo-commits] repo/proj/guru:master " Rui Huang
@ 2023-11-02 9:14 ` Rui Huang
0 siblings, 0 replies; 4+ messages in thread
From: Rui Huang @ 2023-11-02 9:14 UTC (permalink / raw
To: gentoo-commits
commit: 733992b05abdb38c74dc641acc0f9cadc8e46932
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Thu Nov 2 09:04:19 2023 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Thu Nov 2 09:04:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=733992b0
net-misc/yt-dlg: update SRC_URI, fix QA
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
net-misc/yt-dlg/Manifest | 2 +-
net-misc/yt-dlg/metadata.xml | 9 +++++++++
net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild | 12 +++++-------
3 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/net-misc/yt-dlg/Manifest b/net-misc/yt-dlg/Manifest
index f6dd7950d9..9831e9e51d 100644
--- a/net-misc/yt-dlg/Manifest
+++ b/net-misc/yt-dlg/Manifest
@@ -1 +1 @@
-DIST yt-dlg-2023.08.16.tar.gz 1481142 BLAKE2B d64bd9e52531c1c66ef83e18d960dc63200cfd7185af9b14339a5fd852a36966e8cbbd769ecc65e457d52fb0a46f84f84147116a8771d18ea80237d03ec0ab20 SHA512 efc7aaa88b18bc58466fbc0fa62d7b26f857bf759cb7960f3728a351e66d2dc4d13ae8002fce140e03f9e0ff89940686a3753c24796e78777b33928d86fcdedc
+DIST yt-dlg-2023.08.16.gh.tar.gz 1481142 BLAKE2B d64bd9e52531c1c66ef83e18d960dc63200cfd7185af9b14339a5fd852a36966e8cbbd769ecc65e457d52fb0a46f84f84147116a8771d18ea80237d03ec0ab20 SHA512 efc7aaa88b18bc58466fbc0fa62d7b26f857bf759cb7960f3728a351e66d2dc4d13ae8002fce140e03f9e0ff89940686a3753c24796e78777b33928d86fcdedc
diff --git a/net-misc/yt-dlg/metadata.xml b/net-misc/yt-dlg/metadata.xml
new file mode 100644
index 0000000000..58777a8ac9
--- /dev/null
+++ b/net-misc/yt-dlg/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">yt-dlg/yt-dlg</remote-id>
+ <remote-id type="pypi">yt-dlg</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild b/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild
index 325aa2bc68..b65b75a8f1 100644
--- a/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild
+++ b/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit desktop distutils-r1 xdg
DESCRIPTION="A cross platform front-end GUI of the popular youtube-dl written in wxPython."
@@ -13,7 +13,7 @@ HOMEPAGE="https://yt-dlg.github.io/yt-dlg/"
# Latest releases and tags are from 2021 and are probably deprecated and incompatible with current Python versions.
# Same applies for the dependencies of yt-dlp.
SHA="692e5c5deee95c721a4ad92ecae7ca86de8bef35"
-SRC_URI="https://github.com/yt-dlg/yt-dlg/archive/${SHA}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/yt-dlg/yt-dlg/archive/${SHA}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="public-domain"
SLOT="0"
@@ -21,9 +21,8 @@ KEYWORDS="~amd64"
IUSE="ffmpeg test"
-
-
-# net-misc/youtube-dl isn't available in gentoo anymore but I kept it as a dependency option just in case someone still use it or yt-dlp gets merged to youtube-dl.
+# net-misc/youtube-dl isn't available in gentoo anymore but I kept it as a dependency option just in case someone still
+# use it or yt-dlp gets merged to youtube-dl.
DEPEND="${PYTHON_DEPS}
>=dev-python/wxpython-4.2.0:*[${PYTHON_USEDEP}]
|| (
@@ -34,13 +33,12 @@ DEPEND="${PYTHON_DEPS}
ffmpeg? ( media-video/ffmpeg )
"
RDEPEND="${DEPEND}"
-BDEPEND=""
python_test() {
local tests=( ditem dlist parsers utils widgets )
local current_test
for current_test in tests; do
- "${EPYTHON}" "tests/test_${curent_test}.py" || die "Tests fail with ${EPYTHON}"
+ "${EPYTHON}" "tests/test_${curent_test}.py" || die "Tests fail with ${EPYTHON}"
done
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/yt-dlg/
@ 2024-08-05 9:35 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-08-05 9:35 UTC (permalink / raw
To: gentoo-commits
commit: 78651e84856fb14627504109499d18dc011cc318
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 5 09:32:35 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 5 09:32:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78651e84
net-misc/yt-dlg: drop 2023.08.16
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
net-misc/yt-dlg/Manifest | 1 -
net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild | 55 --------------------------------
2 files changed, 56 deletions(-)
diff --git a/net-misc/yt-dlg/Manifest b/net-misc/yt-dlg/Manifest
index b9d70a9ed..1b3e150d1 100644
--- a/net-misc/yt-dlg/Manifest
+++ b/net-misc/yt-dlg/Manifest
@@ -1,2 +1 @@
-DIST yt-dlg-2023.08.16.gh.tar.gz 1481142 BLAKE2B d64bd9e52531c1c66ef83e18d960dc63200cfd7185af9b14339a5fd852a36966e8cbbd769ecc65e457d52fb0a46f84f84147116a8771d18ea80237d03ec0ab20 SHA512 efc7aaa88b18bc58466fbc0fa62d7b26f857bf759cb7960f3728a351e66d2dc4d13ae8002fce140e03f9e0ff89940686a3753c24796e78777b33928d86fcdedc
DIST yt-dlg-2024.03.19.gh.tar.gz 1481178 BLAKE2B aca69edf26d906a28fd60c7d2b8c450f74dbbd3c21d8f63866807886e2fe95f71a13039e6d666ffe29d52dfe0db596f5ace9a5a5feea6785affe5c2e1f28a94c SHA512 c151bed0e45398de8080219895a686dadaebdc9b47631eee52861ec5ee35665983ef36f09f11acd44e163acb215d50f1c3cc52094e6ab4f220372e487c412fee
diff --git a/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild b/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild
deleted file mode 100644
index 02741e734..000000000
--- a/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit desktop distutils-r1 xdg
-
-DESCRIPTION="A cross platform front-end GUI of the popular youtube-dl written in wxPython."
-HOMEPAGE="https://yt-dlg.github.io/yt-dlg/"
-# Using latest commit from August 16, 2023 as of November 1, 2023.
-# Latest releases and tags are from 2021 and are probably deprecated and incompatible with current Python versions.
-# Same applies for the dependencies of yt-dlp.
-SHA="692e5c5deee95c721a4ad92ecae7ca86de8bef35"
-SRC_URI="https://github.com/yt-dlg/yt-dlg/archive/${SHA}.tar.gz -> ${P}.gh.tar.gz"
-
-S="${WORKDIR}/${PN}-${SHA}"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="ffmpeg"
-
-# net-misc/youtube-dl isn't available in gentoo anymore but I kept it as a dependency option just in case someone still
-# use it or yt-dlp gets merged to youtube-dl.
-DEPEND="${PYTHON_DEPS}
- >=dev-python/wxpython-4.2.0:*[${PYTHON_USEDEP}]
- || (
- net-misc/youtube-dl[${PYTHON_USEDEP}]
- net-misc/yt-dlp[${PYTHON_USEDEP}]
- )
- >=dev-python/PyPubSub-4.0.3
- ffmpeg? ( media-video/ffmpeg )
-"
-RDEPEND="${DEPEND}"
-
-# I don't know how to enable the test phase.
-distutils_enable_tests pytest
-
-DOCS=( README.md )
-
-python_test() {
- local tests=( ditem dlist parsers utils widgets )
- local current_test
- for current_test in tests; do
- "${EPYTHON}" "tests/test_${curent_test}.py" || die "Tests fail with ${EPYTHON}"
- done
-}
-
-src_install() {
- distutils-r1_src_install
- domenu yt-dlg.desktop
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/yt-dlg/
@ 2024-08-05 9:35 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-08-05 9:35 UTC (permalink / raw
To: gentoo-commits
commit: f08c6128d20d0f0d81078c5acdce33ceb0672de9
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 5 09:32:13 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 5 09:32:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f08c6128
net-misc/yt-dlg: add 2024.03.19
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
net-misc/yt-dlg/Manifest | 1 +
net-misc/yt-dlg/yt-dlg-2024.03.19.ebuild | 50 ++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/net-misc/yt-dlg/Manifest b/net-misc/yt-dlg/Manifest
index 9831e9e51..b9d70a9ed 100644
--- a/net-misc/yt-dlg/Manifest
+++ b/net-misc/yt-dlg/Manifest
@@ -1 +1,2 @@
DIST yt-dlg-2023.08.16.gh.tar.gz 1481142 BLAKE2B d64bd9e52531c1c66ef83e18d960dc63200cfd7185af9b14339a5fd852a36966e8cbbd769ecc65e457d52fb0a46f84f84147116a8771d18ea80237d03ec0ab20 SHA512 efc7aaa88b18bc58466fbc0fa62d7b26f857bf759cb7960f3728a351e66d2dc4d13ae8002fce140e03f9e0ff89940686a3753c24796e78777b33928d86fcdedc
+DIST yt-dlg-2024.03.19.gh.tar.gz 1481178 BLAKE2B aca69edf26d906a28fd60c7d2b8c450f74dbbd3c21d8f63866807886e2fe95f71a13039e6d666ffe29d52dfe0db596f5ace9a5a5feea6785affe5c2e1f28a94c SHA512 c151bed0e45398de8080219895a686dadaebdc9b47631eee52861ec5ee35665983ef36f09f11acd44e163acb215d50f1c3cc52094e6ab4f220372e487c412fee
diff --git a/net-misc/yt-dlg/yt-dlg-2024.03.19.ebuild b/net-misc/yt-dlg/yt-dlg-2024.03.19.ebuild
new file mode 100644
index 000000000..40b8d3514
--- /dev/null
+++ b/net-misc/yt-dlg/yt-dlg-2024.03.19.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+inherit desktop distutils-r1 xdg
+
+DESCRIPTION="A cross platform front-end GUI of the popular youtube-dl written in wxPython."
+HOMEPAGE="https://yt-dlg.github.io/yt-dlg/"
+# Using latest commit from Mars 19, 2024 as of August 5, 2024.
+# Latest releases and tags are from 2021 and are probably deprecated and incompatible with current Python versions.
+# Same applies for the dependencies of yt-dlp.
+SHA="264699bb425efd988523ebb8bbfb8f67d009f884"
+SRC_URI="https://github.com/yt-dlg/yt-dlg/archive/${SHA}.tar.gz -> ${P}.gh.tar.gz"
+
+S="${WORKDIR}/${PN}-${SHA}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="ffmpeg"
+
+DEPEND="${PYTHON_DEPS}
+ >=dev-python/wxpython-4.2.0:*[${PYTHON_USEDEP}]
+ net-misc/yt-dlp[${PYTHON_USEDEP}]
+ >=dev-python/PyPubSub-4.0.3
+ ffmpeg? ( media-video/ffmpeg )
+"
+RDEPEND="${DEPEND}"
+
+# I don't know how to enable the test phase.
+distutils_enable_tests pytest
+
+DOCS=( README.md )
+
+python_test() {
+ local tests=( ditem dlist parsers utils widgets )
+ local current_test
+ for current_test in tests; do
+ "${EPYTHON}" "tests/test_${curent_test}.py" || die "Tests fail with ${EPYTHON}"
+ done
+}
+
+src_install() {
+ distutils-r1_src_install
+ domenu yt-dlg.desktop
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-05 9:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 9:35 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/yt-dlg/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-08-05 9:35 David Roman
2023-11-02 9:21 [gentoo-commits] repo/proj/guru:master " Rui Huang
2023-11-02 9:14 ` [gentoo-commits] repo/proj/guru:dev " Rui Huang
2023-11-01 23:19 Benoît Dufour
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox