## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-qcengine Version: 0.26.0 Release: %autorelease Summary: A compute wrapper for Quantum Chemistry License: BSD-3-Clause URL: https://github.com/MolSSI/QCEngine Source: %{pypi_source qcengine} BuildArch: noarch BuildRequires: python3-devel # for testing BuildRequires: python3-pytest %global _description %{expand: Quantum chemistry program executor and IO standardizer (QCSchema) for quantum chemistry.} %description %{_description} %package -n python3-qcengine Summary: %{summary} %description -n python3-qcengine %{_description} %prep %autosetup -n qcengine-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files qcengine %check %pytest %files -n python3-qcengine -f %{pyproject_files} %license LICENSE %doc README.md %{_bindir}/qcengine %changelog * Fri Apr 14 2023 topazus - 0.26.0-1 - Initial import (rhbz#2186489)