summaryrefslogtreecommitdiff
path: root/recipes/python
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:09:44 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:57:25 +0100
commit94a6dcd953c5830649979cfa19b91a4711d04561 (patch)
tree8b6461ac468763c4d4b5f90e7e8f084978b792f0 /recipes/python
parent23decb4d14b0a58cfae88eca9b2ec6487af05a2b (diff)
python-blipapi: new recipe from SHR
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-blipapi_0.02.04.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/python/python-blipapi_0.02.04.bb b/recipes/python/python-blipapi_0.02.04.bb
new file mode 100644
index 0000000000..bc8ad58800
--- /dev/null
+++ b/recipes/python/python-blipapi_0.02.04.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Library to communicate with blip.pl API"
+AUTHOR = "Marcin Sztolcman <marcin@urzenia.net>"
+HOMEPAGE = "http://blipapi.googlecode.com/"
+DEPENDS = "python-setuptools"
+LICENSE = "GPL"
+RDEPENDS += "python-json"
+PR = "r0"
+inherit setuptools
+
+SRC_URI = "http://blipapi.googlecode.com/files/BlipApiPY-0.02.04.tar.bz2"
+S = "${WORKDIR}/blipapi"
+