# $Id: Portfile 73249 2010-11-07 16:02:04Z alakazam@macports.org $

PortSystem        1.0
PortGroup         python25 1.0

name              py25-uuid
version           1.30
categories        python
platforms         darwin
maintainers       nomaintainer

description       UUID objects (universally unique identifiers) according to RFC 4122.
long_description  This module is automatically provided in python 2.5 and is \
                  only provided for ports that depend. Using the standard \
                  module should be adequate for all other uses. \
                  UUID objects (universally unique identifiers) according to \
                  RFC 4122. This module provides immutable UUID objects (class \
                  UUID) and the functions uuid1(), uuid3(), uuid4(), uuid5() \
                  for generating version 1, 3, 4, and 5 UUIDs as specified in \
                  RFC 4122.

homepage          http://zesty.ca/python/uuid.html
master_sites      http://pypi.python.org/packages/source/u/uuid/
distname          uuid-${version}

depends_lib-append port:py25-distribute

checksums         md5     639b310f1fe6800e4bf8aa1dd9333117 \
                  sha1    77ffab33e5052153504a5990dabf7a8505a464bf \
                  rmd160  02f7f2c21cb7a18e426e8e4b573d0521baee97f9

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