Subpackage python2-nixio has been removed

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-10-18 10:36:49 +02:00
commit b65ad55bbf

View file

@ -3,7 +3,7 @@
Name: python-%{srcname}
Version: 1.4.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: %{sum}
License: BSD
@ -26,25 +26,6 @@ the wiki for more information
The current implementations store the actual data using the HDF5 file format as
a storage backend.
%package -n python2-%{srcname}
Summary: %{sum}
BuildRequires: python2-devel
BuildRequires: %{py2_dist pytest numpy h5py pytest-runner}
Requires: %{py2_dist numpy h5py}
%{?python_provide:%python_provide python2-%{srcname}}
%description -n python2-%{srcname}
The NIX project started as an initiative within the Electrophysiology Task
Force a part of the INCF Data sharing Program. The NIX data model allows to
store fully annotated scientific data-set, i.e. the data together with its
metadata within the same container. Our aim is to achieve standardization by
providing a common/generic data structure for a multitude of data types. See
the wiki for more information
The current implementations store the actual data using the HDF5 file format as
a storage backend.
%package -n python3-%{srcname}
Summary: %{sum}
BuildRequires: python3-devel
@ -75,7 +56,6 @@ Documentation files for %{name}.
rm -fr *egg-info
%build
%py2_build
%py3_build
PYTHONPATH=. sphinx-build-3 docs/source html
@ -90,18 +70,11 @@ for f in html/_downloads/*.py; do
done
%install
%py2_install
%py3_install
%check
%{__python2} setup.py test
%{__python3} setup.py test
%files -n python2-%{srcname}
%license LICENSE
%{python2_sitelib}/%{srcname}-%{version}-py?.?.egg-info
%{python2_sitelib}/%{srcname}/
%files -n python3-%{srcname}
%license LICENSE
%{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info
@ -112,6 +85,10 @@ done
%license LICENSE
%changelog
* Thu Oct 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.4.6-2
- Subpackage python2-nixio has been removed
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
* Wed Jul 18 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.4.6-1
- Update to 1.4.6