forked from pool/python-astropy
This commit is contained in:
parent
6946c2b6ed
commit
8f433b58fd
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-astropy
|
# spec file for package python-astropy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-astropy
|
Name: python-astropy
|
||||||
Version: 3.2.3
|
Version: 4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Community-developed python astronomy tools
|
Summary: Community-developed python astronomy tools
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -31,7 +31,8 @@ Source100: python-astropy-rpmlintrc
|
|||||||
BuildRequires: %{python_module Cython >= 0.21}
|
BuildRequires: %{python_module Cython >= 0.21}
|
||||||
BuildRequires: %{python_module astropy-helpers}
|
BuildRequires: %{python_module astropy-helpers}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module jupyter_ipython}
|
BuildRequires: %{python_module ipython}
|
||||||
|
BuildRequires: %{python_module matplotlib >= 2.1}
|
||||||
BuildRequires: %{python_module numpy-devel >= 1.7.0}
|
BuildRequires: %{python_module numpy-devel >= 1.7.0}
|
||||||
BuildRequires: %{python_module ply}
|
BuildRequires: %{python_module ply}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -46,6 +47,7 @@ BuildRequires: pkgconfig(expat)
|
|||||||
BuildRequires: pkgconfig(wcslib)
|
BuildRequires: pkgconfig(wcslib)
|
||||||
Requires: hdf5
|
Requires: hdf5
|
||||||
Requires: liberfa1 >= 1.3.0
|
Requires: liberfa1 >= 1.3.0
|
||||||
|
Requires: python-matplotlib >= 2.1
|
||||||
Requires: python-numpy >= 1.7.0
|
Requires: python-numpy >= 1.7.0
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(preun): update-alternatives
|
Requires(preun): update-alternatives
|
||||||
@ -56,7 +58,7 @@ Recommends: python-beautifulsoup4
|
|||||||
Recommends: python-bleach
|
Recommends: python-bleach
|
||||||
Recommends: python-h5py
|
Recommends: python-h5py
|
||||||
Recommends: python-jplephem
|
Recommends: python-jplephem
|
||||||
Recommends: python-matplotlib
|
Recommends: python-matplotlib >= 2.1
|
||||||
Recommends: python-pandas
|
Recommends: python-pandas
|
||||||
Recommends: python-scikit-image
|
Recommends: python-scikit-image
|
||||||
Recommends: python-scipy
|
Recommends: python-scipy
|
||||||
@ -68,7 +70,6 @@ BuildRequires: %{python_module beautifulsoup4}
|
|||||||
BuildRequires: %{python_module bleach}
|
BuildRequires: %{python_module bleach}
|
||||||
BuildRequires: %{python_module h5py}
|
BuildRequires: %{python_module h5py}
|
||||||
BuildRequires: %{python_module jplephem}
|
BuildRequires: %{python_module jplephem}
|
||||||
BuildRequires: %{python_module matplotlib}
|
|
||||||
BuildRequires: %{python_module pandas}
|
BuildRequires: %{python_module pandas}
|
||||||
BuildRequires: %{python_module scipy}
|
BuildRequires: %{python_module scipy}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
|
Loading…
Reference in New Issue
Block a user