You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
40 lines
1.3 KiB
Tcl
40 lines
1.3 KiB
Tcl
# -*- 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
|
|
|
|
name py-pyxmpp
|
|
version 1.1.2
|
|
categories-append crypto devel
|
|
license LGPL-2.1
|
|
maintainers nomaintainer
|
|
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 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
|
|
}
|