rpms/python-wehjit/F-12 import.log, NONE, 1.1 python-wehjit.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jason DeRose jderose at fedoraproject.org
Fri Sep 25 18:31:03 UTC 2009


Author: jderose

Update of /cvs/pkgs/rpms/python-wehjit/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24081/F-12

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



--- NEW FILE import.log ---
python-wehjit-0_1_0-1_fc11:F-12:python-wehjit-0.1.0-1.fc11.src.rpm:1253903429


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

Name:           python-wehjit
Version:        0.1.0
Release:        1%{?dist}
Summary:        A Python web-widget library

Group:          Development/Languages
License:        GPLv3+
URL:            http://jderose.fedorapeople.org/wehjit/
Source0:        http://jderose.fedorapeople.org/wehjit/%{version}/wehjit-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-nose
BuildRequires:  python-assets python-genshi python-paste python-pygments
Requires:       python-assets python-genshi python-paste python-pygments

%description
wehjit is a Python library for for building XHTML widgets for web applications
and web pages.  It encapsulates the XHTML (a Genshi XML template), CSS, and
JavaScript for each widget into a plugin.

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

%build
%{__python} setup.py build

%check
nosetests --with-doctest

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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README COPYING
%{python_sitelib}/wehjit/
%{python_sitelib}/wehjit-%{version}-py2.6.egg-info
%{_bindir}/wehjit-demo

%changelog
* Tue Sep 22 2009 Jason Gerard DeRose <jderose at redhat.com> - 0.1.0-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-wehjit/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	25 Sep 2009 16:33:31 -0000	1.1
+++ .cvsignore	25 Sep 2009 18:31:03 -0000	1.2
@@ -0,0 +1 @@
+wehjit-0.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-wehjit/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	25 Sep 2009 16:33:31 -0000	1.1
+++ sources	25 Sep 2009 18:31:03 -0000	1.2
@@ -0,0 +1 @@
+2a2391ab302610723eb6c9f91e2e1469  wehjit-0.1.0.tar.gz




More information about the fedora-extras-commits mailing list