1 | # -*- 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 |
---|
2 | # $Id $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-rope |
---|
8 | version 0.9.2 |
---|
9 | categories python |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | |
---|
13 | description python refactoring library |
---|
14 | long_description Rope is a Python refactoring library that can be used with several \ |
---|
15 | editors and IDEs. It provides many refactoring operations as well as forms of code \ |
---|
16 | assistance like auto-completion and access to documentation. |
---|
17 | |
---|
18 | homepage http://rope.sourceforge.net/ |
---|
19 | master_sites sourceforge:rope |
---|
20 | distname rope-${version} |
---|
21 | depends_lib port:py25-setuptools |
---|
22 | dist_subdir ${distname} |
---|
23 | checksums md5 3ef92a3df40aebe475ac4880b0f6381a \ |
---|
24 | sha1 fbe41650037ee412cda7025c8f95bc7c4e8e0159 \ |
---|
25 | rmd160 7b3743d0468d127f98f35eb85489d0c996a6af4c |
---|
26 | |
---|