[Python-modules-commits] [python-neovim] 02/04: Imported Debian patch 0.1.0-1

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Wed Jan 27 12:02:46 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 34e91ca79dbdf0b663054b078ae7eea953347976
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Thu Dec 24 16:02:10 2015 +0100

    Imported Debian patch 0.1.0-1
---
 debian/changelog              |  5 ++++
 debian/compat                 |  1 +
 debian/control                | 54 +++++++++++++++++++++++++++++++++++++++++++
 debian/copyright              | 39 +++++++++++++++++++++++++++++++
 debian/pynvim.1               | 33 ++++++++++++++++++++++++++
 debian/python-neovim.manpages |  1 +
 debian/rules                  | 11 +++++++++
 debian/source/format          |  1 +
 debian/watch                  |  3 +++
 9 files changed, 148 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..bf8f4a8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-neovim (0.1.0-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #808176)
+
+ -- Víctor Cuadrado Juan <me at viccuad.me>  Thu, 24 Dec 2015 16:02:10 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..dabec13
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,54 @@
+Source: python-neovim
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Víctor Cuadrado Juan <me at viccuad.me>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all-dev (>= 2.6.6-3~),
+ python-setuptools,
+ python3-all-dev,
+ python3-setuptools,
+# dependencies for python2:
+ python-msgpack (>= 0.4.0),
+ python-greenlet,
+ cython,
+# dependencies for python3:
+ python3-msgpack (>= 0.4.0),
+ python3-greenlet
+Standards-Version: 3.9.6
+Homepage: http://github.com/neovim/python-client
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-neovim.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-neovim.git
+
+
+Package: python-neovim
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+# experimental GUI (pynvim):
+ ${shlibs:Depends},
+ python-gi,
+ python-click
+Provides: ${python:Provides}
+Description: Python 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).
+ .
+ This is the Python2 version of the package.
+
+
+Package: python3-neovim
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends}
+Provides: ${python3:Provides}
+Description: Python 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 is the Python3 version of the package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..152c33c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,39 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: neovim
+Source: https://github.com/neovim/python-client
+Upstream-Contact: Thiago de Arruda <tpadilha84 at gmail.com>
+
+
+Files: *
+Copyright: 2015 Thiago de Arruda <tpadilha84 at gmail.com>
+           2015 Rui Abreu Ferreira
+           2015 Björn Linse
+           2015 Florian Walch <florian at fwalch.com>
+           2015 Eliseo Martínez <eliseomarmol at gmai.com>
+           2015 Bjorn Tipling
+           2015 Justin M. Keyes
+           2015 Rudi Grinberg
+           2015 Corey Farwell <coreyf at rwell.org>
+License: Apache-2.0
+
+
+Files: debian/*
+Copyright: Víctor Cuadrado Juan <me at viccuad.me>
+License: Apache-2.0
+
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
diff --git a/debian/pynvim.1 b/debian/pynvim.1
new file mode 100644
index 0000000..bbd8c79
--- /dev/null
+++ b/debian/pynvim.1
@@ -0,0 +1,33 @@
+.TH "PYNVIM" "1" "1 January 2016" Version 0~git20151230" ""
+
+.SH NAME
+pynvim \- An experimental python based GTK GUI
+
+.SH SYNOPSIS
+.B gtick
+.RI [ options ]
+
+.SH DESCRIPTION
+.B pynvim
+is an experimental python based GTK GUI.
+.SH OPTIONS
+pynvim accepts the following options:
+.TP
+.B "\-\-help"
+Show help options
+.TP
+.B \-\-prog TEXT
+.TP
+.B "-n, --notify"
+.TP
+.B "-l, --listen TEXT"
+.TP
+.B "-p, --connect TEXT"
+.TP
+.B "--profile [ncalls|tottime|percall|cumtime|name|disable]"
+Set hostname to connect to
+
+.SH AUTHORS
+Thiago de Arruda <tpadilha84 at gmail.com> et al.
+This manpage was initially written by Víctor Cuadrado <me at viccuad.me> for the
+Debian project but can be used elsewhere.
diff --git a/debian/python-neovim.manpages b/debian/python-neovim.manpages
new file mode 100644
index 0000000..1955ee9
--- /dev/null
+++ b/debian/python-neovim.manpages
@@ -0,0 +1 @@
+debian/pynvim.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..158f56d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=neovim
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_clean:
+	dh_auto_clean
+	# remove after cythonizing:
+	rm -f neovim/ui/screen.c
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..830d331
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/neovim/neovim-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
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