[Python-modules-commits] [python-neovim] 03/04: Remove gui binary from `Package: python-neovim`
Víctor Cuadrado Juan
viccuad-guest at moszumanska.debian.org
Thu Mar 3 14:03:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
viccuad-guest pushed a commit to branch master
in repository python-neovim.
commit 773c135c1e492921a1a7b938268b5125d04792a1
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date: Thu Mar 3 15:01:33 2016 +0100
Remove gui binary from `Package: python-neovim`
Upstream has moved the gui functionality to another
python module, neovim-gui.
---
debian/control | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index b40d3f7..a44cfcd 100644
--- a/debian/control
+++ b/debian/control
@@ -30,19 +30,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-neov
Package: python-neovim
-Architecture: any
+Architecture: all
Depends:
${misc:Depends},
${python:Depends},
-# experimental GUI (pynvim):
- ${shlibs:Depends},
- python-gi,
- python-click
Provides: ${python:Provides}
Description: Python2 library for scripting Neovim processes through its msgpack-rpc API
Neovim is a Vim fork that focuses on refactoring, extensibility and
- simplification of the original code base. This package includes an
- experimental GTK+ GUI for Neovim (pynvim).
+ simplification of the original code base.
.
This is the Python2 version of the package.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-neovim.git
More information about the Python-modules-commits
mailing list