1
0
Fork 0

Adding debian version 1.2+20240521-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 14:24:30 +01:00
parent 8512f66c5a
commit de0a843256
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 81 additions and 0 deletions

27
debian/control vendored Normal file
View file

@ -0,0 +1,27 @@
Source: python-aristaproto
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-poetry,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/aristanetworks/python-aristaproto
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/python-aristaproto
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/python-aristaproto
Package: python3-aristaproto
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Arista Protobuf / Python gRPC bindings generator
Arista Protobuf provides an improved experience when using Protobuf in a modern
Python environment by making use of modern language features and generating
readable, understandable, idiomatic Python code.