## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 5; 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 # Documentation cannot be built on epel7, python-numpydoc is missing %bcond doc 0%{?fedora} # Use the same directory of the main package for subpackage licence and doc %global _docdir_fmt %{name} %global forgeurl https://github.com/pysb/pysb Name: python-pysb Version: 1.16.0 Release: %autorelease Summary: Rule-based modeling of biochemical systems as Python programs License: BSD URL: https://pysb.org/ %forgemeta # https://github.com/pysb/pysb/issues/555 Source: %{forgesource} BuildArch: noarch BuildRequires: make BuildRequires: perl-macros BuildRequires: python3-devel BuildRequires: python3-setuptools %if %{with doc} # For building documentation BuildRequires: dvipng BuildRequires: python3-sphinx BuildRequires: tex(latex) BuildRequires: tex(anyfontsize.sty) BuildRequires: python3dist(numpydoc) BuildRequires: python3-ipython-sphinx %endif %global _description %{expand: PySB is a framework for building mathematical models of biochemical systems as Python programs. PySB abstracts the complex process of creating equations describing interactions among multiple proteins or other biomolecules into a simple and intuitive domain specific programming language, which is internally translated into BioNetGen or Kappa rules and from there into systems of equations. PySB makes it straightforward to divide models into modules and to call libraries of reusable elements (macros) that encode standard biochemical actions. These features promote model transparency, reuse and accuracy. PySB also interoperates with standard scientific Python libraries such as NumPy, SciPy and SymPy enabling model simulation and analysis.} %description %_description %package -n python3-pysb Summary: %summary Requires: bionetgen Requires: bionetgen-perl Requires: python3-numpy Requires: python3-scipy Requires: python3-matplotlib Requires: python3-sympy Requires: python3-pygraphviz Requires: python3-networkx %{?python_provide:%python_provide python3-pysb} %description -n python3-pysb %_description %if %{with doc} %package doc Summary: HTML documentation for %{name} Requires: python3-pysb = %{version}-%{release} BuildRequires: python3-mock Provides: bundled(jquery) Obsoletes: %{name}-docs <= 1.0.1 %description doc This package contains HTML documentation for %{name}. %endif %prep %autosetup -n pysb-%{version} -p1 # https://github.com/pysb/pysb/issues/100 sed -i -e "s|/usr/local/share/BioNetGen|%{perl_vendorlib}/BioNetGen|" \ -e "s|'c:/Program Files/BioNetGen',||" \ pysb/bng.py sed -i -s "1 s|/usr/bin/env python|%{python3}|" pysb/examples/*.py pysb/tools/*.py # Remove upper bound on sympy version, # drop requirement on pynose. sed -r -i "s/'(sympy>=1.6),<1.12'/'\1'/; /'pynose'/d" setup.py %build %py3_build # Build documentation %if %{with doc} make -C doc html rm doc/_build/html/.buildinfo %endif %install %py3_install chmod +x %{buildroot}/%{python3_sitelib}/pysb/examples/run_*.py chmod +x %{buildroot}/%{python3_sitelib}/pysb/tools/[a-z]*.py %files -n python3-pysb %license LICENSE.txt %doc README.rst %{python3_sitelib}/pysb/ %{python3_sitelib}/pysb-%{version}-*.egg-info %{_bindir}/pysb_export %if %{with doc} %files doc %license LICENSE.txt %doc doc/_build/html %endif %changelog ## START: Generated by rpmautospec * Mon Apr 22 2024 Zbigniew Jędrzejewski-Szmek - 1.16.0-5 - Remove upper bound on sympy version (rhbz#2276409) * Sun Apr 21 2024 Zbigniew Jędrzejewski-Szmek - 1.16.0-4 - Make the doc condition into a proper bcond * Sun Apr 21 2024 Zbigniew Jędrzejewski-Szmek - 1.16.0-3 - Actually fix build * Sun Apr 21 2024 Zbigniew Jędrzejewski-Szmek - 1.16.0-2 - Add BR:python3-pip to fix build * Sun Apr 21 2024 Zbigniew Jędrzejewski-Szmek - 1.16.0-1 - Version 1.16.0 (rhbz#2265419) * Fri Jan 26 2024 Fedora Release Engineering - 1.15.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 1.15.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 1.15.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 18 2023 Zbigniew Jędrzejewski-Szmek - 1.15.0-3 - Fix build with Python 3.12 (rhbz#2208499, rhbz#2220448) * Sun Jul 02 2023 Python Maint - 1.15.0-2 - Rebuilt for Python 3.12 * Fri May 12 2023 Zbigniew Jędrzejewski-Szmek - 1.15.0-1 - Version 1.15.0 (rhbz#2186263) * Fri Jan 20 2023 Fedora Release Engineering - 1.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Oct 01 2022 Zbigniew Jędrzejewski-Szmek - 1.14.0-1 - Version 1.14.0 (rhbz#2122333) * Fri Jul 22 2022 Fedora Release Engineering - 1.13.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 15 2022 Python Maint - 1.13.1-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Dec 01 2021 Zbigniew Jędrzejewski-Szmek - 1.13.1-1 - Version 1.13.1 (#2027800) * Fri Jul 23 2021 Fedora Release Engineering - 1.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jun 9 2021 Zbigniew Jędrzejewski-Szmek - 1.13.0-1 - Update to latest version (#1939761) * Fri Jun 04 2021 Python Maint - 1.11.0-6 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.11.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.11.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 1.11.0-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Dec 16 2019 - 1.11.0-1 - Update to 1.11.0 (#1772191) * Fri Oct 25 2019 Ankur Sinha - 1.10.0-1 - Update to 1.10.0 * Thu Oct 03 2019 Miro Hrončok - 1.9.1-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 1.9.1-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jul 2 2019 Zbigniew Jędrzejewski-Szmek - 1.9.1-1 - Update to latest version (#1708760) * Thu Apr 11 2019 Ankur Sinha - 1.8.1-1 - Update to 1.8.1 - Add missing BR * Sat Feb 02 2019 Fedora Release Engineering - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Sep 25 2018 Petr Viktorin - 1.7.0-1 - Update to 1.7.0 - Switch to Python 3 * Sat Jul 14 2018 Fedora Release Engineering - 1.0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Iryna Shcherbina - 1.0.1-10 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 1.0.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.0.1-8 - Python 2 binary package renamed to python2-pysb See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering - 1.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Sep 26 2016 Dominik Mierzejewski - 1.0.1-5 - rebuilt for matplotlib-2.0.0 * Tue Jul 19 2016 Fedora Release Engineering - 1.0.1-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 1.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Jan 19 2015 Zbigniew Jędrzejewski-Szmek - 1.0.1-1 - Update to 1.0.1 - Remove merged patches - Rename -docs do -doc following Packaging Guidelines * Tue Jan 6 2015 Zbigniew Jędrzejewski-Szmek - 1.0.0-1 - Update to 1.0.0 (#1178418) - Add docs subpackage * Wed Dec 03 2014 Zbigniew Jędrzejewski-Szmek - 0.1.11-2 - Fix shebangs and permissions on scripts. * Fri Nov 21 2014 Zbigniew Jędrzejewski-Szmek - 0.1.11-1 - Initial packaging. ## END: Generated by rpmautospec