1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: west
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jakob Haufe <sur5r@debian.org>,
Lena Voytek <lena@voytek.dev>,
Build-Depends: debhelper-compat (= 13),
dh-python,
Build-Depends-Indep: pybuild-plugin-pyproject,
python3,
python3-setuptools,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/zephyrproject-rtos/west
Vcs-Git: https://salsa.debian.org/python-team/packages/west.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/west
Package: west
Architecture: all
Depends: python3,
${misc:Depends},
${python3:Depends},
Description: Zephyr RTOS Project meta-tool
West lets you manage multiple Git repositories under a single directory
using a single file, called the west manifest file.
.
It is mainly used by the Zephyr RTOS project.
|