Subpackage python2-mmtf has been removed
This commit is contained in:
parent
78a5b67e6b
commit
4ece45d6e1
1 changed files with 5 additions and 24 deletions
|
|
@ -22,7 +22,7 @@ doi: 10.1145/2945292.2945324\
|
|||
|
||||
Name: python-mmtf
|
||||
Version: 1.1.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A decoding library for the macromolecular transmission format (MMTF)
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/rcsb/mmtf-python
|
||||
|
|
@ -32,20 +32,6 @@ BuildArch: noarch
|
|||
%description
|
||||
%{desc}
|
||||
|
||||
%package -n python2-mmtf
|
||||
Summary: %{summary}
|
||||
BuildRequires: python2-devel
|
||||
%if %{with check}
|
||||
BuildRequires: python2-msgpack
|
||||
BuildRequires: python2-nose
|
||||
BuildRequires: python2-numpy
|
||||
%endif
|
||||
%{?python_provide:%python_provide python2-mmtf}
|
||||
Requires: python2-msgpack
|
||||
|
||||
%description -n python2-mmtf
|
||||
%{desc}
|
||||
|
||||
%package -n python3-mmtf
|
||||
Summary: %{summary}
|
||||
BuildRequires: python3-devel
|
||||
|
|
@ -64,25 +50,16 @@ Requires: python3-msgpack
|
|||
%setup -q -n %{pname}-%{version}
|
||||
|
||||
%build
|
||||
%py2_build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py2_install
|
||||
%py3_install
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
nosetests-%{python2_version}
|
||||
nosetests-%{python3_version}
|
||||
%endif
|
||||
|
||||
%files -n python2-mmtf
|
||||
%license LICENSE.txt
|
||||
%doc CHANGELOG.md README.md
|
||||
%{python2_sitelib}/mmtf_python-%{version}-py%{python2_version}.egg-info
|
||||
%{python2_sitelib}/mmtf
|
||||
|
||||
%files -n python3-mmtf
|
||||
%license LICENSE.txt
|
||||
%doc CHANGELOG.md README.md
|
||||
|
|
@ -90,6 +67,10 @@ nosetests-%{python3_version}
|
|||
%{python3_sitelib}/mmtf
|
||||
|
||||
%changelog
|
||||
* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1.2-4
|
||||
- Subpackage python2-mmtf has been removed
|
||||
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue