# $Id: Portfile 96753 2012-08-18 04:04:07Z blair@macports.org $

PortSystem 1.0
                
name            py27-svn
version         1.7.6
revision        2
replaced_by     py27-pysvn
categories      python devel
maintainers     blair gmail.com:yunzheng.hu openmaintainer
platforms       darwin
license         Apache-1.1
description     Python Subversion Extension (pysvn)
long_description \
    The pysvn module is a python interface to the Subversion version \
    control system. This API exposes client interfaces for managing a \
    working copy, querying a repository, and synchronizing the two.

homepage        http://pysvn.tigris.org/
platforms       darwin
distfiles

pre-configure {
    ui_error "Please install py27-pysvn instead."
    return -code error "obsolete port"
}

livecheck.type  none
