From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1687062-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1819E158042 for <garchives@archives.gentoo.org>; Wed, 6 Nov 2024 08:01:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 504F3E080E; Wed, 6 Nov 2024 08:01:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2FC34E080E for <gentoo-commits@lists.gentoo.org>; Wed, 6 Nov 2024 08:01:09 +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 30DE933BE19 for <gentoo-commits@lists.gentoo.org>; Wed, 6 Nov 2024 08:01:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A932F32 for <gentoo-commits@lists.gentoo.org>; Wed, 6 Nov 2024 08:01:06 +0000 (UTC) From: "Miroslav Šulc" <fordfrog@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" <fordfrog@gentoo.org> Message-ID: <1730879775.1ac308f08029a00132d6989ceadb0bff5c7c3a05.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gpodder/, media-sound/gpodder/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gpodder/files/gpodder-3.11.4-make-build.patch media-sound/gpodder/gpodder-3.11.4-r1.ebuild X-VCS-Directories: media-sound/gpodder/files/ media-sound/gpodder/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 1ac308f08029a00132d6989ceadb0bff5c7c3a05 X-VCS-Branch: master Date: Wed, 6 Nov 2024 08:01:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 243cbd3f-9d75-4d3e-87f3-018d67b7f1b4 X-Archives-Hash: 34c48dce6755296ccf848fe4ca725967 commit: 1ac308f08029a00132d6989ceadb0bff5c7c3a05 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Tue Nov 5 20:48:48 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 07:56:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac308f0 media-sound/gpodder: add 3.11.4-r1 Apply patch from bug. Clean up python_test. Use`PYTEST_DISABLE_PLUGIN_AUTOLOAD=1` and `EPYTEST_IGNORE`. Make `-p pytest_httpserver` explicit. Bug: https://bugs.gentoo.org/909991#c6 Bug: https://bugs.gentoo.org/909991 Bug: https://bugs.gentoo.org/922991 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39215 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../gpodder/files/gpodder-3.11.4-make-build.patch | 16 ++++ media-sound/gpodder/gpodder-3.11.4-r1.ebuild | 97 ++++++++++++++++++++++ 2 files changed, 113 insertions(+) diff --git a/media-sound/gpodder/files/gpodder-3.11.4-make-build.patch b/media-sound/gpodder/files/gpodder-3.11.4-make-build.patch new file mode 100644 index 000000000000..c9f2d323b52e --- /dev/null +++ b/media-sound/gpodder/files/gpodder-3.11.4-make-build.patch @@ -0,0 +1,16 @@ +From: Brand Huntsman <bgo-7187AEA9-brand@qzx.com> +Bug: https://bugs.gentoo.org/909991#c6 + +--- a/makefile ++++ b/makefile +@@ -93,7 +93,9 @@ $(GPODDER_SERVICE_FILE): $(GPODDER_SERVICE_FILE_IN) + %.desktop.in.h: %.desktop.in + intltool-extract --quiet --type=gettext/ini $< + +-install: messages $(GPODDER_SERVICE_FILE) $(DESKTOP_FILES) ++build: messages $(GPODDER_SERVICE_FILE) $(DESKTOP_FILES) ++ ++install: build + $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PREFIX) --optimize=1 + + install-win: messages $(GPODDER_SERVICE_FILE) $(DESKTOP_FILES) diff --git a/media-sound/gpodder/gpodder-3.11.4-r1.ebuild b/media-sound/gpodder/gpodder-3.11.4-r1.ebuild new file mode 100644 index 000000000000..4f73c0e097bc --- /dev/null +++ b/media-sound/gpodder/gpodder-3.11.4-r1.ebuild @@ -0,0 +1,97 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 optfeature xdg + +DESCRIPTION="A free cross-platform podcast aggregator" +HOMEPAGE="https://gpodder.github.io/" +SRC_URI=" + https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz +" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+dbus bluetooth mtp" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/html5lib[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/podcastparser[${PYTHON_USEDEP}] + dev-python/mygpoclient[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] ) + ') + bluetooth? ( net-wireless/bluez ) + mtp? ( media-libs/libmtp:= ) + kernel_linux? ( sys-apps/iproute2 ) +" +BDEPEND=" + dev-util/desktop-file-utils + dev-util/intltool + sys-apps/help2man + test? ( + $(python_gen_cond_dep ' + dev-python/minimock[${PYTHON_USEDEP}] + dev-python/pytest-httpserver[${PYTHON_USEDEP}] + ') + ) +" + +PATCHES=( + "${FILESDIR}/${P}-make-build.patch" +) + +distutils_enable_tests pytest + +src_prepare() { + default + + sed -e 's:--cov=gpodder::' -i makefile || die + + emake PYTHON="${EPYTHON}" build +} + +python_test() { + # These are pulled out from the Makefile to give us more control + # See bug #795165 + # Previously, we used 'emake releasetest' in src_test + + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + + local -x EPYTEST_IGNORE=( + src/gpodder/utilwin32ctypes.py + ) + + epytest \ + --ignore=tests \ + --doctest-modules src/gpodder/util.py \ + src/gpodder/jsonconfig.py + + epytest tests \ + --ignore=src/mygpoclient \ + -p pytest_httpserver +} + +src_install() { + distutils-r1_src_install + + touch "${ED}/usr/share/gpodder/no-update-check" || die +} + +pkg_postinst() { + xdg_pkg_postinst + + optfeature "track length detection for device sync (only one package is needed)" media-video/mplayer dev-python/eyeD3 + optfeature "for the YouTube extension" net-misc/yt-dlp + optfeature "iPod sync support" media-libs/libgpod +}