aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorMichael <kichkasch@gmx.de>2010-01-09 07:35:34 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-01-10 22:31:41 +0100
commitb87ef25ed7367b4c6f85eddb706470a288ffe593 (patch)
tree0a8661559cf9f54def8660047c353f0800e427b7 /recipes/python
parentd85d9ce30214eb7e33bff322c82b2a0537aacc64 (diff)
downloadopenembedded-b87ef25ed7367b4c6f85eddb706470a288ffe593.tar.gz
pyrtm: Added Python library for Remember the Time
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/pyrtm_0.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/python/pyrtm_0.2.bb b/recipes/python/pyrtm_0.2.bb
new file mode 100644
index 0000000000..a5a6fb2e2f
--- /dev/null
+++ b/recipes/python/pyrtm_0.2.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Python interface for Remember The Milk API."
+AUTHOR = "Sridhar Ratnakumar / srid"
+HOMEPAGE = "http://pypi.python.org/pypi/pyrtm"
+PRIORITY = "optional"
+LICENSE = "MIT"
+DEPENDS = "python-native"
+PR = "r0"
+
+SRC_URI = "http://pypi.python.org/packages/source/p/pyrtm/pyrtm-${PV}.tar.gz"
+
+SRCNAME = "pyrtm"
+
+inherit distutils
+
+PACKAGE_ARCH = "all"