From a0886475d4cce28be4c9a3a4b4fc3543013998f908560dbd66c7aa7e892ae00d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 9 Nov 2016 10:39:45 +0000 Subject: [PATCH] Accepting request 437377 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/437377 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycha?expand=0&rev=2 --- python-pycha.changes | 5 +++++ python-pycha.spec | 39 +++++++++------------------------------ 2 files changed, 14 insertions(+), 30 deletions(-) diff --git a/python-pycha.changes b/python-pycha.changes index 76b9c61..2cec4fd 100644 --- a/python-pycha.changes +++ b/python-pycha.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 23 09:38:32 UTC 2016 - jengelh@inai.de + +- Update license field; trim description. + ------------------------------------------------------------------- Sun Aug 21 07:58:47 UTC 2016 - axel.braun@gmx.de diff --git a/python-pycha.spec b/python-pycha.spec index 232e0da..48a852a 100644 --- a/python-pycha.spec +++ b/python-pycha.spec @@ -14,51 +14,30 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-pycha Version: 0.7.0 Release: 0 -License: LGPL-3.0 Summary: A library for making charts with Python -Url: http://bitbucket.org/lgs/pycha/ +License: LGPL-3.0+ Group: Development/Languages/Python +Url: http://bitbucket.org/lgs/pycha/ Source: https://pypi.io/packages/source/p/pycha/pycha-%{version}.tar.gz +BuildRequires: fdupes BuildRequires: python-devel BuildRequires: python-setuptools -BuildRequires: fdupes BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description -.. contents:: - -===== -PyCha -===== - -Pycha is a very simple Python package for drawing charts using the great -`Cairo `_ library. Its goals are: - -* Lightweight -* Simple to use -* Nice looking with default values -* Customization - -It won't try to draw any possible chart on earth but draw the most common ones -nicely. There are some other options you may want to look at like -`pyCairoChart `_. - -Pycha is based on `Plotr `_ which is based on -`PlotKit `_. Both libraries are written in -JavaScript and are great for client web programming. I needed the same for the -server side so that's the reason I ported Plotr to Python. Now we can deliver -charts to people with JavaScript disabled or embed them in PDF reports. - -Pycha is distributed under the terms of the `GNU Lesser General Public License -`_. - +Pycha is a Python package for drawing charts using the Cairo library. +It will not try to draw any possible chart on Earth, but draw the +most common ones nicely. Pycha is based on the Plotr which is based on +PlotKit, both of which are written in JavaScript and are for client +web programming. Pycha was developed for the server side. %prep %setup -q -n pycha-%{version}