# -*- 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-nbxmpp version 0.5.3 categories-append net platforms darwin license GPL-3 supported_archs noarch python.versions 27 maintainers nomaintainer description Non blocking Jabber/XMPP module long_description The goal of this python library is to provide a way for \ python applications to use Jabber/XMPP networks in a non-blocking \ way. Originally, a fork of the xmpppy jabber python library. homepage https://pypi.python.org/pypi/nbxmpp/ master_sites pypi:n/nbxmpp/ distname nbxmpp-${version} checksums rmd160 f6d1b442ed67a0835550f37b49ca1f0b6c007d05 \ sha256 b79a6b25a2ed7ac792600544778238b27cf6eef6c8eab79b0bfa46df0c3a9935 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/nbxmpp/json livecheck.regex {nbxmpp-(\d+(?:\.\d+)*)\.[tz]} }