summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-28 06:51:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-28 06:51:14 +0000
commit12479d9b19f5f9201fb5d2b91cff22cefb72a110 (patch)
tree20d8b3e7bdaf6ef17635255aef6dda83c486dd21
parentAdding upstream version 0.13.0. (diff)
downloadanta-debian/0.13.0-1.tar.xz
anta-debian/0.13.0-1.zip
Adding debian version 0.13.0-1.debian/0.13.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog5
-rw-r--r--debian/control32
-rw-r--r--debian/copyright28
-rw-r--r--debian/python3-anta.examples1
-rwxr-xr-xdebian/rules9
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
7 files changed, 79 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8a42fe0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+anta (0.13.0-1) unstable; urgency=medium
+
+ * Initial upload to sid.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 28 Mar 2024 07:12:32 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..59d6304
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: anta
+Section: python
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ pybuild-plugin-pyproject,
+ python3-all,
+ python3-setuptools,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://www.anta.ninja
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/anta
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/anta
+
+Package: python3-anta
+Section: python
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description: Arista Network Test Automation (ANTA) Framework
+ ANTA is Python framework that automates tests for Arista network devices.
+ .
+ It provides a set of tests to validate the state of your network and can used to:
+ .
+ * Automate NRFU (Network Ready For Use) test on a preproduction network
+ * Automate tests on a live network (periodically or on demand)
+ .
+ ANTA can be used with the ANTA CLI or as a Python library in your own
+ application.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..53b1cd0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: anta
+Upstream-Contact: https://github.com/arista-netdevops-community/anta/issues
+Source: https://github.com/arista-netdevops-community/anta/releases
+
+Files: *
+Copyright: 2019-2014 Arista Networks, Inc.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2024 Daniel Baumann <daniel.baumann@progress-linux.org>
+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
+ .
+ https://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.
+ .
+ The complete text of the Apache-2.0 License
+ can be found in /usr/share/common-licenses/Apache-2.0 file.
diff --git a/debian/python3-anta.examples b/debian/python3-anta.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/python3-anta.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f45d0fa
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=anta
+
+%:
+ dh ${@} --buildsystem=pybuild
+
+override_dh_auto_test:
+ # TODO: needs additional depends
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..c5d1857
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/anta-$1\.tar\.gz/ \
+https://github.com/arista-netdevops-community/anta/tags .*/v?(\d\S+)\.tar\.gz