代码拉取完成,页面将自动刷新
%global _empty_manifest_terminate_build 0
Name: python-libtmux
Version: 0.37.0
Release: 2
Summary: Typed scripting library / ORM / API wrapper for tmux
License: MIT
URL: https://github.com/tmux-python/libtmux/
Source0: https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-%{version}.tar.gz
BuildArch: noarch
%description
libtmux is the tool behind tmuxp, a tmux workspace manager in python.
%package -n python3-libtmux
Summary: Typed scripting library / ORM / API wrapper for tmux
Provides: python-libtmux = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-flit
BuildRequires: python3-poetry-core
%description -n python3-libtmux
libtmux is the tool behind tmuxp, a tmux workspace manager in python.
%package help
Summary: Development documents and examples for libtmux
Provides: python3-libtmux-doc
%description help
libtmux is the tool behind tmuxp, a tmux workspace manager in python.
%prep
%autosetup -n libtmux-%{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
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
%files -n python3-libtmux
%{python3_sitelib}/*
%files help
%{_docdir}/*
%changelog
* Thu Nov 07 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.37.0-2
- Delete setup.py patch and replace with pyproject_build compilation mode
* Mon Sep 9 2024 kkz <zhaoshuang@uniontech.com> - 0.37.0-1
- Update package to version 0.37.0
- pytest-xdist support
test stability improvements
* Thu Jul 6 2023 sunhui <sunhui@kylinos.cn> - 0.22.1-1
- Update package to version 0.22.1
* Tue Apr 11 2023 wubijie <wubijie@kylinos.cn> - 0.21.1-1
- Update package to version 0.21.1
* Fri Mar 3 2023 wubijie <wubijie@kylinos.cn> - 0.21.0-1
- Update package to version 0.21.0
* Tue Feb 07 2023 wangjunqi <wangjunqi@kylinos.cn> - 0.18.2-1
- Update package to version 0.18.2
* Sun Nov 6 2022 hkgy <kaguyahatu@outlook.com> - 0.15.10-1
- Upgrade to v0.15.10
* Wed Sep 28 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.15.7-1
- Upgrade package to version 0.15.7
* Thu Sep 30 2021 yinzehao <yinzehao@uniontech.com> - 0.10.1-1
- Package init.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。