Christian Dersch b756ace
%global srcname gatspy 
Christian Dersch b756ace
%global sum General tools for Astronomical Time Series in Python
Christian Dersch b756ace
Christian Dersch b756ace
Name:           python-%{srcname}
8ca6d3d
Version:        0.3
cd75249
Release:        15%{?dist}
Christian Dersch b756ace
Summary:        %{sum}
Christian Dersch b756ace
Christian Dersch b756ace
License:        BSD
Christian Dersch b756ace
URL:            http://www.astroml.org/gatspy/
Christian Dersch b756ace
Source0:        http://pypi.python.org/packages/source/g/%{srcname}/%{srcname}-%{version}.tar.gz
Christian Dersch b756ace
Christian Dersch b756ace
BuildArch:      noarch
Christian Dersch b756ace
BuildRequires:  python3-astroML
Christian Dersch b756ace
BuildRequires:  python3-devel
Christian Dersch b756ace
BuildRequires:  python3-supersmoother
Christian Dersch b756ace
Christian Dersch b756ace
%description
Christian Dersch b756ace
Gatspy contains efficient, well-documented implementations of several common
Christian Dersch b756ace
routines for Astronomical time series analysis, including the Lomb-Scargle
Christian Dersch b756ace
periodogram, the Supersmoother method, and others.
Christian Dersch b756ace
Christian Dersch b756ace
%package -n python3-%{srcname}
Christian Dersch b756ace
Summary:        %{sum}
Christian Dersch b756ace
%{?python_provide:%python_provide python3-%{srcname}}
Christian Dersch b756ace
Requires:       python3-astroML
Christian Dersch b756ace
Requires:       python3-supersmoother
Christian Dersch b756ace
Recommends:     python3-astroML-addons
Christian Dersch b756ace
Christian Dersch b756ace
%description -n python3-%{srcname}
Christian Dersch b756ace
Gatspy contains efficient, well-documented implementations of several common
Christian Dersch b756ace
routines for Astronomical time series analysis, including the Lomb-Scargle
Christian Dersch b756ace
periodogram, the Supersmoother method, and others.
Christian Dersch b756ace
Christian Dersch b756ace
%prep
Christian Dersch b756ace
%setup -n %{srcname}-%{version}
Christian Dersch b756ace
Christian Dersch b756ace
%build
Christian Dersch b756ace
%py3_build
Christian Dersch b756ace
Christian Dersch b756ace
%install
Christian Dersch b756ace
%py3_install
Christian Dersch b756ace
Christian Dersch b756ace
%check
7fe4370
# Disabled for now as tests require online access
7fe4370
#nosetests-%{python3_version} %{srcname}
Christian Dersch b756ace
Christian Dersch b756ace
%files -n python3-%{srcname}
Christian Dersch b756ace
%license LICENSE
Christian Dersch b756ace
%doc CHANGES.md README.md
Christian Dersch b756ace
%{python3_sitelib}/*
Christian Dersch b756ace
Christian Dersch b756ace
%changelog
cd75249
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-15
cd75249
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
cd75249
d29ecc1
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3-14
d29ecc1
- Rebuilt for Python 3.8
d29ecc1
1305607
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-13
1305607
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1305607
4817885
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-12
4817885
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4817885
897bd2e
* Tue Oct 02 2018 Christian Dersch <lupinix@fedoraproject.org> - 0.3-11
897bd2e
- drop python2 subpackage (#1627385)
897bd2e
45b437f
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-10
45b437f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
45b437f
c38b91d
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3-9
c38b91d
- Rebuilt for Python 3.7
c38b91d
93feb5b
* Wed Feb 14 2018 Christian Dersch <lupinix@mailbox.org> - 0.3-8
93feb5b
- rebuilt
93feb5b
f85a477
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-7
f85a477
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f85a477
98256ca
* Fri Jan 19 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.3-6
98256ca
- Update Python 2 dependency declarations to new packaging standards
98256ca
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
98256ca
1c591e9
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-5
1c591e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1c591e9
9185dc6
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-4
9185dc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9185dc6
f50b6e6
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.3-3
f50b6e6
- Rebuild for Python 3.6
f50b6e6
c1de54d
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-2
c1de54d
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
c1de54d
8ca6d3d
* Thu Apr 21 2016 Christian Dersch <lupinix@mailbox.org> - 0.3-1
8ca6d3d
- new version (0.3)
8ca6d3d
- removed patch for tests applied upstream
8ca6d3d
Christian Dersch b756ace
* Wed Jan 20 2016 Christian Dersch <lupinix@mailbox.org> - 0.2.1-3
Christian Dersch b756ace
- Tests: applied upstream fix and enabled again
Christian Dersch b756ace
Christian Dersch b756ace
* Mon Jan 18 2016 Christian Dersch <lupinix@mailbox.org> - 0.2.1-2
Christian Dersch b756ace
- Disabled tests, they try to fetch data for test online, not allowed within
Christian Dersch b756ace
  Fedora to download additional stuff at build time.
Christian Dersch b756ace
Christian Dersch b756ace
* Sun Jan 03 2016 Christian Dersch <lupinix@mailbox.org> - 0.2.1-1
Christian Dersch b756ace
- Initial spec
Christian Dersch b756ace