Adding debian version 0.13.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ecf5ca3300
commit
082ce481df
7 changed files with 79 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -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
|
32
debian/control
vendored
Normal file
32
debian/control
vendored
Normal file
|
@ -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.
|
28
debian/copyright
vendored
Normal file
28
debian/copyright
vendored
Normal file
|
@ -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.
|
1
debian/python3-anta.examples
vendored
Normal file
1
debian/python3-anta.examples
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
examples/*
|
9
debian/rules
vendored
Executable file
9
debian/rules
vendored
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
export PYBUILD_NAME=anta
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh ${@} --buildsystem=pybuild
|
||||||
|
|
||||||
|
override_dh_auto_test:
|
||||||
|
# TODO: needs additional depends
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
3
debian/watch
vendored
Normal file
3
debian/watch
vendored
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue