rpms/bpython/devel bpython.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Mon May 5 15:27:09 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/bpython/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv858/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bpython.spec 
Log Message:
Importing bpython.




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

Name:          bpython
Summary:       Fancy curses interface to the Python interactive interpreter
Version:       0.3.1
Release:       2%{?dist}
URL:           http://www.noiseforfree.com/bpython/
Group:         Development/Libraries
License:       MIT
Source0:       http://www.noiseforfree.com/%{name}/%{name}-%{version}.tar.gz
BuildArch:     noarch
BuildRequires: python-devel desktop-file-utils
Requires:      python-pygments pyparsing
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
bpython is a fancy interface to the Python interpreter for Unix-like
operating systems. It has the following features:
 o in-line syntax highlighting
 o readline-like autocomplete with suggestions displayed as you type
 o expected parameter list for any Python function.
 o eewind function to pop the last line of code from memory and
   re-evaluate.
 o send the code you've entered off to a pastebin and display the
   pastebin URL for copying, etc.  
 o save the code you've entered to a file
 o auto indentation

%prep
%setup -q -n %{name}

%build
%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
#{__install} -D -m 0644 %{SOURCE1} \
#    %{buildroot}%{_datadir}/applications/%{name}.desktop

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc CHANGELOG LICENSE README
%{_bindir}/%{name}
%{python_sitelib}/%{name}*

%changelog
* Mon May  5 2008 Terje Rosten <terje.rosten at ntnu.no> - 0.3.1-2
- fix summary
- remove desktop file and optflags

* Wed Apr 30 2008 Terje Rosten <terje.rosten at ntnu.no> - 0.3.1-1
- 0.3.1
- drop patch

* Sun Apr 27 2008 Terje Rosten <terje.rosten at ntnu.no> - 0.2.3-1
- random fixes

* Sun Apr 27 2008 Pascal Bleser <guru at unixtech.be> 0.2.3
- new package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bpython/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 May 2008 17:24:50 -0000	1.1
+++ .cvsignore	5 May 2008 15:26:29 -0000	1.2
@@ -0,0 +1 @@
+bpython-0.3.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bpython/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 May 2008 17:24:50 -0000	1.1
+++ sources	5 May 2008 15:26:29 -0000	1.2
@@ -0,0 +1 @@
+40f34dcf7612590f74ed89025e74781f  bpython-0.3.1.tar.gz




More information about the fedora-extras-commits mailing list