# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-pyxmpp version 1.1.2 categories-append crypto devel license LGPL-2.1 maintainers ram openmaintainer platforms darwin description Python Jabber/XMPP implementation long_description PyXMPP provides most core features of the XMPP protocol \ and several JSF-defined extensions. PyXMPP provides building blocks for \ creating Jabber clients and components. Developer uses them to setup \ XMPP streams, handle incoming events and create outgoing stanzas. homepage http://pyxmpp.jajcus.net/pyxmpp.html master_sites pypi:p/pyxmpp/ distname pyxmpp-${version} python.versions 26 27 checksums rmd160 e94194d8dcf0d2e78e30de5cc92b3315c8a1ce92 \ sha256 f45365bae922a9e44226622cf086e3ffd3c681012f6c6b609d3306e4d0dfb33c if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-libxml2 \ port:py${python.version}-dnspython } if {${name} eq ${subport}} { livecheck.type regex livecheck.url https://pypi.python.org/pypi/pyxmpp livecheck.regex {pyxmpp-(\d+(?:\.\d+)*).tar.gz} } else { livecheck.type none }