rpms/python-guppy/F-11 import.log, NONE, 1.1 python-guppy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Lemenkov peter at fedoraproject.org
Fri Oct 9 10:36:10 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/python-guppy/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13542/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-guppy.spec 
Log Message:
initial commit


--- NEW FILE import.log ---
python-guppy-0_1_9-1_fc11:F-11:python-guppy-0.1.9-1.fc11.src.rpm:1255084545


--- NEW FILE python-guppy.spec ---
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}


%define realname guppy


Name:		python-%{realname}
Version:	0.1.9
Release:	1%{?dist}
Summary:	A Python Programming Environment
Group:		Development/Languages
License:	MIT
URL:		http://guppy-pe.sourceforge.net/
Source0:	http://pypi.python.org/packages/source/g/%{realname}/%{realname}-%{version}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires:	python-devel
BuildRequires:	python-setuptools-devel
Provides:	%{realname} = %{version}-%{release}


%description
Guppy-PE is a library and programming environment for Python, currently
providing in particular the Heapy subsystem, which supports object and heap
memory sizing, profiling and debugging. It also includes a prototypical
specification language, the Guppy Specification Language (GSL), which can be
used to formally specify aspects of Python programs and generate tests and
documentation from a common source.


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


%build
%{__python} -c 'import setuptools; execfile("setup.py")' build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ANNOUNCE ANNOUNCE-0.1.5 ChangeLog PKG-INFO README
%{python_sitearch}/%{realname}/
%{python_sitearch}/%{realname}-%{version}-*.egg-info/


%changelog
* Fri Aug 14 2009 Peter Lemenkov <lemenkov at gmail.com> 0.1.9-1
- Initial package for Fedora
- Still no gsl-subpackage for emacs


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-guppy/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 Oct 2009 02:49:36 -0000	1.1
+++ .cvsignore	9 Oct 2009 10:36:09 -0000	1.2
@@ -0,0 +1 @@
+guppy-0.1.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-guppy/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Oct 2009 02:49:36 -0000	1.1
+++ sources	9 Oct 2009 10:36:09 -0000	1.2
@@ -0,0 +1 @@
+221c50d574277e4589cc4ae03f76727a  guppy-0.1.9.tar.gz




More information about the fedora-extras-commits mailing list