[arch-commits] Commit in python-pafy/repos (community-any community-any/PKGBUILD)

Johannes Löthberg demize at archlinux.org
Tue May 26 19:47:50 UTC 2015


    Date: Tuesday, May 26, 2015 @ 21:47:50
  Author: demize
Revision: 134194

archrelease: copy trunk to community-any

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

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

Copied: python-pafy/repos/community-any/PKGBUILD (from rev 134193, python-pafy/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-05-26 19:47:50 UTC (rev 134194)
@@ -0,0 +1,22 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=python-pafy
+pkgver=0.3.72
+pkgrel=1
+
+pkgdesc="Python API for YouTube"
+url="http://np1.github.io/pafy"
+arch=('any')
+license=('GPL3')
+
+depends=('python')
+optdepends=('ffmpeg: fix issues with audio file downloads')
+
+source=("https://github.com/np1/pafy/archive/v$pkgver.tar.gz")
+
+sha1sums=('d4bd7de0a08676470342d6445cc70229bcc00ff2')
+
+package() {
+	cd pafy-$pkgver
+	python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list