# HG changeset patch # User Louis Opter # Date 1441520462 25200 # Node ID 6bd6e467bb661318a0f0b1f4ea3d49bf292907fb # Parent 9b9f36cf500c570e839d94e2d7b67f4366e1ee97 Add ipython as an optional dependency diff -r 9b9f36cf500c -r 6bd6e467bb66 .SRCINFO --- 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 diff -r 9b9f36cf500c -r 6bd6e467bb66 PKGBUILD --- 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")