[arch-commits] Commit in yt-dlp/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Sep 1 17:24:07 UTC 2022
Date: Thursday, September 1, 2022 @ 17:24:07
Author: arojas
Revision: 1290388
archrelease: copy trunk to community-any
Added:
yt-dlp/repos/community-any/PKGBUILD
(from rev 1290387, yt-dlp/trunk/PKGBUILD)
Deleted:
yt-dlp/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-01 17:23:58 UTC (rev 1290387)
+++ PKGBUILD 2022-09-01 17:24:07 UTC (rev 1290388)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Stefan Tatschner <stefan at rumpelsepp.org>
-# Contributor: katt <magunasu.b97 at gmail.com>
-
-pkgname=yt-dlp
-pkgver=2022.08.19
-pkgrel=1
-pkgdesc='A youtube-dl fork with additional features and fixes'
-arch=(any)
-url='https://github.com/yt-dlp/yt-dlp'
-license=(Unlicense)
-depends=(python-certifi)
-makedepends=(python-build python-installer python-setuptools python-wheel pandoc)
-checkdepends=(python-pytest)
-optdepends=('ffmpeg: for video post-processing'
- 'rtmpdump: for rtmp streams support'
- 'atomicparsley: for embedding thumbnails into m4a files'
- 'aria2: for using aria2 as external downloader'
- 'python-mutagen: For embedding thumbnail in certain formats'
- 'python-pycryptodomex: For decrypting AES-128 HLS streams and various other data'
- 'python-websockets: For downloading over websocket')
-source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
-sha256sums=('4740a5ac43e6ff75808a6623145c32e1fc0884ea43bc06768fb40fbd1f97601c')
-
-build() {
- cd $pkgname
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $pkgname
- pytest -v -m "not download"
-}
-
-package() {
- cd $pkgname
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: yt-dlp/repos/community-any/PKGBUILD (from rev 1290387, yt-dlp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-01 17:24:07 UTC (rev 1290388)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Stefan Tatschner <stefan at rumpelsepp.org>
+# Contributor: katt <magunasu.b97 at gmail.com>
+
+pkgname=yt-dlp
+pkgver=2022.09.01
+pkgrel=1
+pkgdesc='A youtube-dl fork with additional features and fixes'
+arch=(any)
+url='https://github.com/yt-dlp/yt-dlp'
+license=(Unlicense)
+depends=(python-certifi)
+makedepends=(python-build python-installer python-setuptools python-wheel pandoc)
+checkdepends=(python-pytest)
+optdepends=('ffmpeg: for video post-processing'
+ 'rtmpdump: for rtmp streams support'
+ 'atomicparsley: for embedding thumbnails into m4a files'
+ 'aria2: for using aria2 as external downloader'
+ 'python-mutagen: For embedding thumbnail in certain formats'
+ 'python-pycryptodomex: For decrypting AES-128 HLS streams and various other data'
+ 'python-websockets: For downloading over websocket')
+source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
+sha256sums=('675ff266e9400c47bb4df947ab3e7d5e9d4c362abcadd2c61ba341e86590f1df')
+
+build() {
+ cd $pkgname
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $pkgname
+ pytest -v -m "not download"
+}
+
+package() {
+ cd $pkgname
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}
More information about the arch-commits
mailing list