[Lunar-commits] <moonbase> papyon: new module. fork of pymsn
Zachary McGrew
zmcgrew at lunar-linux.org
Thu Jul 15 22:17:33 CEST 2010
commit 6de1254ff0f06f8197993f6935365e413ad0be7f
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Sun Apr 11 22:33:24 2010 -0700
papyon: new module. fork of pymsn
---
python/papyon/BUILD | 7 +++++++
python/papyon/DEPENDS | 4 ++++
python/papyon/DETAILS | 29 +++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/python/papyon/BUILD b/python/papyon/BUILD
new file mode 100644
index 0000000..8707d86
--- /dev/null
+++ b/python/papyon/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py build_ext -i &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/papyon/DEPENDS b/python/papyon/DEPENDS
new file mode 100644
index 0000000..3a7e814
--- /dev/null
+++ b/python/papyon/DEPENDS
@@ -0,0 +1,4 @@
+depends pygtk
+depends pyopenssl
+depends pycrypto
+depends telepathy-python
diff --git a/python/papyon/DETAILS b/python/papyon/DETAILS
new file mode 100644
index 0000000..c94e16f
--- /dev/null
+++ b/python/papyon/DETAILS
@@ -0,0 +1,29 @@
+ MODULE=papyon
+ VERSION=0.4.6
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:ead88deaa47648697e27f20b37ab4a3e87e6d7fb
+ WEB_SITE="http://telepathy.freedesktop.org/wiki/Papyon"
+ ENTERED=20100411
+ UPDATED=20100411
+ SHORT="Python implementation of MSN protocol"
+cat <<EOF
++ MSNP15
++ Best MSNP2P implementation : avatars and custom emoticons
++ Yahoo messenger contacts support : chat and presence
++ Live Address Book support : full contact and group management
++ Server side contacts aliasing
++ Offline messages support
++ MSN Spaces
++ Content Roaming support : avatar, display name and
+ personal message storage
++ Full support for HTTP and HTTPS proxies
++ Support HTTP Polling transport
++ No threads, fully asynchronous
+
++ Caching system (only used for storing the SSO tickets for now,
+ but will be used to support deltas in the AddressBook later)
++ Very solid and extensible architecture # + Solid networking through
+ a new sublibrary : gnet
+EOF
More information about the Lunar-commits
mailing list