# -*- 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 86723 2011-11-02 00:27:08Z jmr@macports.org $

PortSystem		1.0
PortGroup		python25 1.0

name			py25-rope
version	      0.9.2
platforms		darwin
license         GPL-2+
maintainers		nomaintainer
description		python refactoring library
long_description	Rope is a Python refactoring library that can be used with several \
editors and IDEs. It provides many refactoring operations as well as forms of code \
assistance like auto-completion and access to documentation.
homepage		http://rope.sourceforge.net/
master_sites	sourceforge:rope
distname          rope-${version}
depends_lib       port:py25-distribute
dist_subdir       ${distname}
checksums       md5     3ef92a3df40aebe475ac4880b0f6381a \
                sha1    fbe41650037ee412cda7025c8f95bc7c4e8e0159 \
                rmd160  7b3743d0468d127f98f35eb85489d0c996a6af4c
