[arch-commits] Commit in python-pafy/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Fri Oct 25 19:51:31 UTC 2019
Date: Friday, October 25, 2019 @ 19:51:30
Author: foutrelis
Revision: 519599
archrelease: copy trunk to community-staging-any
Added:
python-pafy/repos/community-staging-any/
python-pafy/repos/community-staging-any/PKGBUILD
(from rev 519598, python-pafy/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: python-pafy/repos/community-staging-any/PKGBUILD (from rev 519598, python-pafy/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-25 19:51:30 UTC (rev 519599)
@@ -0,0 +1,23 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=python-pafy
+pkgver=0.5.4
+pkgrel=4
+
+pkgdesc="Python API for YouTube"
+url="https://github.com/mps-youtube/pafy"
+arch=('any')
+license=('GPL3')
+
+depends=('python' 'youtube-dl')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: fix issues with audio file downloads')
+
+source=("python-pafy-$pkgver.tar.gz::https://github.com/mps-youtube/pafy/archive/v$pkgver.tar.gz")
+
+sha1sums=('bb79fce739f44e6ac0f13911c8e388378fd5fccf')
+
+package_python-pafy() {
+ cd pafy-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list