/usr/share/pyshared/ropemacs-0.6c2.egg-info is in python-ropemacs 0.6c2-4.
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 | Metadata-Version: 1.0
Name: ropemacs
Version: 0.6c2
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:
=========================
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
============
* added ``ropemacs-guess-project`` variable
* added ``rope-run-module`` command
* showing line-number in occurrences buffer
* fixed go to occurrence in xemacs
* fixed error messages that contain percent sign
* fixed ask directory and entering default directory
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
|