Github messages for voidlinux
 help / color / mirror / Atom feed
From: bra1nwave <bra1nwave@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gpodder: update to 3.10.15.
Date: Fri, 17 Apr 2020 22:51:28 +0200	[thread overview]
Message-ID: <20200417205128.xa1ojyWKI3HhnxrJFxF4eDrYTx_nONtYYzforfnaH9s@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21096@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages gpodder
https://github.com/void-linux/void-packages/pull/21096

gpodder: update to 3.10.15.


A patch file from https://github.com/void-linux/void-packages/pull/21096.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gpodder-21096.patch --]
[-- Type: text/x-diff, Size: 3100 bytes --]

From d36cc1bfdbaca78c05812222b9f31b81a9ee429f Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 17 Apr 2020 20:31:14 +0200
Subject: [PATCH 1/2] python-podcastparser: update to 0.6.5.

---
 srcpkgs/python-podcastparser/template | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python-podcastparser/template b/srcpkgs/python-podcastparser/template
index 61702f0d28b..58fd20d3f73 100644
--- a/srcpkgs/python-podcastparser/template
+++ b/srcpkgs/python-podcastparser/template
@@ -1,19 +1,23 @@
 # Template file for 'python-podcastparser'
 pkgname=python-podcastparser
-version=0.6.4
-revision=3
+version=0.6.5
+revision=1
 archs=noarch
 wrksrc="podcastparser-${version}"
 build_style=python-module
-pycompile_module="podcastparser.py"
 hostmakedepends="python-devel python3-devel"
 depends="python"
+checkdepends="python3-nose python3-coverage"
 short_desc="Simplified, fast RSS parsing library (Python2)"
-maintainer="bra1nwave <brainwave@openmailbox.org>"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="ISC"
 homepage="https://github.com/gpodder/podcastparser"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=fac02a56b755f81c11f186bec5a6f813671e600f413ade7ea9690e47eb27bd69
+checksum=4f97dde70ce2ab775f66c0feb94f26b6e52b40a67f717cd465140d4c0896177a
+
+do_check() {
+	nosetests3 -v
+}
 
 post_install() {
 	vlicense LICENSE
@@ -21,11 +25,10 @@ post_install() {
 
 python3-podcastparser_package() {
 	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="podcastparser.py"
 	archs=noarch
 	depends="python3"
 	pkg_install() {
-		vmove usr/lib/python3*
+		vmove "usr/lib/python3*"
 		vlicense LICENSE
 	}
 }

From 53ecf35d7db2642e1877b0caa3ed8c5666e480fe Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 17 Apr 2020 22:37:13 +0200
Subject: [PATCH 2/2] gpodder: update to 3.10.15.

---
 srcpkgs/gpodder/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 3c6ef9b7706..ac9543184eb 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,20 +1,23 @@
 # Template file for 'gpodder'
 pkgname=gpodder
-version=3.10.13
+version=3.10.15
 revision=1
 archs=noarch
 wrksrc="gpodder-${version}"
-make_check_target=unittest
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject
  python3-html5lib python3-mygpoclient python3-podcastparser"
-checkdepends="${depends} python3-MiniMock"
+checkdepends="${depends} python3-MiniMock python3-coverage desktop-file-utils"
 short_desc="Podcast client"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/gpodder/gpodder"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=afb8dd2b179cf8aa1d75751d4a534c7d45e652e5a2d19540551ac8d1150cd020
+checksum=9a2a3ac0f62da7073d4450dc88923688eab7232c461a90fbc9bace477599fd4b
+
+do_check() {
+	make releasetest
+}
 
 do_install() {
 	make install DESTDIR=${DESTDIR}

  reply	other threads:[~2020-04-17 20:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-17 20:38 [PR PATCH] " bra1nwave
2020-04-17 20:51 ` bra1nwave [this message]
2020-04-17 21:09 ` [PR PATCH] [Merged]: " jnbr

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=20200417205128.xa1ojyWKI3HhnxrJFxF4eDrYTx_nONtYYzforfnaH9s@z \
    --to=bra1nwave@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).