File python-emcee.spec of Package python-emcee
#
# spec file for package python-emcee
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# NEP 29: python36-numpy and -scipy are no longer available in TW
%define skip_python36 1
Name: python-emcee
Version: 3.1.6
Release: 0
Summary: Python affine-invariant ensemble MCMC sampling
License: MIT
URL: https://github.com/dfm/emcee
Source: https://files.pythonhosted.org/packages/source/e/emcee/emcee-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-h5py
Requires: python-numpy
Requires: python-scipy
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module h5py}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scipy}
# /SECTION
%python_subpackages
%description
Emcee is a Python implementation of the affine-invariant
ensemble sampler for Markov chain Monte Carlo (MCMC)
proposed by Goodman & Weare (2010)
http://cims.nyu.edu/~weare/papers/d13.pdf
%prep
%setup -q -n emcee-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%license LICENSE
%doc AUTHORS.rst README.rst
%{python_sitelib}/emcee
%{python_sitelib}/emcee-%{version}.dist-info
%changelog