[arch-commits] Commit in livestreamer/repos/community-any (3 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Aug 1 10:13:26 UTC 2014


    Date: Friday, August 1, 2014 @ 12:13:26
  Author: foutrelis
Revision: 116686

archrelease: copy trunk to community-any

Added:
  livestreamer/repos/community-any/PKGBUILD
    (from rev 116685, livestreamer/trunk/PKGBUILD)
Deleted:
  livestreamer/repos/community-any/PKGBUILD
  livestreamer/repos/community-any/ca-certs.diff

---------------+
 PKGBUILD      |   57 +++++++++++++++++++++++++++++++++-----------------------
 ca-certs.diff |   17 ----------------
 2 files changed, 34 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-01 10:13:15 UTC (rev 116685)
+++ PKGBUILD	2014-08-01 10:13:26 UTC (rev 116686)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Christopher Rosell <chrippa at tanuki.se>
-pkgname=livestreamer
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='CLI program that launches streams from various streaming services in a custom video player'
-arch=('any')
-url='https://github.com/chrippa/livestreamer'
-license=('BSD')
-depends=('python-requests' 'rtmpdump' 'python-setuptools')
-provides=('livestreamer')
-conflicts=('livestreamer-git')
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('fa216aa08cd0022f39ff4c47e9c343dde4524e073a1c6e6964483dc21d23955d')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: livestreamer/repos/community-any/PKGBUILD (from rev 116685, livestreamer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-08-01 10:13:26 UTC (rev 116686)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Christopher Rosell <chrippa at tanuki.se>
+pkgname=livestreamer
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='CLI program that launches streams from various streaming services in a custom video player'
+arch=('any')
+url='https://github.com/chrippa/livestreamer'
+license=('BSD')
+depends=('python-requests' 'rtmpdump' 'python-setuptools')
+makedepends=('python-sphinx')
+provides=('livestreamer')
+conflicts=('livestreamer-git')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('d450f1352fe8f9c65cbecf6415c6d404c45334870321224253b4c1a3dac4e28c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py build_sphinx -b man
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+
+  install -Dm644 build/sphinx/man/livestreamer.1 \
+    "$pkgdir/usr/share/man/man1/livestreamer.1"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ca-certs.diff
===================================================================
--- ca-certs.diff	2014-08-01 10:13:15 UTC (rev 116685)
+++ ca-certs.diff	2014-08-01 10:13:26 UTC (rev 116686)
@@ -1,17 +0,0 @@
-diff --git a/src/livestreamer/utils.py b/src/livestreamer/utils.py
-index 34e881b..16a4495 100644
---- a/src/livestreamer/utils.py
-+++ b/src/livestreamer/utils.py
-@@ -30,10 +30,10 @@ def urlget(url, *args, **kwargs):
-     try:
-         if session:
-             res = session.request(method, url, timeout=timeout, data=data,
--                                  *args, **kwargs)
-+                                   verify=False, *args, **kwargs)
-         else:
-             res = requests.request(method, url, timeout=timeout, data=data,
--                                   *args, **kwargs)
-+                                   verify=False, *args, **kwargs)
- 
-         res.raise_for_status()
-     except (requests.exceptions.RequestException, IOError) as rerr:




More information about the arch-commits mailing list