From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gpodder/
Date: Sun, 19 Feb 2023 08:15:24 +0000 (UTC) [thread overview]
Message-ID: <1676794516.aedd5510a1c29209b2bec6c959d6a647d5b4592c.fordfrog@gentoo> (raw)
commit: aedd5510a1c29209b2bec6c959d6a647d5b4592c
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 08:14:51 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 08:15:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedd5510
media-sound/gpodder: bump to 3.11.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/gpodder/Manifest | 1 +
media-sound/gpodder/gpodder-3.11.1.ebuild | 80 +++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+)
diff --git a/media-sound/gpodder/Manifest b/media-sound/gpodder/Manifest
index b1eb6ee18b13..ae9928e2e67a 100644
--- a/media-sound/gpodder/Manifest
+++ b/media-sound/gpodder/Manifest
@@ -1 +1,2 @@
DIST gpodder-3.11.0.tar.gz 1155120 BLAKE2B b2e46a5ea5ceec7df632f888b00e9c25a0ec1c4597540228b50cb75bd4bd6acfc7566cfffe5c9d133e8ec29e1ffc2f4551e2fd289237d1b93d2e80f6b49db0c1 SHA512 90e33e04a8afcdafa0899f25714417ce61699c641ce3df93b3a3728224bdb0be5205c064e7263d1be1f4641e61932b945741e9848726b602633a94eb754fa937
+DIST gpodder-3.11.1.tar.gz 1174163 BLAKE2B 703b545b576c8f119427e336e71e45301d4336fc82bca6ec6c4a0866591c8742866308da680564ff1543a5a65e2407295c46b3c5831d1e2d7335c5806d4cce5a SHA512 7570a4f0ac0c974fab58e30bb5bceb998cd7260ab91140a9801cf4fda1af3549ddf1ec4930081025215ecefd920a93c16252594915778e8ecb7524d3d7d3011b
diff --git a/media-sound/gpodder/gpodder-3.11.1.ebuild b/media-sound/gpodder/gpodder-3.11.1.ebuild
new file mode 100644
index 000000000000..d6e67e460c88
--- /dev/null
+++ b/media-sound/gpodder/gpodder-3.11.1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{9..11} )
+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}]
+ ')
+ )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ default
+
+ sed -i -e 's:--cov=gpodder::' makefile || die
+}
+
+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
+ LC_ALL=C epytest --ignore=tests --ignore=src/gpodder/utilwin32ctypes.py --doctest-modules src/gpodder/util.py src/gpodder/jsonconfig.py \
+ -p no:localserver
+ LC_ALL=C epytest tests --ignore=src/gpodder/utilwin32ctypes.py --ignore=src/mygpoclient \
+ -p no:localserver
+}
+
+src_install() {
+ emake PYTHON="${EPYTHON}" DESTDIR="${D}" 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
+}
next reply other threads:[~2023-02-19 8:15 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-19 8:15 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 10:57 [gentoo-commits] repo/gentoo:master commit in: media-sound/gpodder/ Sam James
2025-03-22 21:19 Arthur Zamarin
2025-03-22 21:16 Arthur Zamarin
2025-03-22 21:14 Sam James
2024-11-06 7:50 Miroslav Šulc
2023-11-02 6:50 Miroslav Šulc
2023-11-01 12:23 Arthur Zamarin
2023-10-12 8:08 Miroslav Šulc
2023-10-01 8:16 Miroslav Šulc
2023-09-16 11:53 Miroslav Šulc
2023-09-15 8:43 Sam James
2023-08-15 9:13 Miroslav Šulc
2023-03-23 6:59 Miroslav Šulc
2023-03-22 6:00 Sam James
2023-01-24 13:32 Ionen Wolkens
2022-09-06 4:12 Miroslav Šulc
2022-09-05 14:01 Agostino Sarubbo
2022-07-31 9:26 Sam James
2022-07-31 8:27 Sam James
2022-06-08 7:24 Miroslav Šulc
2022-06-07 9:39 Sam James
2022-06-07 9:39 Sam James
2022-06-01 12:04 Jakov Smolić
2022-05-31 11:20 Sam James
2021-07-21 6:11 Miroslav Šulc
2021-07-11 6:25 Miroslav Šulc
2021-06-10 4:08 Sam James
2021-06-10 3:54 Sam James
2021-06-10 3:54 Sam James
2020-10-07 8:12 Miroslav Šulc
2020-10-01 8:37 Miroslav Šulc
2020-08-31 7:05 Miroslav Šulc
2020-08-30 9:56 Miroslav Šulc
2020-01-26 16:54 Andreas Sturmlechner
2018-11-11 16:31 Pacho Ramos
2016-10-28 17:12 Pacho Ramos
2016-10-16 14:07 Patrick Lauer
2016-10-16 10:22 Pacho Ramos
2016-10-16 10:22 Pacho Ramos
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=1676794516.aedd5510a1c29209b2bec6c959d6a647d5b4592c.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--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: link
Be 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