diff options
author | Michael <kichkasch@gmx.de> | 2010-01-09 07:35:34 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-10 22:31:41 +0100 |
commit | b87ef25ed7367b4c6f85eddb706470a288ffe593 (patch) | |
tree | 0a8661559cf9f54def8660047c353f0800e427b7 | |
parent | d85d9ce30214eb7e33bff322c82b2a0537aacc64 (diff) |
pyrtm: Added Python library for Remember the Time
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | 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 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" |