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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:00:12 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:00:11
  Author: felixonmars
Revision: 1061692

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:00:11 UTC (rev 1061691)
+++ PKGBUILD	2021-12-02 12:00:11 UTC (rev 1061692)
@@ -1,23 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=python-pafy
-pkgver=0.5.5
-pkgrel=4
-
-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
-}

Copied: python-pafy/repos/community-staging-any/PKGBUILD (from rev 1061689, python-pafy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:00:11 UTC (rev 1061692)
@@ -0,0 +1,23 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=python-pafy
+pkgver=0.5.5
+pkgrel=5
+
+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