Mailinglist Archive: opensuse-commit (1130 mails)

< Previous Next >
commit python-Shed_Skin for openSUSE:Factory

Hello community,

here is the log from the commit of package python-Shed_Skin for openSUSE:Factory
checked in at Thu Aug 4 15:03:17 CEST 2011.



--------
New Changes file:

--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++ python-Shed_Skin/python-Shed_Skin.changes 2011-07-01 11:27:36.000000000
+0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Fri Jul 1 08:27:11 UTC 2011 - saschpe@xxxxxxx
+
+- Initial version
+

calling whatdependson for head-i586


New:
----
python-Shed_Skin.changes
python-Shed_Skin.spec
shedskin-0.8.tgz
shedskin-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Shed_Skin.spec ++++++
#
# spec file for package python-Shed_Skin
#
# Copyright (c) 2011 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-Shed_Skin
Version: 0.8
Release: 1
Url: http://shedskin.googlecode.com
Summary: An Optimizing (restricted) Python-to-C++ Compiler
License: GPL3
Group: Development/Languages/Python
Source: http://shedskin.googlecode.com/files/shedskin-0.8.tgz
Source99: shedskin-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%description
Shed Skin is an experimental (restricted) Python-to-C++ compiler. It accepts
pure but implicitly statically typed Python programs and generates optimized
C++ code. The result can be further compiled to stand-alone programs or
extension modules. For a set of 57 non-trivial test programs, at more than
16,000 lines in total (sloccount), measurements show a typical speedup of
2-200 times compared to CPython. Not all Python features are supported, and
only a subset of about 20 library modules, such as re and random. See the
home page for more details.

%package doc

Summary: An Optimizing (restricted) Python-to-C++ Compiler -
Documentation
Group: Development/Libraries/Python
Requires: %{name} = %{version}

%description doc
Shed Skin is an experimental (restricted) Python-to-C++ compiler. It accepts
pure but implicitly statically typed Python programs and generates optimized
C++ code. The result can be further compiled to stand-alone programs or
extension modules. For a set of 57 non-trivial test programs, at more than
16,000 lines in total (sloccount), measurements show a typical speedup of
2-200 times compared to CPython. Not all Python features are supported, and
only a subset of about 20 library modules, such as re and random. See the
home page for more details.

This package contains the documentation of %{name}.

%prep
%setup -q -n shedskin-%{version}
# Fix wrong EOL encoding
sed -i 's/\r$//' examples/{*.py,scene.txt,ml/*.{py,txt},testdata/*}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

#%%check
#python setup.py test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE README.html
%{_bindir}/shedskin
%{python_sitelib}/*

%files doc
%defattr(-,root,root,-)
%doc examples

%changelog
++++++ shedskin-rpmlintrc ++++++
#Shed Skin is a Python-to-C++ compiler and needs those headers files:
addFilter("devel-file-in-non-devel-package")

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread