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

Daniel Wallace dwallace at nymeria.archlinux.org
Thu Sep 26 13:16:06 UTC 2013


    Date: Thursday, September 26, 2013 @ 15:16:06
  Author: dwallace
Revision: 97643

archrelease: copy trunk to community-any

Added:
  livestreamer/repos/community-any/PKGBUILD
    (from rev 97642, livestreamer/trunk/PKGBUILD)
  livestreamer/repos/community-any/requests-v2.patch
    (from rev 97642, livestreamer/trunk/requests-v2.patch)
Deleted:
  livestreamer/repos/community-any/PKGBUILD

-------------------+
 PKGBUILD          |   57 +++++++++++++++++++++++++++++-----------------------
 requests-v2.patch |   13 +++++++++++
 2 files changed, 45 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-26 13:15:39 UTC (rev 97642)
+++ PKGBUILD	2013-09-26 13:16:06 UTC (rev 97643)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Christopher Rosell <chrippa at tanuki.se>
-pkgname=livestreamer
-pkgver=1.5.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-distribute')
-provides=('livestreamer')
-conflicts=('livestreamer-git')
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('0cd090699fcfe03ef69e5d53fd842513be47a29da9fccf4a545febe9fdb7c4b4')
-
-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 97642, livestreamer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-26 13:16:06 UTC (rev 97643)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Christopher Rosell <chrippa at tanuki.se>
+pkgname=livestreamer
+pkgver=1.5.2
+pkgrel=2
+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
+        requests-v2.patch)
+sha256sums=('0cd090699fcfe03ef69e5d53fd842513be47a29da9fccf4a545febe9fdb7c4b4'
+            'bb9c898e194c15b0e91da195e82caeac4b4ff72ccec0ca1b97ced60b4c2c4ba8')
+
+prepare(){
+  cd $pkgname-$pkgver
+  patch -Np1 -i $srcdir/requests-v2.patch
+}
+
+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/requests-v2.patch (from rev 97642, livestreamer/trunk/requests-v2.patch)
===================================================================
--- requests-v2.patch	                        (rev 0)
+++ requests-v2.patch	2013-09-26 13:16:06 UTC (rev 97643)
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index c22c109..dcbcbfa 100644
+--- a/setup.py
++++ b/setup.py
+@@ -4,7 +4,7 @@ from setuptools import setup
+ from sys import version_info, path as sys_path
+ from os.path import abspath, dirname, join
+ 
+-deps = ["requests>=1.0,<2.0"]
++deps = ["requests>=1.0,<3.0"]
+ packages = ["livestreamer",
+             "livestreamer.stream",
+             "livestreamer.plugin",




More information about the arch-commits mailing list