1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-sleekxmpp |
---|
8 | version 1.0 |
---|
9 | |
---|
10 | categories python devel net |
---|
11 | maintainers vmunix.org:torstenb openmaintainer |
---|
12 | description python xmpp module with extensive XEP support |
---|
13 | long_description SleekXMPP implements XMPP in python with extensive \ |
---|
14 | XEP support via plugins |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | supported_archs noarch |
---|
18 | |
---|
19 | master_sites http://pypi.python.org/packages/source/s/sleekxmpp/ |
---|
20 | homepage https://github.com/fritzy/SleekXMPP |
---|
21 | |
---|
22 | python.versions 26 27 31 32 |
---|
23 | python.default_version 27 |
---|
24 | |
---|
25 | distname sleekxmpp-${version} |
---|
26 | checksums rmd160 fe8a94870a22386b79edebdb05cd564c46eba549 \ |
---|
27 | sha256 f4fd999f9e80816c475e046d62b53949cb6dfcb8e75d8d80482e2020a2a77456 |
---|
28 | |
---|
29 | if {$subport != $name} { |
---|
30 | |
---|
31 | depends_lib port:py${python.version}-dateutil \ |
---|
32 | port:py${python.version}-suelta \ |
---|
33 | port:py${python.version}-dnspython |
---|
34 | } |
---|