[Python-modules-commits] [python-neovim-gui] 01/02: Remove python2 version of the package

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Mon Mar 21 17:14:12 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-gui.

commit 9cddc48017f98f67f5b7f4c81621dc03a305b078
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Mon Mar 21 18:13:00 2016 +0100

    Remove python2 version of the package
---
 debian/control                                     | 25 ++--------------------
 debian/python3-neovim-gui.install                  |  2 ++
 ...im-gui.manpages => python3-neovim-gui.manpages} |  0
 debian/rules                                       |  2 +-
 4 files changed, 5 insertions(+), 24 deletions(-)

diff --git a/debian/control b/debian/control
index 255ff0e..8ca507c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,46 +6,25 @@ Uploaders: Víctor Cuadrado Juan <me at viccuad.me>
 Build-Depends:
  debhelper (>=9),
  dh-python,
- python-all (>= 2.6.6-3~),
- python-setuptools,
  python3-all,
  python3-setuptools,
 # dependencies for binary:
- python-all-dev (>= 2.6.6-3~),
  python3-all-dev,
- cython
+ cython3
 Standards-Version: 3.9.7
 Homepage: http://github.com/neovim/python-gui
-X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-neovim-gui.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-neovim-gui.git
 
 
-Package: python-neovim-gui
-Architecture: any
-Depends:
- ${python:Depends},
- ${misc:Depends},
-# pynvim binary:
- ${shlibs:Depends},
- neovim,
- python-gi,
- python-click
-Description: Simple nvim gui implemented using Gtk (Python 2)
- Neovim is a Vim fork that focuses on refactoring, extensibility and
- simplification of the original code base.
- .
- This package installs pynvim GTK+ GUI for Python 2.
-
-
 Package: python3-neovim-gui
 Architecture: any
 Depends:
  ${python3:Depends},
  ${misc:Depends},
 # pynvim binary:
-# ${shlibs:Depends},
+ ${shlibs:Depends},
  neovim,
  python3-gi,
  python3-click
diff --git a/debian/python3-neovim-gui.install b/debian/python3-neovim-gui.install
new file mode 100644
index 0000000..6bfd57b
--- /dev/null
+++ b/debian/python3-neovim-gui.install
@@ -0,0 +1,2 @@
+debian/pynvim.svg /usr/share/icons/hicolor/scalable/apps/
+debian/pynvim.desktop /usr/share/applications/
\ No newline at end of file
diff --git a/debian/python-neovim-gui.manpages b/debian/python3-neovim-gui.manpages
similarity index 100%
rename from debian/python-neovim-gui.manpages
rename to debian/python3-neovim-gui.manpages
diff --git a/debian/rules b/debian/rules
index 4896e2d..202e4d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 export PYBUILD_NAME=python-neovim-gui
 
 %:
-	dh $@  --with python2,python3 --buildsystem=pybuild
+	dh $@  --with python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-neovim-gui.git



More information about the Python-modules-commits mailing list