diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2006-02-06 20:06:36 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2006-02-06 20:06:36 +0000 |
commit | 7b95c45edd27611015ae6af9f436edc7eab3b42b (patch) | |
tree | f8bd093eadf97549446494a3fbbaa28d74c143d2 /dev-python/xmpppy/metadata.xml | |
parent | Version bump from upstream and backporting mod-x deps (diff) | |
download | gentoo-2-7b95c45edd27611015ae6af9f436edc7eab3b42b.tar.gz gentoo-2-7b95c45edd27611015ae6af9f436edc7eab3b42b.tar.bz2 gentoo-2-7b95c45edd27611015ae6af9f436edc7eab3b42b.zip |
initial commit.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-python/xmpppy/metadata.xml')
-rw-r--r-- | dev-python/xmpppy/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/xmpppy/metadata.xml b/dev-python/xmpppy/metadata.xml new file mode 100644 index 000000000000..38dee341a2d7 --- /dev/null +++ b/dev-python/xmpppy/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>sbriesen@gentoo.org</email> + <name>Stefan Briesenick</name> + </maintainer> + <longdescription lang="en"> + xmpppy is a Python library that is targeted to provide easy scripting with + Jabber. Similar projects are Twisted Words and jabber.py. This library was + not designed from scratch. It inherits some code from jabberpy and have very + similar API in many places. Though it is separate project since it have almost + completely different architecture and primarily aims to work with jabberd2 - + the new Open Source Jabber Server. + </longdescription> +</pkgmetadata> |