5 Star 0 Fork 5

src-openEuler/python-neovim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
python-neovim.spec 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
安云皓 提交于 2021-07-21 17:21 +08:00 . Package init
%global desc Implements support for python plugins in Nvim. Also works as a library for\
connecting to and scripting Nvim processes through its msgpack-rpc API.
%bcond_without sphinx
Name: python-neovim
Version: 0.4.3
Release: 1
License: ASL 2.0
Summary: Python client to Neovim
URL: https://github.com/neovim/pynvim
Source0: https://github.com/neovim/pynvim/archive/0.4.3/pynvim-0.4.3.tar.gz
BuildArch: noarch
BuildRequires: make
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-pytest-runner
%description
%{desc}
%package -n python%{python3_pkgversion}-neovim
Summary: %{summary}
%{?python_provide:%python_provide python%{python3_pkgversion}-neovim}
Requires: neovim
Requires: python%{python3_pkgversion}-greenlet
Requires: python%{python3_pkgversion}-msgpack
%description -n python%{python3_pkgversion}-neovim
%{desc}
%prep
%autosetup -n pynvim-%{version}
%build
%py3_build
%install
%py3_install
%files -n python%{python3_pkgversion}-neovim
%license LICENSE
%doc README.md
%{python3_sitelib}/*
%changelog
* Tue Jul 20 2021 anyunhao<anyunhao@kylinos.cn> - 0.4.3-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-neovim.git
git@gitee.com:src-openeuler/python-neovim.git
src-openeuler
python-neovim
python-neovim
master

搜索帮助

371d5123 14472233 46e8bd33 14472233