1
0
Fork 0
python-aristaproto/debian/control
Daniel Baumann de0a843256
Adding debian version 1.2+20240521-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 14:24:30 +01:00

27 lines
957 B
Text

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.