# -*- 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 PortSystem 1.0 PortGroup python 1.0 PortGroup gitlab 1.0 gitlab.instance https://dev.gajim.org gitlab.setup gajim python-nbxmpp 4.3.1 name py-nbxmpp revision 0 categories-append net chat license GPL-3 supported_archs noarch platforms {darwin any} 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. checksums rmd160 3b6439e04bb32ca7a5790cac81b763549fecb8e1 \ sha256 7c44173b2a2ea7fc6e26f4d62b420b01da7d1791c07d131e1cbc081742c2afe6 \ size 135981 python.versions 39 310 311 python.pep517 yes if {${name} ne ${subport}} { depends_lib-append \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:libsoup \ port:py${python.version}-gobject3 depends_run-append \ port:py${python.version}-idna \ port:py${python.version}-precis-i18n test.run yes python.test_framework unittest }