[oe-commits] Michael : pyrtm: Added Python library for Remember the Time

git version control git at git.openembedded.org
Sun Jan 10 23:16:58 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: b87ef25ed7367b4c6f85eddb706470a288ffe593
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b87ef25ed7367b4c6f85eddb706470a288ffe593

Author: Michael <kichkasch at gmx.de>
Date:   Sat Jan  9 07:35:34 2010 +0000

pyrtm: Added Python library for Remember the Time

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/checksums.ini          |    4 ++++
 recipes/python/pyrtm_0.2.bb |   15 +++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 569be38..9a2a4cd 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -23110,6 +23110,10 @@ sha256=cb5a5855c68743622b1902c7c106b30316c623c265906f2acb2fa2c9d97b3f37
 md5=d6d2a16ccd1562b2ae63314f30a4ebf9
 sha256=45b73399b8affd1a81ecd370d37e066c046c49e1777b43d0affe6b520082a604
 
+[http://pypi.python.org/packages/source/p/pyrtm/pyrtm-0.2.tar.gz]
+md5=34423f39caf7df8a9db8e243be9cf1a0
+sha256=d9d46d096a38cb692b55f4ee9f364d54348298e9497b11c1ef057539b5de1567
+
 [http://www.vanille.de/mirror/pyserial-2.0.tar.bz2]
 md5=a8db6163466c21845faa6ef57af992da
 sha256=df76084516b34b5e04dd84e54ef38613d87c56bc04de3d0a711f72fb6707ab0b
diff --git a/recipes/python/pyrtm_0.2.bb b/recipes/python/pyrtm_0.2.bb
new file mode 100644
index 0000000..a5a6fb2
--- /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"





More information about the Openembedded-commits mailing list