]> git.pld-linux.org Git - packages/python-neovim.git/blobdiff - python-neovim.spec
rebuild with tests and docs
[packages/python-neovim.git] / python-neovim.spec
index eacde05bfb4f484591aa9ec1a57b60899a3d40f4..cde9b275195fede30e67016c3ff457e1a834aadd 100644 (file)
@@ -4,15 +4,15 @@
 %bcond_without python3 # CPython 3.x module
 
 %define                module          neovim
-%define                egg_name        neovim
+%define                egg_name        pynvim
 Summary:       Python client to neovim
 Name:          python-%{module}
-Version:       0.2.6
-Release:       3
+Version:       0.4.3
+Release:       5
 License:       Apache v2.0
 Group:         Libraries/Python
 Source0:       https://github.com/neovim/python-client/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 25544ac15b85755e5d444439d82e73fe
+# Source0-md5: b7370a5b3d2177d2b97ca48695ba1ae3
 URL:           https://github.com/neovim/python-client
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
@@ -38,7 +38,7 @@ Group:                Libraries/Python
 Implements support for Python plugins in nvim
 
 %prep
-%setup -q -n python-client-%{version}
+%setup -q -n pynvim-%{version}
 
 %build
 %if %{with python2}
@@ -63,11 +63,12 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%if %{with python3}
+%if %{with python2}
 %files
 %defattr(644,root,root,755)
 %doc README.md
 %{py_sitescriptdir}/%{module}
+%{py_sitescriptdir}/pynvim
 %{py_sitescriptdir}/%{egg_name}-%{version}-py*.egg-info
 %endif
 
@@ -76,5 +77,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.md
 %{py3_sitescriptdir}/%{module}
+%{py3_sitescriptdir}/pynvim
 %{py3_sitescriptdir}/%{egg_name}-%{version}-py*.egg-info
 %endif
This page took 0.043647 seconds and 4 git commands to generate.