Accepting request 615173 from devel:languages:python
- Ensure neutrality of description. (forwarded request 615076 from jengelh) OBS-URL: https://build.opensuse.org/request/show/615173 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ggplot?expand=0&rev=2
This commit is contained in:
parent
39dc6f1d7c
commit
0ea8644a09
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 20:40:15 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Ensure neutrality of description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ggplot
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,17 +20,15 @@
|
||||
%bcond_without test
|
||||
Name: python-ggplot
|
||||
Version: 0.11.5
|
||||
Release: 0
|
||||
# Tag for current release, used for the license
|
||||
%define lictag 01a75b19aef2b573eed931a8285da00a3df169d1
|
||||
Release: 0
|
||||
Summary: Python clone of R's ggplot
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/yhat/ggplot/
|
||||
Source: https://files.pythonhosted.org/packages/source/g/ggplot/ggplot-%{version}.tar.gz
|
||||
Source10: https://raw.githubusercontent.com/yhat/ggpy/%{lictag}/LICENSE
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module Cycler}
|
||||
BuildRequires: %{python_module brewer2mpl}
|
||||
BuildRequires: %{python_module matplotlib}
|
||||
@ -40,8 +38,10 @@ BuildRequires: %{python_module patsy >= 0.4}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module statsmodels}
|
||||
Requires: python-brewer2mpl
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Cycler
|
||||
Requires: python-brewer2mpl
|
||||
Requires: python-matplotlib
|
||||
Requires: python-numpy
|
||||
Requires: python-pandas
|
||||
@ -55,10 +55,8 @@ BuildArch: noarch
|
||||
%description
|
||||
The ggplot package is a Python implementation of the grammar of
|
||||
graphics. It is not intended to be a feature-for-feature port of
|
||||
ggplot2 for R–though there is much greatness in ggplot2, the Python
|
||||
world could stand to benefit from it. So there will be feature
|
||||
overlap, but not neccessarily mimicry (after all, R is a little
|
||||
weird).
|
||||
ggplot2 for R. There will be feature overlap, but not
|
||||
necessarily mimicry.
|
||||
|
||||
%prep
|
||||
%setup -q -n ggplot-%{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user