From b87ef25ed7367b4c6f85eddb706470a288ffe593 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 9 Jan 2010 07:35:34 +0000 Subject: pyrtm: Added Python library for Remember the Time Signed-off-by: Martin Jansa --- recipes/python/pyrtm_0.2.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/python/pyrtm_0.2.bb (limited to 'recipes/python') 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" -- cgit v1.2.3