[arch-commits] Commit in python-podcastparser/trunk (PKGBUILD)

2020-12-25 Thread Antonio Rojas via arch-commits
Date: Friday, December 25, 2020 @ 22:30:10
  Author: arojas
Revision: 791042

Update to 0.6.6

Modified:
  python-podcastparser/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-25 22:29:28 UTC (rev 791041)
+++ PKGBUILD2020-12-25 22:30:10 UTC (rev 791042)
@@ -3,8 +3,8 @@
 
 _pkgname=podcastparser
 pkgname=python-$_pkgname
-pkgver=0.6.5
-pkgrel=3
+pkgver=0.6.6
+pkgrel=1
 pkgdesc='Simplified, fast RSS parsing library in Python'
 arch=(any)
 url='https://github.com/gpodder/podcastparser'
@@ -11,7 +11,7 @@
 license=(ISC)
 depends=(python)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/gpodder/$_pkgname/archive/$pkgver.tar.gz)
-sha256sums=('4f97dde70ce2ab775f66c0feb94f26b6e52b40a67f717cd465140d4c0896177a')
+sha256sums=('b36adead23adb138aa12504740d8b875c2eda581bd72cdcb18a579cb5e1ec2fb')
 
 package() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in python-podcastparser/trunk (PKGBUILD)

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 11:02:37
  Author: foutrelis
Revision: 750722

upgpkg: python-podcastparser 0.6.5-3: Python 3.9 rebuild

Modified:
  python-podcastparser/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 11:02:36 UTC (rev 750721)
+++ PKGBUILD2020-11-11 11:02:37 UTC (rev 750722)
@@ -4,7 +4,7 @@
 _pkgname=podcastparser
 pkgname=python-$_pkgname
 pkgver=0.6.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Simplified, fast RSS parsing library in Python'
 arch=(any)
 url='https://github.com/gpodder/podcastparser'


[arch-commits] Commit in python-podcastparser/trunk (PKGBUILD)

2020-05-27 Thread Balló György via arch-commits
Date: Wednesday, May 27, 2020 @ 15:40:33
  Author: bgyorgy
Revision: 635933

upgpkg: python-podcastparser 0.6.5-1: Update to new version

Modified:
  python-podcastparser/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-27 15:28:47 UTC (rev 635932)
+++ PKGBUILD2020-05-27 15:40:33 UTC (rev 635933)
@@ -3,8 +3,8 @@
 
 _pkgname=podcastparser
 pkgname=python-$_pkgname
-pkgver=0.6.4
-pkgrel=4
+pkgver=0.6.5
+pkgrel=1
 pkgdesc='Simplified, fast RSS parsing library in Python'
 arch=(any)
 url='https://github.com/gpodder/podcastparser'
@@ -11,7 +11,7 @@
 license=(ISC)
 depends=(python)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/gpodder/$_pkgname/archive/$pkgver.tar.gz)
-sha256sums=('fac02a56b755f81c11f186bec5a6f813671e600f413ade7ea9690e47eb27bd69')
+sha256sums=('4f97dde70ce2ab775f66c0feb94f26b6e52b40a67f717cd465140d4c0896177a')
 
 package() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in python-podcastparser/trunk (PKGBUILD)

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 17:02:04
  Author: foutrelis
Revision: 521232

Python 3.8 rebuild

Modified:
  python-podcastparser/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 17:01:41 UTC (rev 521231)
+++ PKGBUILD2019-10-31 17:02:04 UTC (rev 521232)
@@ -4,7 +4,7 @@
 _pkgname=podcastparser
 pkgname=python-$_pkgname
 pkgver=0.6.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Simplified, fast RSS parsing library in Python'
 arch=(any)
 url='https://github.com/gpodder/podcastparser'


[arch-commits] Commit in python-podcastparser/trunk (PKGBUILD)

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 15:57:40
  Author: felixonmars
Revision: 519296

Python 3.8 rebuild

Modified:
  python-podcastparser/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 15:57:35 UTC (rev 519295)
+++ PKGBUILD2019-10-25 15:57:40 UTC (rev 519296)
@@ -4,7 +4,7 @@
 _pkgname=podcastparser
 pkgname=python-$_pkgname
 pkgver=0.6.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Simplified, fast RSS parsing library in Python'
 arch=(any)
 url='https://github.com/gpodder/podcastparser'


[arch-commits] Commit in python-podcastparser/trunk (PKGBUILD)

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:14:15
  Author: bgyorgy
Revision: 437966

upgpkg: python-podcastparser 0.6.4-2

Drop python2

Modified:
  python-podcastparser/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 1 file changed, 7 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 00:12:37 UTC (rev 437965)
+++ PKGBUILD2019-03-07 00:14:15 UTC (rev 437966)
@@ -1,31 +1,20 @@
 # Maintainer: Balló György 
 # Contributor: Jan Magnus Brevik 
 
-_pkgbase=podcastparser
-pkgbase=python-$_pkgbase
-pkgname=(python-podcastparser python2-podcastparser)
+_pkgname=podcastparser
+pkgname=python-$_pkgname
 pkgver=0.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Simplified, fast RSS parsing library in Python'
 arch=(any)
 url='https://github.com/gpodder/podcastparser'
 license=(ISC)
-depends=(python python2)
-source=($pkgbase-$pkgver.tar.gz::https://github.com/gpodder/$_pkgbase/archive/$pkgver.tar.gz)
+depends=(python)
+source=($pkgname-$pkgver.tar.gz::https://github.com/gpodder/$_pkgname/archive/$pkgver.tar.gz)
 sha256sums=('fac02a56b755f81c11f186bec5a6f813671e600f413ade7ea9690e47eb27bd69')
 
-package_python-podcastparser() {
-  depends=(python)
-
-  cd $_pkgbase-$pkgver
+package() {
+  cd $_pkgname-$pkgver
   python3 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-package_python2-podcastparser() {
-  depends=(python2)
-
-  cd $_pkgbase-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}


[arch-commits] Commit in python-podcastparser/trunk (PKGBUILD)

2018-08-29 Thread Balló György via arch-commits
Date: Wednesday, August 29, 2018 @ 22:37:01
  Author: bgyorgy
Revision: 375393

upgpkg: python-podcastparser 0.6.4-1

Update to new version

Modified:
  python-podcastparser/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-29 22:35:29 UTC (rev 375392)
+++ PKGBUILD2018-08-29 22:37:01 UTC (rev 375393)
@@ -5,8 +5,8 @@
 _pkgbase=podcastparser
 pkgbase=python-$_pkgbase
 pkgname=(python-podcastparser python2-podcastparser)
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.6.4
+pkgrel=1
 pkgdesc='Simplified, fast RSS parsing library in Python'
 arch=(any)
 url='https://github.com/gpodder/podcastparser'
@@ -13,7 +13,7 @@
 license=(ISC)
 depends=(python python2)
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/gpodder/$_pkgbase/archive/$pkgver.tar.gz)
-sha256sums=('5cd36182bf0c8ec5b36fb309b23bb1c67b507909d94ef402f04f08e64e545489')
+sha256sums=('fac02a56b755f81c11f186bec5a6f813671e600f413ade7ea9690e47eb27bd69')
 
 package_python-podcastparser() {
   depends=(python)


[arch-commits] Commit in python-podcastparser/trunk (PKGBUILD)

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 16:11:12
  Author: felixonmars
Revision: 348395

Python 3.7 rebuild

Modified:
  python-podcastparser/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 16:10:34 UTC (rev 348394)
+++ PKGBUILD2018-06-30 16:11:12 UTC (rev 348395)
@@ -6,7 +6,7 @@
 pkgbase=python-$_pkgbase
 pkgname=(python-podcastparser python2-podcastparser)
 pkgver=0.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Simplified, fast RSS parsing library in Python'
 arch=(any)
 url='https://github.com/gpodder/podcastparser'