Hello community,

here is the log from the commit of package python-pycha for openSUSE:Factory 
checked in at 2016-09-23 11:28:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycha (Old)
 and      /work/SRC/openSUSE:Factory/.python-pycha.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pycha"

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

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycha.new/python-pycha.changes   
2016-09-23 11:28:51.000000000 +0200
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Sun Aug 21 07:58:47 UTC 2016 - [email protected]
+
+- link to pypi.io
+
+-------------------------------------------------------------------
+Thu Jun 30 09:35:21 UTC 2016 - [email protected]
+
+- release 0.7.0 
+  Initial build on OBS
+

New:
----
  pycha-0.7.0.tar.gz
  python-pycha.changes
  python-pycha.spec

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

Other differences:
------------------
++++++ python-pycha.spec ++++++
#
# spec file for package python-pycha
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 Dr. Axel Braun
#
# 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-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/
Group:          Development/Languages/Python
Source:         https://pypi.io/packages/source/p/pycha/pycha-%{version}.tar.gz
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 <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
%setup -q -n pycha-%{version}

%build
python setup.py build

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

%check
#python setup.py test

%files
%defattr(-,root,root,-)
%doc COPYING README.txt CHANGES.txt AUTHORS
%{python_sitelib}/*
%{_bindir}/chavier

%changelog

Reply via email to