Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gpodder: update to 3.10.15.
@ 2020-04-17 20:38 bra1nwave
  2020-04-17 20:51 ` [PR PATCH] [Updated] " bra1nwave
  2020-04-17 21:09 ` [PR PATCH] [Merged]: " jnbr
  0 siblings, 2 replies; 3+ messages in thread
From: bra1nwave @ 2020-04-17 20:38 UTC (permalink / raw)
  To: ml

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

There is a new 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: 3078 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 af39e552cd7bfabdc227c9dc3731ee4609cf805f 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..634fa20f27a 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"
 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 unittest
+}
 
 do_install() {
 	make install DESTDIR=${DESTDIR}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] gpodder: update to 3.10.15.
  2020-04-17 20:38 [PR PATCH] gpodder: update to 3.10.15 bra1nwave
@ 2020-04-17 20:51 ` bra1nwave
  2020-04-17 21:09 ` [PR PATCH] [Merged]: " jnbr
  1 sibling, 0 replies; 3+ messages in thread
From: bra1nwave @ 2020-04-17 20:51 UTC (permalink / raw)
  To: ml

[-- 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}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: gpodder: update to 3.10.15.
  2020-04-17 20:38 [PR PATCH] gpodder: update to 3.10.15 bra1nwave
  2020-04-17 20:51 ` [PR PATCH] [Updated] " bra1nwave
@ 2020-04-17 21:09 ` jnbr
  1 sibling, 0 replies; 3+ messages in thread
From: jnbr @ 2020-04-17 21:09 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

gpodder: update to 3.10.15.
https://github.com/void-linux/void-packages/pull/21096

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-17 21:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-17 20:38 [PR PATCH] gpodder: update to 3.10.15 bra1nwave
2020-04-17 20:51 ` [PR PATCH] [Updated] " bra1nwave
2020-04-17 21:09 ` [PR PATCH] [Merged]: " jnbr

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).