From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 483C115814C for ; Thu, 2 Nov 2023 09:21:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 919612BC03A; Thu, 2 Nov 2023 09:21:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A3962BC03A for ; Thu, 2 Nov 2023 09:21:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BED85335D1E for ; Thu, 2 Nov 2023 09:21:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01D79AAD for ; Thu, 2 Nov 2023 09:21:41 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1698915869.733992b05abdb38c74dc641acc0f9cadc8e46932.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/yt-dlg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/yt-dlg/Manifest net-misc/yt-dlg/metadata.xml net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild X-VCS-Directories: net-misc/yt-dlg/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 733992b05abdb38c74dc641acc0f9cadc8e46932 X-VCS-Branch: master Date: Thu, 2 Nov 2023 09:21:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 127b9ff5-1a7b-4ec6-9a04-70cf74080194 X-Archives-Hash: dce875c2f5baeeb075c7564679ca1368 commit: 733992b05abdb38c74dc641acc0f9cadc8e46932 Author: Huang Rui gmail com> AuthorDate: Thu Nov 2 09:04:19 2023 +0000 Commit: Rui Huang gmail 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 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 @@ + + + + + + yt-dlg/yt-dlg + yt-dlg + + 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 } From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A23E6158089 for ; Thu, 2 Nov 2023 09:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC68A2BC016; Thu, 2 Nov 2023 09:14:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1D792BC016 for ; Thu, 2 Nov 2023 09:14:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC756335D1B for ; Thu, 2 Nov 2023 09:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25205AA8 for ; Thu, 2 Nov 2023 09:14:21 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1698915869.733992b05abdb38c74dc641acc0f9cadc8e46932.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/yt-dlg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/yt-dlg/Manifest net-misc/yt-dlg/metadata.xml net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild X-VCS-Directories: net-misc/yt-dlg/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 733992b05abdb38c74dc641acc0f9cadc8e46932 X-VCS-Branch: dev Date: Thu, 2 Nov 2023 09:14:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b9a06b28-354d-462e-8e82-64ff2c837ef6 X-Archives-Hash: 206e18f0685544f7aad6a30663dd8138 Message-ID: <20231102091421.-niqHlyY_9AqIYXEpTCyr-SV7GF6nmnEBkHknH2L8IE@z> commit: 733992b05abdb38c74dc641acc0f9cadc8e46932 Author: Huang Rui gmail com> AuthorDate: Thu Nov 2 09:04:19 2023 +0000 Commit: Rui Huang gmail 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 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 @@ + + + + + + yt-dlg/yt-dlg + yt-dlg + + 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 }