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

Evangelos Foutras foutrelis at archlinux.org
Sat Sep 19 16:37:08 UTC 2015


    Date: Saturday, September 19, 2015 @ 18:37:08
  Author: foutrelis
Revision: 140960

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pafy/repos/community-staging-any/PKGBUILD (from rev 140959, python-pafy/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-09-19 16:37:08 UTC (rev 140960)
@@ -0,0 +1,22 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=python-pafy
+pkgver=0.3.74
+pkgrel=2
+
+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=("python-pafy-$pkgver.tar.gz::https://github.com/np1/pafy/archive/v$pkgver.tar.gz")
+
+sha1sums=('4106f6f7d03a3786ad4f2105ae42657b92cb336d')
+
+package() {
+	cd pafy-$pkgver
+	python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list