[Lunar-commits] <moonbase> pymsn: moved to zdeprecated
Zachary McGrew
zmcgrew at lunar-linux.org
Thu Jul 15 22:17:32 CEST 2010
commit 15114c905ef84d26ec0368dbf1893fe72f380617
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Sun Apr 11 22:32:42 2010 -0700
pymsn: moved to zdeprecated
---
zdeprecated/pymsn/BUILD | 7 +++++++
zdeprecated/pymsn/DEPENDS | 4 ++++
zdeprecated/pymsn/DETAILS | 29 +++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/zdeprecated/pymsn/BUILD b/zdeprecated/pymsn/BUILD
new file mode 100644
index 0000000..8707d86
--- /dev/null
+++ b/zdeprecated/pymsn/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py build_ext -i &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/pymsn/DEPENDS b/zdeprecated/pymsn/DEPENDS
new file mode 100644
index 0000000..3a7e814
--- /dev/null
+++ b/zdeprecated/pymsn/DEPENDS
@@ -0,0 +1,4 @@
+depends pygtk
+depends pyopenssl
+depends pycrypto
+depends telepathy-python
diff --git a/zdeprecated/pymsn/DETAILS b/zdeprecated/pymsn/DETAILS
new file mode 100644
index 0000000..9a5a8b8
--- /dev/null
+++ b/zdeprecated/pymsn/DETAILS
@@ -0,0 +1,29 @@
+ MODULE=pymsn
+ VERSION=0.3.3
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://telepathy.freedesktop.org/releases/pymsn/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:b652fe20ee9aa3a5c5e8fef262fb9e4b31b8fa72
+ WEB_SITE="http://telepathy.freedesktop.org/wiki/Pymsn"
+ ENTERED=20090123
+ UPDATED=20090123
+ 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