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

Johannes Löthberg demize at archlinux.org
Fri Dec 20 18:42:31 UTC 2019


    Date: Friday, December 20, 2019 @ 18:42:31
  Author: demize
Revision: 538572

archrelease: copy trunk to community-testing-any

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

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

Copied: python-pafy/repos/community-testing-any/PKGBUILD (from rev 538571, python-pafy/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2019-12-20 18:42:31 UTC (rev 538572)
@@ -0,0 +1,23 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=python-pafy
+pkgver=0.5.5
+pkgrel=1
+
+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=('e190a90949605353a9c4c415f41fd4599f4ce1db')
+
+package_python-pafy() {
+	cd pafy-$pkgver
+	python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list