[Python-modules-commits] [pyeapi] 02/06: Imported Debian patch 0.6.1-1

Vincent Bernat bernat at moszumanska.debian.org
Fri Jun 3 19:13:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

bernat pushed a commit to branch master
in repository pyeapi.

commit a0ef55b37700b92d3968c1eb5dd9078ed228b8f4
Author: Vincent Bernat <bernat at debian.org>
Date:   Fri Jun 3 18:43:26 2016 +0000

    Imported Debian patch 0.6.1-1
---
 debian/changelog                  |  6 +++
 debian/compat                     |  1 +
 debian/control                    | 78 +++++++++++++++++++++++++++++++++++++++
 debian/copyright                  | 38 +++++++++++++++++++
 debian/python-pyeapi-doc.docs     |  2 +
 debian/python-pyeapi-doc.examples |  1 +
 debian/rules                      | 12 ++++++
 debian/source/format              |  1 +
 debian/source/options             |  1 +
 debian/watch                      |  4 ++
 10 files changed, 144 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..75aab27
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+pyeapi (0.6.1-1) unstable; urgency=low
+
+  * Initial release (closes: #826267)
+
+ -- Vincent Bernat <bernat at debian.org>  Fri, 03 Jun 2016 18:43:26 +0000
+
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..f89ee3f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,78 @@
+Source: pyeapi
+Section: python
+Priority: optional
+Maintainer: Vincent Bernat <bernat at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), dh-python,
+               python-all,
+               python-netaddr,
+               python-setuptools,
+               python-mock,
+               python3-all,
+               python3-netaddr,
+               python3-setuptools,
+               python3-sphinx,
+               python3-mock,
+Standards-Version: 3.9.8
+Homepage: https://github.com/arista-eosplus/pyeapi
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyeapi.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyeapi.git
+
+Package: python-pyeapi
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+XB-Python-Egg-Name: pyeapi
+Description: Python API to interact with EOS network devices - Python 2.x
+ The Python Client for eAPI (pyeapi) is a native Python library
+ wrapper around Arista EOS eAPI.  It provides a set of Python language
+ bindings for configuring Arista EOS nodes. It can be used either on a
+ local node (running EOS) or on a remote node.
+ .
+ This library also provides an API layer for building native Python
+ objects to interact with the destination nodes. The API layer is a
+ convenient implementation for working with the EOS configuration and
+ is extensible for developing custom implementations. For example, it
+ allows one to list VLAN or configure a BGP session.
+ .
+ This package contains the Python 2.x module.
+
+Package: python3-pyeapi
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+XB-Python-Egg-Name: pyeapi
+Description: Python API to interact with EOS network devices - Python 3.x
+ The Python Client for eAPI (pyeapi) is a native Python library
+ wrapper around Arista EOS eAPI.  It provides a set of Python language
+ bindings for configuring Arista EOS nodes. It can be used either on a
+ local node (running EOS) or on a remote node.
+ .
+ This library also provides an API layer for building native Python
+ objects to interact with the destination nodes. The API layer is a
+ convenient implementation for working with the EOS configuration and
+ is extensible for developing custom implementations. For example, it
+ allows one to list VLAN or configure a BGP session.
+ .
+ This package contains the Python 3.x module.
+
+Package: python-pyeapi-doc
+Section: doc
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: Python API to interact with EOS network devices - docs
+ The Python Client for eAPI (pyeapi) is a native Python library
+ wrapper around Arista EOS eAPI.  It provides a set of Python language
+ bindings for configuring Arista EOS nodes. It can be used either on a
+ local node (running EOS) or on a remote node.
+ .
+ This library also provides an API layer for building native Python
+ objects to interact with the destination nodes. The API layer is a
+ convenient implementation for working with the EOS configuration and
+ is extensible for developing custom implementations. For example, it
+ allows one to list VLAN or configure a BGP session.
+ .
+ This package contains the documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ea57b1e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyeapi
+Upstream-Contact: Arista EOS+ CS <eosplus-dev at arista.com>
+Source: https://github.com/arista-eosplus/pyeapi
+
+Files: *
+Copyright: (c) 2014-2015, Arista Networks EOS+
+License: BSD-3
+
+Files: debian/*
+Copyright: 2016 © Vincent Bernat <bernat at debian.org>
+License: BSD-3
+
+License: BSD-3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ .
+ * Neither the name of the Arista nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/python-pyeapi-doc.docs b/debian/python-pyeapi-doc.docs
new file mode 100644
index 0000000..1643905
--- /dev/null
+++ b/debian/python-pyeapi-doc.docs
@@ -0,0 +1,2 @@
+.pybuild/docs/*
+README.md
diff --git a/debian/python-pyeapi-doc.examples b/debian/python-pyeapi-doc.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/python-pyeapi-doc.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e9fb7f5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=pyeapi
+%:
+	dh $@ --with python3,python2,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build:
+	dh_auto_build
+	cd docs && \
+	PYTHONPATH=$(CURDIR) http_proxy= https_proxy= \
+	sphinx-build -N -E -T -b html . $(CURDIR)/.pybuild/docs/html/
+	rm -rf $(CURDIR)/.pybuild/docs/html/.doctrees
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/source/options b/debian/source/options
new file mode 100644
index 0000000..d81db3f
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+.egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..346bb74
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/pyeapi/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/pyeapi/pyeapi-(.+)\.(?: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/pyeapi.git



More information about the Python-modules-commits mailing list