1 Star 0 Fork 8

liff/python-pyee

forked from src-openEuler/python-pyee
关闭
 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pyee.spec 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
jiangxinyu 提交于 2024-03-01 16:07 +08:00 . Update package to version 11.1.0
%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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lff11111/python-pyee.git
git@gitee.com:lff11111/python-pyee.git
lff11111
python-pyee
python-pyee
master

搜索帮助