rpms/python-simplegeneric/F-13 import.log, NONE, 1.1 python-simplegeneric.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Tue May 4 20:18:03 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-simplegeneric/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31906/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-simplegeneric.spec 
Log Message:
Initial import of python-simplegeneric in F-13 (#581913)


--- NEW FILE import.log ---
python-simplegeneric-0_6-2_fc12:F-13:python-simplegeneric-0.6-2.fc12.src.rpm:1273004268


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

%global modname simplegeneric

Name:           python-simplegeneric
Version:        0.6
Release:        2%{?dist}
Summary:        Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)

Group:          Development/Languages
License:        Python or ZPLv2.1
URL:            http://cheeseshop.python.org/pypi/simplegeneric
Source0:        http://pypi.python.org/packages/source/s/%{modname}/%{modname}-%{version}.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-setuptools-devel

%description
The simplegeneric module lets you define simple single-dispatch generic
functions, akin to Python's built-in generic functions like len(), iter() and
so on. However, instead of using specially-named methods, these generic
functions use simple lookup tables, akin to those used by e.g. pickle.dump()
and other generic functions found in the Python standard library.

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

%build
%{__python} setup.py build


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


%clean
rm -rf %{buildroot}

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

%changelog
* Mon Apr 19 2010 Luke Macken <lmacken at redhat.com> - 0.6-2
- Change license from 'PSF or ZPL' to 'Python or ZPLv2.1'

* Tue Apr 13 2010 Luke Macken <lmacken at redhat.com> - 0.6-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplegeneric/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Apr 2010 02:16:13 -0000	1.1
+++ .cvsignore	4 May 2010 20:18:00 -0000	1.2
@@ -0,0 +1 @@
+simplegeneric-0.6.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplegeneric/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Apr 2010 02:16:14 -0000	1.1
+++ sources	4 May 2010 20:18:02 -0000	1.2
@@ -0,0 +1 @@
+0e8f5a8e623a0ae8ae203f19652d06b7  simplegeneric-0.6.zip



More information about the scm-commits mailing list