rpms/python-peak-util-extremes/F-9 import.log, NONE, 1.1 python-peak-util-extremes-setup.patch, NONE, 1.1 python-peak-util-extremes.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Thu Sep 11 08:17:34 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/python-peak-util-extremes/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5971/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-peak-util-extremes-setup.patch 
	python-peak-util-extremes.spec 
Log Message:
Initial import of python-peak-util-extremes


--- NEW FILE import.log ---
python-peak-util-extremes-1_1-1_fc9:F-9:python-peak-util-extremes-1.1-1.fc9.src.rpm:1221121016

python-peak-util-extremes-setup.patch:

--- NEW FILE python-peak-util-extremes-setup.patch ---
--- setup.py.orig	2008-08-12 15:37:45.000000000 -0400
+++ setup.py	2008-08-12 15:37:54.000000000 -0400
@@ -1,8 +1,6 @@
 #!/usr/bin/env python
 """Distutils setup file"""
 
-import ez_setup
-ez_setup.use_setuptools()
 from setuptools import setup
 
 # Metadata


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

%define packagename Extremes

Name:           python-peak-util-extremes
Version:        1.1
Release:        1%{?dist}
Summary:        Production-quality 'Min' and 'Max' objects

Group:          Development/Languages
License:        Python or ZPLv2.1
URL:            http://pypi.python.org/pypi/Extremes
Source0:        http://pypi.python.org/packages/source/E/%{packagename}/%{packagename}-%{version}.zip
Patch0:         %{name}-setup.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-devel
BuildRequires:  python-setuptools-devel

%description 
The peak.util.extremes module provides a production-quality implementation of
the Min and Max objects from PEP 326.  While PEP 326 was rejected for inclusion
in the language or standard library, the objects described in it are useful in
a variety of applications.  In PEAK, they have been used to implement generic
functions (in RuleDispatch and PEAK-Rules), as well as to handle scheduling and
time operations in the Trellis.  Because this has led to each project copying
the same code, we've now split the module out so it can be used independently.

%prep
%setup -q -n %{packagename}-%{version}
%patch0 -b .setup

%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
* Sun Aug 12 2008 Luke Macken <lmacken at redhat.com> - 1.1-1
- Initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-extremes/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Sep 2008 04:53:46 -0000	1.1
+++ .cvsignore	11 Sep 2008 08:17:04 -0000	1.2
@@ -0,0 +1 @@
+Extremes-1.1.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-extremes/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Sep 2008 04:53:46 -0000	1.1
+++ sources	11 Sep 2008 08:17:04 -0000	1.2
@@ -0,0 +1 @@
+34fc2c114b09e2cc331482d6cc4e4399  Extremes-1.1.zip




More information about the fedora-extras-commits mailing list