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
This commit is contained in:
Dominique Leuenberger 2016-11-09 10:39:45 +00:00 committed by Git OBS Bridge
parent 6731b3febe
commit a0886475d4
2 changed files with 14 additions and 30 deletions

View File

@ -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 Sun Aug 21 07:58:47 UTC 2016 - axel.braun@gmx.de

View File

@ -14,51 +14,30 @@
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pycha Name: python-pycha
Version: 0.7.0 Version: 0.7.0
Release: 0 Release: 0
License: LGPL-3.0
Summary: A library for making charts with Python Summary: A library for making charts with Python
Url: http://bitbucket.org/lgs/pycha/ License: LGPL-3.0+
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://bitbucket.org/lgs/pycha/
Source: https://pypi.io/packages/source/p/pycha/pycha-%{version}.tar.gz Source: https://pypi.io/packages/source/p/pycha/pycha-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
BuildRequires: fdupes
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%description %description
.. contents:: 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
PyCha PlotKit, both of which are written in JavaScript and are for client
===== web programming. Pycha was developed for the server side.
Pycha is a very simple Python package for drawing charts using the great
`Cairo <http://www.cairographics.org/>`_ 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 <http://bettercom.de/de/pycairochart>`_.
Pycha is based on `Plotr <http://solutoire.com/plotr/>`_ which is based on
`PlotKit <http://www.liquidx.net/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
<http://www.gnu.org/licenses/lgpl.html>`_.
%prep %prep
%setup -q -n pycha-%{version} %setup -q -n pycha-%{version}