[arch-commits] Commit in python-pafy/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 10 00:12:28 UTC 2018


    Date: Saturday, November 10, 2018 @ 00:12:27
  Author: foutrelis
Revision: 405467

archrelease: copy trunk to community-staging-any

Added:
  python-pafy/repos/community-staging-any/
  python-pafy/repos/community-staging-any/PKGBUILD
    (from rev 405466, python-pafy/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: python-pafy/repos/community-staging-any/PKGBUILD (from rev 405466, python-pafy/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-10 00:12:27 UTC (rev 405467)
@@ -0,0 +1,23 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=python-pafy
+pkgver=0.5.4
+pkgrel=3
+
+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