Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37536991
en ru br
ALT Linux repos
S:0.4.3-alt1.1

Group :: Development/Python
RPM: python3-module-neovim

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oldname neovim
%define oname pynvim

Name: python3-module-%oldname
Version: 0.4.3
Release: alt1.1

Summary: Python 3 client to Neovim

License: %asl
Group: Development/Python
Url: https://github.com/neovim/pynvim

Source: %name-%version.tar
BuildArch: noarch

AutoReqProv: nopython
%define __python %nil

BuildRequires(pre): rpm-build-python3 rpm-build-licenses

%description
Pynvim implements support for python plugins in Nvim. It also works as a library
for connecting to and scripting Nvim processes through its msgpack-rpc API.

%prep
%setup -n %name-%version

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir/%oname/
%python3_sitelibdir/%oldname/
%python3_sitelibdir/*.egg-*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin