Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f3baee62e9 | ||
|
|
39a4d66190 | ||
|
|
b60d024322 | ||
|
|
a2f6246683 | ||
|
|
d6d4db2aa5 | ||
|
|
d94699c0df | ||
|
|
7f4bd7bdb2 | ||
|
|
352a1282b5 |
2 changed files with 11 additions and 11 deletions
|
|
@ -21,9 +21,8 @@ doi: 10.1145/2945292.2945324\
|
||||||
|
|
||||||
|
|
||||||
Name: python-mmtf
|
Name: python-mmtf
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Epoch: 1
|
|
||||||
Summary: A decoding library for the macromolecular transmission format (MMTF)
|
Summary: A decoding library for the macromolecular transmission format (MMTF)
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/rcsb/mmtf-python
|
URL: https://github.com/rcsb/mmtf-python
|
||||||
|
|
@ -36,13 +35,11 @@ BuildArch: noarch
|
||||||
%package -n python3-mmtf
|
%package -n python3-mmtf
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
BuildRequires: python3-msgpack
|
BuildRequires: python3-msgpack
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-numpy
|
BuildRequires: python3-numpy
|
||||||
%endif
|
%endif
|
||||||
%{?python_provide:%python_provide python3-mmtf}
|
|
||||||
Requires: python3-msgpack
|
Requires: python3-msgpack
|
||||||
|
|
||||||
%description -n python3-mmtf
|
%description -n python3-mmtf
|
||||||
|
|
@ -51,22 +48,25 @@ Requires: python3-msgpack
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pname}-%{version}
|
%setup -q -n %{pname}-%{version}
|
||||||
|
|
||||||
|
%generate_buildrequires
|
||||||
|
%pyproject_buildrequires
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%pyproject_install
|
||||||
|
%pyproject_save_files -l mmtf
|
||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
%check
|
%check
|
||||||
|
%pyproject_check_import
|
||||||
|
|
||||||
%pytest mmtf/tests/codec_tests.py
|
%pytest mmtf/tests/codec_tests.py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python3-mmtf
|
%files -n python3-mmtf -f %{pyproject_files}
|
||||||
%license LICENSE.txt
|
|
||||||
%doc CHANGELOG.md README.md
|
%doc CHANGELOG.md README.md
|
||||||
%{python3_sitelib}/mmtf_python-%{version}-py%{python3_version}.egg-info
|
|
||||||
%{python3_sitelib}/mmtf
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
%autochangelog
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (mmtf-python-1.1.2.tar.gz) = 92afcce48c2de186cbf9c2cb39c94c5df14ae0eb613862d41b674b7d2f338855ed81be23fb14d16d2dfc8d33415d3904537ef4a422e3a52b78d461b609e968ca
|
SHA512 (mmtf-python-1.1.3.tar.gz) = 44558ea3e38e8eb6431e597253473e49d4a4e3835f790f375f923d3c3702b3c096d5ecaac090a8fabc1cd285d6cfa8dbd3f7d6186d765b92d718ca6d34ad063b
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue