rpms/python-rope/F-10 python-rope.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Toshio くらとみ toshio at fedoraproject.org
Tue Feb 3 20:55:32 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/python-rope/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18524

Modified Files:
	.cvsignore sources 
Added Files:
	python-rope.spec 
Log Message:

* Wed Nov 19 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.9.1-1
- Initial Fedora build



--- NEW FILE python-rope.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-rope
Version:        0.9.1
Release:        1%{?dist}
Summary:        Python Code Refactoring Library

Group:          Development/Languages
License:        GPLv2+
URL:            http://rope.sourceforge.net/
Source0:        http://downloads.sf.net/rope/rope-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
# For testsuite
BuildRequires:  python-nose

# pysvn, hg, git, and darcs are optional.  If installed, they give integration
# between rope and the version control system.  (So refactorings that rename a
# file, for instance, will be checked into version control.)

%description
A python refactoring library. It provides features like refactorings and coding
assists.

%prep
%setup -q -n rope-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%check
# Tests starting with 'xxx_' are known to fail because features are
# unimplemented
nosetests -e '^xxx_.*'

%files
%defattr(-,root,root,-)
%doc README.txt COPYING docs
%{python_sitelib}/*


%changelog
* Wed Nov 19 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.9.1-1
- Initial Fedora build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-rope/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Feb 2009 19:54:00 -0000	1.1
+++ .cvsignore	3 Feb 2009 20:55:02 -0000	1.2
@@ -0,0 +1 @@
+rope-0.9.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-rope/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Feb 2009 19:54:00 -0000	1.1
+++ sources	3 Feb 2009 20:55:02 -0000	1.2
@@ -0,0 +1 @@
+2b812782b43d365058fa1b2e64e36f7f  rope-0.9.1.tar.gz




More information about the fedora-extras-commits mailing list