代码拉取完成,页面将自动刷新
%global _empty_manifest_terminate_build 0
Name: python-simpy
Version: 4.1.1
Release: 1
Summary: Event discrete, process based simulation for Python.
License: MIT
URL: https://gitlab.com/team-simpy/simpy
Source0: https://files.pythonhosted.org/packages/a8/66/860505ec021a16f9d8cf4b8c4d60ee07bb427649b643312303698c93b551/simpy-4.1.1.tar.gz
BuildArch: noarch
%description
SimPy is a process-based discrete-event simulation framework based on standard
Python. Processes in SimPy are defined by Python `generator`__ functions and
can, for example, be used to model active components like customers, vehicles or
agents. SimPy also provides various types of shared resources to model
limited capacity congestion points (like servers, checkout counters and tunnels).
%package -n python3-simpy
Summary: Event discrete, process based simulation for Python.
Provides: python-simpy = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-setuptools_scm
%description -n python3-simpy
SimPy is a process-based discrete-event simulation framework based on standard
Python. Processes in SimPy are defined by Python `generator`__ functions and
can, for example, be used to model active components like customers, vehicles or
agents. SimPy also provides various types of shared resources to model
limited capacity congestion points (like servers, checkout counters and tunnels).
%package help
Summary: Development documents and examples for simpy
Provides: python3-simpy-doc
%description help
SimPy is a process-based discrete-event simulation framework based on standard
Python. Processes in SimPy are defined by Python `generator`__ functions and
can, for example, be used to model active components like customers, vehicles or
agents. SimPy also provides various types of shared resources to model
limited capacity congestion points (like servers, checkout counters and tunnels).
%prep
%autosetup -n simpy-%{version}
%build
%pyproject_build
%install
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%files -n python3-simpy
%{python3_sitelib}/*
%files help
%{_docdir}/*
%changelog
* Tue Mar 19 2024 jiangxinyu <[email protected]> - 4.1.1-1
- Update package to version 4.1.1
* Tue Aug 02 2022 liukuo <[email protected]> - 4.0.1-2
- License compliance rectification
* Mon Sep 27 2021 Python_Bot <[email protected]> - 4.0.1-1
- Package Init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。