Summary: | media-sound/gpodder-3.9.3 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz> |
Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | axiator, coran.fisher, treecleaner, vdupras |
Priority: | Normal | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://blog.gpodder.org/2016/12/gpodder-393-whacketts-released.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Ebuild for media-sound/gpodder-3.9.3
New ebuild for dev-python/podcastparser-dev-python/podcastparser |
Description
Jaime Marquínez Ferrándiz
2017-04-14 15:42:20 UTC
Created attachment 470070 [details]
Ebuild for media-sound/gpodder-3.9.3
Created attachment 470072 [details]
New ebuild for dev-python/podcastparser-dev-python/podcastparser
*** Bug 603540 has been marked as a duplicate of this bug. *** I can confirm the ebuilds work. Although I had to rename the podcastparser ebuild to "podcastparser-0.6.1.ebuild". Cheers~ gPodder 3.10.0 (Python 3/Gtk+3) @thp thp released this 9 days ago · 2 commits to master since this release Assets Source code (zip) Source code (tar.gz) This version of gPodder adds support for Python 3 and Gtk3 via PyGObject. The codebase of this has lived in the "gtk3" branch for some time. As this is the first release, expect some breakages. Right now, the Windows version is not built for this branch, as the state of PyGObject on Windows is really bad at the moment. The 3.9.x release series (branch old/gtk2) still contains Windows support. So to summarize: gPodder 3.10.0 and newer: Uses Python 3, Gtk+3 and PyGObject, no Windows support gPodder 3.9.x and older: Uses Python 2, Gtk+2 and PyGTK, support for Windows included As you can see some significant changes in the 3.10.0 version with python 3 and gtk+3 up to 3.10.3 now The 3.9.3 ebuild and podcastparser do work fine they could be pushed out to get a small bump. It seems like this package is unmaintained. Would anyone like to proxy-maintain it? Otherwise, it seems to me like it's a candidate for tree cleaning. *** Bug 650962 has been marked as a duplicate of this bug. *** The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a604dc925eb208f0dd653537c73b94000c3461 commit 65a604dc925eb208f0dd653537c73b94000c3461 Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2018-11-11 16:30:54 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2018-11-11 16:31:08 +0000 media-sound/gpodder: Version bump Closes: https://bugs.gentoo.org/615548 Signed-off-by: Pacho Ramos <pacho@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-sound/gpodder/Manifest | 1 + media-sound/gpodder/gpodder-3.10.5.ebuild | 66 +++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) I do seem to have a problem with the patching
>>> Preparing source in /var/tmp/portage/dev-python/mygpoclient-1.8/work/mygpoclient-1.8 ...
* Applying tests.patch ...
1 out of 2 hunks FAILED -- saving rejects to file mygpoclient/locator_test.py.rej [ !! ]
* ERROR: dev-python/mygpoclient-1.8::gentoo failed (prepare phase):
* patch -p1 failed with /var/tmp/portage/dev-python/mygpoclient-1.8/files/tests.patch
*
* Call stack:
* ebuild.sh, line 124: Called src_prepare
* environment, line 2891: Called distutils-r1_src_prepare
* environment, line 1011: Called distutils-r1_python_prepare_all
* environment, line 914: Called default
* phase-functions.sh, line 868: Called default_src_prepare
* phase-functions.sh, line 933: Called __eapi6_src_prepare
* environment, line 269: Called eapply '/var/tmp/portage/dev-python/mygpoclient-1.8/files/tests.patch'
* environment, line 1152: Called _eapply_patch '/var/tmp/portage/dev-python/mygpoclient-1.8/files/tests.patch'
* environment, line 1090: Called __helpers_die 'patch -p1 failed with /var/tmp/portage/dev-python/mygpoclient-1.8/files/tests.patch'
* isolated-functions.sh, line 121: Called die
* The specific snippet of code:
* die "$@"
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c915cfe17a3100569ca8734309ba1ceb77ac2a6 commit 1c915cfe17a3100569ca8734309ba1ceb77ac2a6 Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2018-11-11 18:34:23 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2018-11-11 18:34:32 +0000 dev-python/mygpoclient: Commit updated patch Bug: https://bugs.gentoo.org/615548 Signed-off-by: Pacho Ramos <pacho@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../mygpoclient/files/mygpoclient-1.8-tests.patch | 34 ++++++++++++++++++++++ dev-python/mygpoclient/mygpoclient-1.8.ebuild | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) |