aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/python/pyrtm_0.2.bb15
2 files changed, 19 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 569be38ea6..9a2a4cd0ba 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 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"