[oe-commits] Angus Ainslie : pyring : add a new recipe for a python keyring manager

GIT User account git at amethyst.openembedded.net
Mon May 11 17:40:47 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 19e6f467e05fccbb618bd63fcff61c9247a50b69
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=19e6f467e05fccbb618bd63fcff61c9247a50b69

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Fri May  8 11:41:42 2009 -0600

pyring : add a new recipe for a python keyring manager

---

 conf/checksums.ini             |    4 ++++
 recipes/python/pyring_1.1.8.bb |   20 ++++++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index acf0da7..33d66ca 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -17890,6 +17890,10 @@ sha256=703b204bd1d57b1bfc0ba95246d229a599259b782ee18072d6041656d412073b
 md5=499cfc69b3cacbdf70a32f253b4a0eb1
 sha256=cb5a5855c68743622b1902c7c106b30316c623c265906f2acb2fa2c9d97b3f37
 
+[http://handheldshell.com/software/pyring_1.1.8.tgz]
+md5=4ea5b6726abf26fb4aadf88b45dedb9b
+sha256=2938fbf0b29206d3df4339ad080507090160da7ea1b2fbe34b2daee7cab7133c
+
 [http://www.vanille.de/mirror/pyserial-2.0.tar.bz2]
 md5=a8db6163466c21845faa6ef57af992da
 sha256=df76084516b34b5e04dd84e54ef38613d87c56bc04de3d0a711f72fb6707ab0b
diff --git a/recipes/python/pyring_1.1.8.bb b/recipes/python/pyring_1.1.8.bb
new file mode 100644
index 0000000..1f2a35d
--- /dev/null
+++ b/recipes/python/pyring_1.1.8.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Python keyring"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RDEPENDS = "python python-pygtk python-xml python-netclient pydes"
+
+ARCH_pyring = "all"
+
+SRC_URI = "http://handheldshell.com/software/pyring_${PV}.tgz "
+
+inherit distutils
+
+S = ${WORKDIR}/pyring-${PV}
+
+do_configure_prepend() {
+	cp ${S}/setup_freerunner.py ${S}/setup.py
+        exit 0
+}
+
+





More information about the Openembedded-commits mailing list