rpms/python-toscawidgets/F-9 python-toscawidgets.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Sat May 31 01:43:38 UTC 2008


Author: toshio

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-toscawidgets.spec 
Log Message:
* Fri May 30 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.8.6.1-1
- Update to latest release.
- Initial Fedora Build.



--- NEW FILE python-toscawidgets.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define srcname ToscaWidgets

Name:           python-toscawidgets
Version:        0.8.6.1
Release:        1%{?dist}
Summary:        Toolkit to help create widgets for WSGI web apps
Group:          Development/Languages
License:        MIT
URL:            http://toscawidgets.org/
Source0:        http://pypi.python.org/packages/source/T/%{srcname}/%{srcname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools-devel

# RuleDispatch is deprecated.  Will go away in the 0.9 release
Requires: python-ruledispatch >= 0.5a0-0.7.svnr2306

Requires: python-decoratortools
Requires: python-paste >= 1.1
Requires: python-paste-script
Requires: python-decorator
# Can replace this with python-cjson -- since TG-1 uses simplejson we'll use
# this for now.
Requires: python-simplejson

%description
ToscaWidgets is a web widget toolkit for Python to aid in the creation, 
packaging and distribution of common view elements normally used in the web.

ToscaWidgets is an almost complete rewrite of the widgets package bundled with
TurboGears-1.0. The rewrite's goal was to decouple the widgets package from
CherryPy and TurboGears itself to fit better with TurboGears 2.0 
philosophy which is to partition it's services into independent WSGI 
components for easier mainteinance and reuse in other Python web applications 
or frameworks.

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

%build
%{__python} setup.py build

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

 
%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Fri May 30 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.8.6.1-1
- Update to latest release.

* Thu Mar 20 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.2-0.3.20080320svn4283
- Update to a snapshot.

* Thu Dec 20 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 0.2-0.2.rc3dev_r3795
- Add Requires

* Wed Dec 19 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 0.2-0.1.rc3dev_r3795
- Inital Fedora Build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-toscawidgets/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 May 2008 14:42:53 -0000	1.1
+++ .cvsignore	31 May 2008 01:39:58 -0000	1.2
@@ -0,0 +1 @@
+ToscaWidgets-0.8.6.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-toscawidgets/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 May 2008 14:42:53 -0000	1.1
+++ sources	31 May 2008 01:39:58 -0000	1.2
@@ -0,0 +1 @@
+096d1e75a7228fb5fa17835430592260  ToscaWidgets-0.8.6.1.tar.gz




More information about the fedora-extras-commits mailing list