[arch-commits] Commit in (4 files)

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


    Date: Tuesday, May 26, 2015 @ 21:47:31
  Author: demize
Revision: 134193

python-pafy: Move from AUR

Dependency of mps-youtube

Added:
  python-pafy/
  python-pafy/repos/
  python-pafy/trunk/
  python-pafy/trunk/PKGBUILD

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

Added: python-pafy/trunk/PKGBUILD
===================================================================
--- python-pafy/trunk/PKGBUILD	                        (rev 0)
+++ python-pafy/trunk/PKGBUILD	2015-05-26 19:47:31 UTC (rev 134193)
@@ -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
+}


Property changes on: python-pafy/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list