From 285fd4936e2e3d78049a35fd87a46f47e6ba67f3 Mon Sep 17 00:00:00 2001 From: Christian Dersch Date: Oct 27 2019 13:45:52 +0000 Subject: Obsoleted package, functionality included in python-astroML main package --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0f32d40..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/astroML_addons-0.2.1.tar.gz -/astroML_addons-0.2.2.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..f3b4393 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Obsoleted package, functionality included in python-astroML main package diff --git a/python-astroML-addons.spec b/python-astroML-addons.spec deleted file mode 100644 index 4fcde04..0000000 --- a/python-astroML-addons.spec +++ /dev/null @@ -1,154 +0,0 @@ -%global pypi_name astroML_addons -%global upname astroML-addons - -Name: python-astroML-addons -Version: 0.2.2 -Release: 21%{?dist} -Summary: Performance add-ons for the astroML package - -License: BSD -URL: http://www.astroml.org/ -Source0: https://pypi.python.org/packages/source/a/%{pypi_name}/%{pypi_name}-%{version}.tar.gz - -BuildRequires: gcc - -BuildRequires: python3-setuptools -BuildRequires: python3-devel -BuildRequires: python3-astroML - -%global _description\ -astroML is split into two components. The core astroML library is written\ -in python only, and is designed to be very easy to install for any users,\ -even those who don't have a working C or fortran compiler. A companion library,\ -astroML_addons, can be optionally installed for increased performance on\ -certain algorithms. Every algorithm in astroML_addons has a pure python\ -counterpart in the core astroML implementation, but the astroML_addons library\ -contains faster and more efficient implementations in compiled code.\ -Furthermore, if astroML_addons is installed on your system, the core astroML\ -library will import and use the faster routines by default. - -%description %_description - -%package -n python3-%{upname} -Summary: Performance add-ons for the astroML package -Requires: python3-astroML - -%description -n python3-%{upname} -astroML is split into two components. The core astroML library is written -in python only, and is designed to be very easy to install for any users, -even those who don't have a working C or fortran compiler. A companion library, -astroML_addons, can be optionally installed for increased performance on -certain algorithms. Every algorithm in astroML_addons has a pure python -counterpart in the core astroML implementation, but the astroML_addons library -contains faster and more efficient implementations in compiled code. -Furthermore, if astroML_addons is installed on your system, the core astroML -library will import and use the faster routines by default. - - -%prep -%setup -qn %{pypi_name}-%{version} -find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|' - -%build -%py3_build - -%install -%py3_install - -find %{buildroot} -name 'setup.py*' -print0 | xargs -0 rm -rf -%{_fixperms} %{buildroot}/* - -%files -n python3-%{upname} -%doc README.rst -%{python3_sitearch}/astroML_addons -%{python3_sitearch}/astroML_addons-%{version}-py%{python3_version}.egg-info - -%changelog -* Mon Aug 19 2019 Miro Hrončok - 0.2.2-21 -- Rebuilt for Python 3.8 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.2.2-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Feb 02 2019 Fedora Release Engineering - 0.2.2-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Oct 02 2018 Christian Dersch - 0.2.2-18 -- drop python2 subpackage (#1634899) - -* Sun Jul 15 2018 Christian Dersch - 0.2.2-17 -- BuildRequires: gcc - -* Fri Jul 13 2018 Fedora Release Engineering - 0.2.2-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 0.2.2-15 -- Rebuilt for Python 3.7 - -* Wed Feb 14 2018 Christian Dersch - 0.2.2-14 -- rebuilt - -* Fri Feb 09 2018 Fedora Release Engineering - 0.2.2-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Jan 15 2018 Iryna Shcherbina - 0.2.2-12 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.2.2-11 -- Python 2 binary package renamed to python2-astroml-addons - See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 - -* Thu Aug 03 2017 Fedora Release Engineering - 0.2.2-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.2.2-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.2.2-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 0.2.2-7 -- Rebuild for Python 3.6 - -* Sat Oct 15 2016 Peter Robinson - 0.2.2-6 -- rebuilt for matplotlib-2.0.0 - -* Tue Jul 19 2016 Fedora Release Engineering - 0.2.2-5 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Thu Feb 04 2016 Fedora Release Engineering - 0.2.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Nov 25 2015 Christian Dersch - 0.2.2-3 -- Rebuilt for updates in Python 3.5 - -* Tue Nov 10 2015 Fedora Release Engineering - 0.2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Wed Sep 23 2015 Christian Dersch - 0.2.2-1 -- new version - -* Thu Jun 18 2015 Fedora Release Engineering - 0.2.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Fri Mar 06 2015 Christian Dersch - 0.2.1-7 -- fixed wrong dependency in python 2 package (BZ #1199429) - -* Tue Feb 24 2015 Christian Dersch - 0.2.1-6 -- rebuilt for astroML 0.3, enabled Python 3 support - -* Sun Aug 17 2014 Fedora Release Engineering - 0.2.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.2.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon Mar 17 2014 Christian Dersch - 0.2.1-3 -- fixed spec to match packaging guidelines - -* Mon Mar 17 2014 Christian Dersch - 0.2.1-2 -- fixed spec to match packaging guidelines - -* Mon Feb 24 2014 Christian Dersch 0.2.1-1 -- initial build diff --git a/sources b/sources deleted file mode 100644 index ea0d80e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -9efd34f180766fbb3c58f989fd87e254 astroML_addons-0.2.2.tar.gz