NOTICE: This package has been removed from pkgsrc

./wip/rope, Rope is a python refactoring library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.9.3, Package name: py27-rope-0.9.3, Maintainer: helgoman

Rope is a python refactoring library.

A basic desciption about code refactoring found on wikipedia:

Code refactoring is the process of changing a computer program's
source code without modifying its external functional behavior
in order to improve some of the nonfunctional attributes of the
software.
Advantages include improved code readability and reduced complexity
to improve the maintainability of the source code, as well as a
more expressive internal architecture or object model to improve
extensibility.


Required to run:
[devel/py-setuptools] [lang/python27]

Master sites:

SHA1: 47bc357e5765c387e1522d4bbe77493ce2964ebe
RMD160: c74e5af8221a8618ee8605c3a1ba0e26529d8c6d
Filesize: 213.374 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-23 23:33:55 by othyro | Files touched by this commit (43)
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
   2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-08-11 19:29:51 by Helge Muehlmeier | Files touched by this commit (3)
Log message:
Update to version 0.9.3:
* codeassist: better handling of unicode in docstrings
* codeassist: handling builtin unknowns, such as sys.stdout
* codeassist: proposals scopes and types revised
* fscommands: handle hg crew ui changes
* patchedast: handle ExtSlice node
   2010-03-14 10:36:04 by Helge Muehlmeier | Files touched by this commit (5) | Imported package
Log message:
Import rope-0.9.2nb1 as wip/rope.

Rope is a python refactoring library.

A basic desciption about code refactoring found on wikipedia:

Code refactoring is the process of changing a computer program's
source code without modifying its external functional behavior
in order to improve some of the nonfunctional attributes of the
software.
Advantages include improved code readability and reduced complexity
to improve the maintainability of the source code, as well as a
more expressive internal architecture or object model to improve
extensibility.