[arch-commits] Commit in yt-dlp/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Jul 18 06:42:22 UTC 2022
Date: Monday, July 18, 2022 @ 06:42:22
Author: arojas
Revision: 1254405
archrelease: copy trunk to community-any
Added:
yt-dlp/repos/community-any/PKGBUILD
(from rev 1254404, yt-dlp/trunk/PKGBUILD)
Deleted:
yt-dlp/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-18 06:42:11 UTC (rev 1254404)
+++ PKGBUILD 2022-07-18 06:42:22 UTC (rev 1254405)
@@ -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.06.29
-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=('3b0aa20659b7ba35a9d74b4d35e7fa1fbe13f4d3a30c3970fd2bf4ac087c407c')
-
-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 1254404, yt-dlp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-18 06:42:22 UTC (rev 1254405)
@@ -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.07.18
+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=('d2531dc0d17b78209ac21cbf4e228c5a41b5aca97b46a256c33574ed2176bff2')
+
+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