|
|
|
@@ -1,17 +1,14 @@
|
|
|
|
|
%global pypi_name Pint
|
|
|
|
|
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
|
|
|
|
|
%bcond_without bootstrap
|
|
|
|
|
|
|
|
|
|
Name: python-pint
|
|
|
|
|
Version: 0.10.1
|
|
|
|
|
Version: 0.13
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Physical quantities module
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: https://github.com/hgrecco/pint
|
|
|
|
|
Source0: https://pypi.python.org/packages/source/P/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
# Use context manager for assertWarns and fix DeprecationWarning
|
|
|
|
|
Patch0: https://github.com/hgrecco/pint/commit/955102b318a4ecc34afd0f366e826ef174fe647b.patch
|
|
|
|
|
Source0: %pypi_source
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: pyproject-rpm-macros
|
|
|
|
@@ -29,6 +26,9 @@ and constants.
|
|
|
|
|
Summary: Physical quantities module
|
|
|
|
|
%{?python_provide:%python_provide python3-pint}
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-numpy
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
|
|
|
|
|
%description -n python3-pint
|
|
|
|
|
Pint is Python module/package to define, operate and manipulate physical
|
|
|
|
|
quantities: the product of a numerical value and a unit of measurement.
|
|
|
|
@@ -38,19 +38,23 @@ to different units.
|
|
|
|
|
It is distributed with a comprehensive list of physical units, prefixes
|
|
|
|
|
and constants.
|
|
|
|
|
|
|
|
|
|
%if %{without bootstrap}
|
|
|
|
|
%package -n python3-pint-doc
|
|
|
|
|
Summary: Documentation for the pint module
|
|
|
|
|
%{?python_provide:%python_provide python3-pint-doc}
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-sphinx
|
|
|
|
|
BuildRequires: python3-nbsphinx
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: python3-numpy
|
|
|
|
|
BuildRequires: pandoc
|
|
|
|
|
BuildRequires: python3-graphviz
|
|
|
|
|
BuildRequires: python3-ipykernel
|
|
|
|
|
BuildRequires: python3-jupyter-client
|
|
|
|
|
BuildRequires: python3-matplotlib
|
|
|
|
|
BuildRequires: python3-nbsphinx
|
|
|
|
|
BuildRequires: python3-sphinx
|
|
|
|
|
BuildRequires: python3-xarray
|
|
|
|
|
|
|
|
|
|
%description -n python3-pint-doc
|
|
|
|
|
Documentation for the pint module
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{pypi_name}-%{version}
|
|
|
|
@@ -61,11 +65,13 @@ Documentation for the pint module
|
|
|
|
|
%build
|
|
|
|
|
%pyproject_wheel
|
|
|
|
|
|
|
|
|
|
%if %{without bootstrap}
|
|
|
|
|
export PYTHONPATH="$( pwd ):$PYTHONPATH"
|
|
|
|
|
sphinx-build-3 docs html
|
|
|
|
|
# remove the sphinx-build leftovers
|
|
|
|
|
|
|
|
|
|
rm -rf html/.{doctrees,buildinfo}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%pyproject_install
|
|
|
|
@@ -75,14 +81,26 @@ rm -rf html/.{doctrees,buildinfo}
|
|
|
|
|
|
|
|
|
|
%files -n python3-pint
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{_bindir}/pint-convert
|
|
|
|
|
%{python3_sitelib}/pint
|
|
|
|
|
%{python3_sitelib}/Pint-%{version}.*
|
|
|
|
|
|
|
|
|
|
%if %{without bootstrap}
|
|
|
|
|
%files -n python3-pint-doc
|
|
|
|
|
%doc html
|
|
|
|
|
%license docs/_themes/LICENSE
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.13-1
|
|
|
|
|
- Update to 0.13
|
|
|
|
|
|
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.10.1-3
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|