Ticket #19026: Portfile

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