changeset 3:6bd6e467bb66

Add ipython as an optional dependency
author Louis Opter <kalessin@kalessin.fr>
date Sat, 05 Sep 2015 23:21:02 -0700
parents 9b9f36cf500c
children 5cc2087b8737
files .SRCINFO PKGBUILD
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.SRCINFO	Sat Sep 05 23:12:25 2015 -0700
+++ b/.SRCINFO	Sat Sep 05 23:21:02 2015 -0700
@@ -1,7 +1,7 @@
 pkgbase = lightsd
 	pkgdesc = Daemon to control your LIFX smart bulbs via a JSON-RPC API
 	pkgver = 0.9.1
-	pkgrel = 3
+	pkgrel = 4
 	epoch = 1
 	url = https://www.github.com/lopter/lightsd/
 	arch = i686
@@ -11,6 +11,7 @@
 	depends = libevent>=2.0.19
 	depends = libbsd>=0.5.0
 	optdepends = python: to run the interactive lightsc.py example client
+	optdepends = ipython: makes lightsc.py more user-friendly
 	source = https://github.com/lopter/lightsd/archive/0.9.1.tar.gz
 	sha256sums = 72eba6074ed18609fb0caf7b7429e1b8f6c3564ca6f81357be22c06ac00956b6
 
--- a/PKGBUILD	Sat Sep 05 23:12:25 2015 -0700
+++ b/PKGBUILD	Sat Sep 05 23:21:02 2015 -0700
@@ -2,14 +2,17 @@
 
 pkgname=lightsd
 pkgver=0.9.1
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="Daemon to control your LIFX smart bulbs via a JSON-RPC API"
 arch=("i686" "x86_64")
 url="https://www.github.com/lopter/lightsd/"
 license=("GPL3")
 depends=("libevent>=2.0.19" "libbsd>=0.5.0")
-optdepends=("python: to run the interactive lightsc.py example client")
+optdepends=(
+    "python: to run the interactive lightsc.py example client"
+    "ipython: makes lightsc.py more user-friendly"
+)
 makedepends=("cmake>=2.8.11")
 source=("https://github.com/lopter/lightsd/archive/${pkgver}.tar.gz")
 sha256sums=("72eba6074ed18609fb0caf7b7429e1b8f6c3564ca6f81357be22c06ac00956b6")