[arch-commits] Commit in streamlink/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Mon Jul 23 15:18:03 UTC 2018


    Date: Monday, July 23, 2018 @ 15:18:03
  Author: eschwartz
Revision: 362975

upgpkg: streamlink 0.14.2-2

python 3.7 rebuild
fix testsuite

Modified:
  streamlink/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-23 15:17:27 UTC (rev 362974)
+++ PKGBUILD	2018-07-23 15:18:03 UTC (rev 362975)
@@ -3,13 +3,13 @@
 
 pkgname=streamlink
 pkgver=0.14.2
-pkgrel=1
+pkgrel=2
 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-"{crypto,isodate,pycountry,requests,pysocks,websocket-client} 'rtmpdump')
-checkdepends=("python-"{mock,pytest})
+checkdepends=("python-"{freezegun,mock,pytest,requests-mock})
 makedepends=("python-"{recommonmark,setuptools,sphinx})
 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})
@@ -23,12 +23,13 @@
   cd "$pkgname-$pkgver"
   export STREAMLINK_USE_PYCOUNTRY="true"
   export STREAMLINK_USE_PYCRYPTO="true"
+  python setup.py build
   python setup.py build_sphinx -b man
 }
 
 check() {
   cd "$pkgname-$pkgver"
-  python setup.py test || warning "Tests failed"
+  python setup.py test
 }
 
 package() {



More information about the arch-commits mailing list