# $Id: Portfile 65907 2010-04-02 22:08:22Z jmr@macports.org $

PortSystem        1.0
PortGroup         python25 1.0

name              py25-stomper
version           0.2.2
categories        python
platforms         darwin
maintainers       alakazam

description       A transport neutral client implementation of the STOMP protocol
long_description  This is a python client implementation of the STOMP protocol. \
                  The client is attempting to be transport layer neutral. This \
                  module provides functions to create and parse STOMP messages \
                  in a programatic fashion. The messages can be easily \
                  generated and parsed, however its up to the user to do the \
                  sending and receiving.

homepage          http://code.google.com/p/stomper/
master_sites      http://pypi.python.org/packages/source/s/stomper/
distname          stomper-${version}

depends_lib-append port:py25-distribute \
                   port:py25-uuid

checksums         md5     193ba3eaa405aa5b590e2d571b65167d \
                  sha1    b3acfe30ce6b6842886b1668cde3203e4e3ab7a3 \
                  rmd160  7f30b3fab55dbcdd870b9b72b5860648667deac9

livecheck.type    regex
livecheck.url     http://pypi.python.org/pypi/stomper/
livecheck.regex   {stomper (\d+(?:\.\d+)*)}
