[arch-commits] Commit in python-podcastparser/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Dec 1 21:40:25 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:40:25
Author: felixonmars
Revision: 1060957
archrelease: copy trunk to community-staging-any
Added:
python-podcastparser/repos/community-staging-any/PKGBUILD
(from rev 1060956, python-podcastparser/trunk/PKGBUILD)
Deleted:
python-podcastparser/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:40:20 UTC (rev 1060956)
+++ PKGBUILD 2021-12-01 21:40:25 UTC (rev 1060957)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan Magnus Brevik <janmbrevik at gmail.com>
-
-_pkgname=podcastparser
-pkgname=python-podcastparser
-pkgver=0.6.7
-pkgrel=2
-pkgdesc='Simplified, fast RSS parsing library in Python'
-arch=('any')
-url='https://github.com/gpodder/podcastparser'
-license=('ISC')
-depends=('python')
-checkdepends=('python-pytest-cov')
-source=("https://github.com/gpodder/$_pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('852932b12545c866881eb6570fe59efe44fdbd02cc40726a88f1dbe2955da3fd')
-
-build() {
- cd $_pkgname-$pkgver
- python setup.py build
-}
-
-check() {
- cd $_pkgname-$pkgver
- pytest
-}
-
-package() {
- cd $_pkgname-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: python-podcastparser/repos/community-staging-any/PKGBUILD (from rev 1060956, python-podcastparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:40:25 UTC (rev 1060957)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan Magnus Brevik <janmbrevik at gmail.com>
+
+_pkgname=podcastparser
+pkgname=python-podcastparser
+pkgver=0.6.7
+pkgrel=3
+pkgdesc='Simplified, fast RSS parsing library in Python'
+arch=('any')
+url='https://github.com/gpodder/podcastparser'
+license=('ISC')
+depends=('python')
+checkdepends=('python-pytest-cov')
+source=("https://github.com/gpodder/$_pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('852932b12545c866881eb6570fe59efe44fdbd02cc40726a88f1dbe2955da3fd')
+
+build() {
+ cd $_pkgname-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd $_pkgname-$pkgver
+ pytest
+}
+
+package() {
+ cd $_pkgname-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list