/usr/lib/python2.7/dist-packages/ropemacs-0.8.egg-info is in python-ropemacs 0.8-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | Metadata-Version: 1.1
Name: ropemacs
Version: 0.8
Summary: An emacs mode for using rope python refactoring library
Home-page: http://rope.sf.net/ropemacs.html
Author: Ali Gholami Rudi
Author-email: aligrudi@users.sourceforge.net
License: GNU GPL
Description:
**Note:** *Please note that this project has been moved to* `GitHub python-rope / ropemacs`_
.. _GitHub python-rope / ropemacs: https://github.com/python-rope/ropemacs
=========================
ropemacs, rope in emacs
=========================
Ropemacs is an emacs mode that uses rope_ library to provide features
like python refactorings and code-assists. You should install rope_
library and pymacs_ before using ropemacs.
.. _rope: http://rope.sf.net/
.. _pymacs: http://pymacs.progiciels-bpi.ca/pymacs.html
New Features
============
``rope-find-occurrences`` sets ``next-error-function``. That means
compilation mode keys like ``C-x \``` work for occurrences buffer,
too.
Also there is a bug in pymacs 23 and 24-beta1 that makes python reach
maximum recursion after interrupting a pymacs command; a patch is
included in the docs folder.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Environment :: X11 Applications
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Text Editors :: Emacs
Classifier: Topic :: Software Development
Requires: ropemode
|