Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 84ad7d44f2124bcc5ce3f35529a94c88 > files > 1

python-ropemode-0.1-0.3.rc2.fc16.src.rpm


%global         modname ropemode

Name:           python-%{modname}
Version:        0.1
Release:        0.3.rc2%{?dist}
Summary:        Helper for using rope refactoring library in IDEs
Group:          Development/Libraries
License:        GPLv2+
URL:            http://rope.sourceforge.net/ropemacs.html
Source0:        http://pypi.python.org/packages/source/r/%{modname}/%{modname}-%{version}-rc2.tar.gz

BuildArch:      noarch
BuildRequires:  python2-devel
BuildRequires:  python-setuptools
BuildRequires:  python-rope

Requires:       python
Requires:       python-rope

%description
Ropemode is a helper library for use of rope refactoring from within
IDEs, mainly used by ropemacs within Emacs.


%prep
%setup -q -n %{modname}-%{version}-rc2

%build
%{__python} setup.py build


%install
%{__python} setup.py install --skip-build --root %{buildroot}



%files
%doc PKG-INFO
%{python_sitelib}/%{modname}
%{python_sitelib}/*.egg-info

%changelog
* Fri May  4 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.1-0.3.rc2
- Add PKG-INFO to doc (contains license information)
- Remove macros for old Fedoras and EPEL5
- Change python-devel BR to python2-devel

* Fri May 13 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.1-0.2.rc2
- Rename to python-ropemode
- Fix BR/R on rope to python-rope

* Wed May  4 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.1-0.1.rc2
- Initial version of package