5 Star 0 Fork 11

src-openEuler/python-libtmux

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

搜索帮助