代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/python-pyee 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%global _empty_manifest_terminate_build 0
%global pypi_name pyee
%global _description %{expand:
pyee supplies a EventEmitter object that is similar to the EventEmitter class from Node.js.\
It also supplies a number of subclasses with added support for async and threaded programming\
in python, such as async/await.}
Name: python-%{pypi_name}
Version: 11.1.0
Release: 1
Summary: A rough port of Node.js's EventEmitter to Python with a few tricks of its own
License: MIT
URL: https://pypi.org/project/pyee/
Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
# for test
BuildRequires: python3-pytest
BuildRequires: python3-pytest-asyncio
BuildRequires: python3-pytest-trio
BuildRequires: python3-twisted
BuildRequires: python3-mock
BuildRequires: python3-typing-extensions
%description %_description
%package -n python3-%{pypi_name}
Summary: A rough port of Node.js's EventEmitter to Python with a few tricks of its own
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name} %_description
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%check
%pytest
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/%{pypi_name}-%{version}.dist-info/
%{python3_sitelib}/%{pypi_name}/
%changelog
* Fri Mar 01 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 11.1.0-1
- Update package to version 11.1.0
* Wed Sep 20 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 11.0.0-1
- upgrade version of package to 11.0.0
* Wed Sep 20 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 9.0.0-1
- update version of package to 9.0.0
* Wed Sep 20 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 11.0.0-2
- Start self-test of software package
* Thu Aug 24 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 11.0.0-1
- Init package
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。