[arch-commits] Commit in streamlink/repos/community-any (PKGBUILD PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Wed Jun 1 09:52:36 UTC 2022
Date: Wednesday, June 1, 2022 @ 09:52:36
Author: freswa
Revision: 1218292
archrelease: copy trunk to community-any
Added:
streamlink/repos/community-any/PKGBUILD
(from rev 1218291, streamlink/trunk/PKGBUILD)
Deleted:
streamlink/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-01 09:52:23 UTC (rev 1218291)
+++ PKGBUILD 2022-06-01 09:52:36 UTC (rev 1218292)
@@ -1,37 +0,0 @@
-# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-
-pkgname=streamlink
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)'
-arch=('any')
-url='https://streamlink.github.io/'
-license=('BSD')
-depends=("python-"{pycryptodome,isodate,pycountry,requests,pysocks,websocket-client})
-checkdepends=("python-"{freezegun,pytest,requests-mock})
-makedepends=("python-"{build,installer,setuptools,versioningit,wheel})
-optdepends=('ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-validpgpkeys=('E2B794C7C2C37162E5E2A097E3DB9E282E390FA0') # Streamlink Signing Key <streamlink at protonmail.com>
-sha256sums=('f38a4fd5c45b1628e7ebee43ba7f8522be5045565aa7c64009740baf853f20f5'
- 'SKIP')
-sha512sums=('f4a40e5f2cf6e564c1baebcafab64a6fd6345dcb1ff626a4ad3fa123a5227f0774347d22260b5e672b6e225c2924c8f50b20abdbf072e560da1bc6626fc4d62b'
- 'SKIP')
-
-build() {
- cd "$pkgname-$pkgver"
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd "$pkgname-$pkgver"
- TZ=UTC PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m pytest
-}
-
-package() {
- cd "$pkgname-$pkgver"
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: streamlink/repos/community-any/PKGBUILD (from rev 1218291, streamlink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-01 09:52:36 UTC (rev 1218292)
@@ -0,0 +1,37 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+
+pkgname=streamlink
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)'
+arch=('any')
+url='https://streamlink.github.io/'
+license=('BSD')
+depends=("python-"{pycryptodome,isodate,pycountry,requests,pysocks,websocket-client})
+checkdepends=("python-"{freezegun,pytest,requests-mock})
+makedepends=("python-"{build,installer,setuptools,versioningit,wheel})
+optdepends=('ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('E2B794C7C2C37162E5E2A097E3DB9E282E390FA0') # Streamlink Signing Key <streamlink at protonmail.com>
+sha256sums=('0b492cf48cf1c8f12adc112e42df504857088363f036f400bc9330f80ff00893'
+ 'SKIP')
+sha512sums=('f163766bffe079c10cb9f33792ca1e8fa806f46fac64716bada5221f97b6b7b6786f1a218a9ba0ba6ae4eb1b9e5bfc8bf2de1a6b2e5bf9d4c9ba8b11a6a99b9e'
+ 'SKIP')
+
+build() {
+ cd "$pkgname-$pkgver"
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ TZ=UTC PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m pytest
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list