File python-codetools.spec of Package python-codetools

#
# spec file for package python-codetools
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python-codetools
Version:        4.2.0
Release:        0
Summary:        Code analysis and execution tools
License:        BSD-3-Clause
Group:          Development/Libraries/Python
Url:            https://pypi.python.org/pypi/codetools/
Source:         https://pypi.python.org/packages/source/c/codetools/codetools-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  fdupes
BuildRequires:  python-Sphinx
BuildRequires:  python-devel
BuildRequires:  python-setuptools
%if 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib  %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%else
BuildArch:      noarch
%py_requires
%endif

%description
The codetools project includes packages that simplify meta-programming and
help the programmer separate data from code in Python. This library contains
classes that allow defining simple snippets, or "blocks", of Python code,
analyze variable dependencies in the code block, and use these dependencies to
construct or restrict an execution graph. These (restricted) code blocks can
then be executed in any namespace. However, this project also provides a
Traits-event-enhanced namespace, called a "context", which can be used in
place of a vanilla namespace to allow actions to be performed whenever
variables are assigned or retrieved from the namespace. This project is used
as the foundation for the BlockCanvas project.

Part of the Enthought Tool Suite (ETS).

%package doc
Summary:        Documentation for %{name}
Group:          Development/Libraries/Python
Recommends:     %{name}

%description doc
Documentation and help files for %{name}

%prep
%setup -q -n codetools-%{version}
chmod a+x codetools/blocks/compiler_/ast/extract_children_trees.py 

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
chmod a+x %{buildroot}%{python_sitelib}/codetools/blocks/compiler_/ast/extract_children_trees.py 
%fdupes -s %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.rst
%{python_sitelib}/codetools/
%{python_sitelib}/codetools-%{version}-py*.egg-info

%files doc
%defattr(-,root,root,-)
%doc README.rst

%changelog
openSUSE Build Service is sponsored by