rpms/python-dtopt/F-9 import.log, NONE, 1.1 python-dtopt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ricky Zhou (周家杰) (ricky) fedora-extras-commits at redhat.com
Sun Jul 13 19:33:04 UTC 2008


Author: ricky

Update of /cvs/pkgs/rpms/python-dtopt/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21557/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-dtopt.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
python-dtopt-0_1-2_fc9:F-9:python-dtopt-0.1-2.fc9.src.rpm:1215977490


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

Name:           python-dtopt
Summary:        Add options to doctest examples while they are running
Version:        0.1
Release:        2%{?dist}
License:        MIT
Group:          System Environment/Libraries
URL:            http://pypi.python.org/pypi/dtopt/
Source0:        http://pypi.python.org/packages/source/d/dtopt/dtopt-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools-devel

%description
dtopts adds options to doctest examples while they are running. When
using the doctest module it is often convenient to use the ELLIPSIS
option, which allows you to use ... as a wildcard. But you either have
to setup the test runner to use this option, or you must put #doctest:
+ELLIPSIS on every example that uses this feature. dtopt lets you enable
this option globally from within a doctest, by doing: 
>>> from dtopt import ELLIPSIS

%prep
%setup -q -n dtopt-%{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 docs/*
%{python_sitelib}/dtopt/
%{python_sitelib}/dtopt*.egg-info/

%changelog
* Fri Jun 27 2008 Ricky Zhou <ricky at fedoraproject.org> 0.1-2
- Initial package for Fedora

* Sat Mar 15 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.1-1
- Initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-dtopt/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jul 2008 18:17:56 -0000	1.1
+++ .cvsignore	13 Jul 2008 19:31:42 -0000	1.2
@@ -0,0 +1 @@
+dtopt-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-dtopt/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jul 2008 18:17:56 -0000	1.1
+++ sources	13 Jul 2008 19:31:42 -0000	1.2
@@ -0,0 +1 @@
+9a41317149e926fcc408086aedee6bab  dtopt-0.1.tar.gz




More information about the fedora-extras-commits mailing list