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

Rakesh Pandit rakesh at fedoraproject.org
Mon Jun 8 16:14:45 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/python-AppTools/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31731/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	README.fedora.python-AppTools import.log python-AppTools.spec 
Log Message:
Initial import.



--- NEW FILE README.fedora.python-AppTools ---
Regarding demo's
=================

All demo's pertaining to this package as well as any package in Mayavi
stack don't run as expected. They have dependency issues with other
packages in stack. This has been confirmed by upstream and will be
hopfeully fixed in coming releases.



--- NEW FILE import.log ---
python-AppTools-3_1_0-4_fc10:F-9:python-AppTools-3.1.0-4.fc10.src.rpm:1244477156


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

Name:           python-AppTools
Version:        3.1.0
Release:        4%{?dist}
Summary:        Enthough Tool Suite Application Tools

Group:          Development/Libraries
License:        BSD and LGPLv2+
URL:            http://pypi.python.org/pypi/AppTools/
#md5=e67d9b40a9f88f62246a8248faede6c5
Source0:        http://pypi.python.org/packages/source/A/AppTools/AppTools-%{version}.tar.gz
Source1:        README.fedora.%{name}
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-setuptools, python-devel, python-setupdocs, python-sphinx, unzip
Requires:       python-TraitsGUI, python-EnthoughtBase

%description
The AppTools project includes a set of packages that Enthought has
found useful in creating a number of applications. They implement
functionality that is commonly needed by many applications

    * enthought.appscripting: Framework for scripting applications.

    * enthought.help: Provides a plugin for displaying documents and
      examples and running demos in Envisage Workbench applications.

    * enthought.io: Provides an abstraction for files and folders in a
      file system.

    * enthought.naming: Manages naming contexts, supporting non-string
      data types and scoped preferences

    * enthought.permissions: Supports limiting access to parts of an
      application unless the user is appropriately authorised (not
      full-blown security).

and many more.


%prep
%setup -q -n AppTools-%{version}
rm -rf AppTools.egg-info

%build
%{__python} setup.py build
unzip docs/html.zip

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

 
%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Thu Jun 04 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.1.0-4
- Added README.fedora

* Fri Apr 24 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.1.0-3
- Removed AppTools.egg-info directory

* Fri Mar 06 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.1.0-2
- Included examples in %%doc, added python-TraitsGUI & python-EnthoughtBase
- as Requires. Added html folder.

* Tue Jan 27 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.1.0-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-AppTools/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	5 Jun 2009 21:43:19 -0000	1.1
+++ .cvsignore	8 Jun 2009 16:14:14 -0000	1.2
@@ -0,0 +1 @@
+AppTools-3.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-AppTools/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	5 Jun 2009 21:43:19 -0000	1.1
+++ sources	8 Jun 2009 16:14:14 -0000	1.2
@@ -0,0 +1 @@
+e67d9b40a9f88f62246a8248faede6c5  AppTools-3.1.0.tar.gz




More information about the fedora-extras-commits mailing list