From 082ce481df0472ff8cef465f1bb1121873a13179 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Feb 2025 11:32:56 +0100 Subject: [PATCH] Adding debian version 0.13.0-1. Signed-off-by: Daniel Baumann --- debian/changelog | 5 +++++ debian/control | 32 ++++++++++++++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/python3-anta.examples | 1 + debian/rules | 9 +++++++++ debian/source/format | 1 + debian/watch | 3 +++ 7 files changed, 79 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/python3-anta.examples create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch 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 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 +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 +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