[arch-commits] Commit in python-podcastparser/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Oct 25 15:58:20 UTC 2019
Date: Friday, October 25, 2019 @ 15:58:20
Author: felixonmars
Revision: 519303
archrelease: copy trunk to community-staging-any
Added:
python-podcastparser/repos/community-staging-any/
python-podcastparser/repos/community-staging-any/PKGBUILD
(from rev 519298, python-podcastparser/trunk/PKGBUILD)
----------+
PKGBUILD | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
Copied: python-podcastparser/repos/community-staging-any/PKGBUILD (from rev 519298, python-podcastparser/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-25 15:58:20 UTC (rev 519303)
@@ -0,0 +1,20 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan Magnus Brevik <janmbrevik at gmail.com>
+
+_pkgname=podcastparser
+pkgname=python-$_pkgname
+pkgver=0.6.4
+pkgrel=3
+pkgdesc='Simplified, fast RSS parsing library in Python'
+arch=(any)
+url='https://github.com/gpodder/podcastparser'
+license=(ISC)
+depends=(python)
+source=($pkgname-$pkgver.tar.gz::https://github.com/gpodder/$_pkgname/archive/$pkgver.tar.gz)
+sha256sums=('fac02a56b755f81c11f186bec5a6f813671e600f413ade7ea9690e47eb27bd69')
+
+package() {
+ cd $_pkgname-$pkgver
+ python3 setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list