# -*- 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: Portfile 88184 2011-12-21 18:55:18Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

# This port is not part of the py-transaction unified port because starting
# with version 1.2.0, the transaction module no longer supports Python 2.4 or
# Python 2.5. Version 1.1.1 is the last version to do so.
name                py25-transaction
set real_name       transaction
version             1.1.1
categories-append   databases
maintainers         singingwolfboy openmaintainer
license             ZPL-2.1
description         generic transaction implementation for Python
long_description    \
    ${description}

platforms           darwin

homepage            http://pypi.python.org/pypi/${real_name}
master_sites        http://pypi.python.org/packages/source/t/${real_name}/
distname            ${real_name}-${version}

checksums           rmd160  29bb6d288dc22ea0a70e04d8150f13af69efee9d \
                    sha256  3e00f6db97297cd2ff869b3d32109019bf898d925593926d729d546a47660ca9

depends_build       port:py25-distribute
