15
0

Accepting request 109019 from devel:languages:python

Please add.

OBS-URL: https://build.opensuse.org/request/show/109019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssutils?expand=0&rev=20
This commit is contained in:
Stephan Kulow
2012-03-13 08:38:32 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47e668358c456451bd9f2b276b936d331a390e46f3926a825f88e52b0ccf82d2
size 309221

3
cssutils-0.9.9.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7061a591859c025504c7871ef3b843383a025d570128edf1c63a6ef53753e8d
size 426449

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 12 20:48:16 UTC 2012 - saschpe@gmx.de
- Update to version 9.9.9:
* No changelog provided
-------------------------------------------------------------------
Wed Sep 7 14:35:28 UTC 2011 - saschpe@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cssutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@@ -16,10 +16,9 @@
#
Name: python-cssutils
Version: 0.9.8a3
Release: 1
Version: 0.9.9
Release: 0
Url: http://cthedot.de/cssutils/
Summary: A CSS Cascading Style Sheets library for Python
License: LGPL-3.0+
@@ -29,15 +28,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: unzip
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%endif
Provides: python-css-utils-doc = %{version}
Obsoletes: python-css-utils-doc < %{version}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%if 0%{?suse_version} && 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
%endif
%description
A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities!