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 227EB1581D3 for ; Sat, 18 May 2024 01:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A6F4E2AB2; Sat, 18 May 2024 01:17:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E81A1E2AB2 for ; Sat, 18 May 2024 01:17:17 +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 CD772335D6B for ; Sat, 18 May 2024 01:17:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37ED1132F for ; Sat, 18 May 2024 01:17:15 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1715995030.b5d869ef9dd1dd8612056a9828acd7d3d3b19e31.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gallery-dl/Manifest net-misc/gallery-dl/gallery-dl-1.26.9.ebuild X-VCS-Directories: net-misc/gallery-dl/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b5d869ef9dd1dd8612056a9828acd7d3d3b19e31 X-VCS-Branch: master Date: Sat, 18 May 2024 01:17:15 +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: 50966476-eecf-4abb-8657-fb4302b71411 X-Archives-Hash: fe05e986e33243aa9e02bee5cee9c1a9 commit: b5d869ef9dd1dd8612056a9828acd7d3d3b19e31 Author: Maciej Barć gentoo org> AuthorDate: Fri May 17 23:21:52 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat May 18 01:17:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d869ef net-misc/gallery-dl: patch for test_parse_query Bug: https://github.com/mikf/gallery-dl/issues/5517 Closes: https://bugs.gentoo.org/930656 Signed-off-by: Maciej Barć gentoo.org> net-misc/gallery-dl/Manifest | 1 + net-misc/gallery-dl/gallery-dl-1.26.9.ebuild | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest index c27afddac2b0..36f39dcc40a0 100644 --- a/net-misc/gallery-dl/Manifest +++ b/net-misc/gallery-dl/Manifest @@ -1 +1,2 @@ +DIST gallery-dl-1.26.9-5227bb6.patch 3415 BLAKE2B 864d6877ba9f6ee6449465ebce9b6648325c176f2ae4062c27e7059852b05983a99f203aabc9e3c361214b14d489bdb450920879171385474ddec50d83f1b937 SHA512 6931eeb00f6fcd6b9005672aa23ed2b0270846758a762a8a86ef51ca860bea2563673b02881abd5a1a224b7518a89e66de46da5cc0a7994d58078886aa090c64 DIST gallery-dl-1.26.9.gh.tar.gz 670467 BLAKE2B 849d20ff6fd802915b3bc4f6bb11d638d1e8f24f1dbdcfd5946461798044d59bf9243faa370cdddcdffe40a24d39d44a43abc79b4c8e89e7c60b40e5e204603a SHA512 54c2a86a67c53b7d5c62e6c23c549fd89503386549dc9d2f9c7de058b52ecb60b5089555e97dd0b63d33686e1bd08a3be940152715a6d26647e6949e641df9cb diff --git a/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild b/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild index 310c7066bc74..74f78f4c094c 100644 --- a/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild @@ -17,8 +17,12 @@ if [[ "${PV}" == *9999* ]]; then EGIT_REPO_URI="https://github.com/mikf/${PN}.git" else - SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + SRC_URI=" + https://github.com/mikf/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz + https://github.com/mikf/${PN}/commit/5227bb6b1d62ecef5b281592b0d001e7f9c101e3.patch + -> ${P}-5227bb6.patch + " KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86" fi @@ -30,6 +34,8 @@ RDEPEND=" >=dev-python/requests-2.11.0[${PYTHON_USEDEP}] " +PATCHES=( "${DISTDIR}/${P}-5227bb6.patch" ) + distutils_enable_tests unittest src_prepare() {