File: control

package info (click to toggle)
kconfiglib 14.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,140 kB
  • sloc: python: 8,493; sh: 34; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 901 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: kconfiglib
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bastian Germann <bage@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all:any
Standards-Version: 4.6.0
Homepage: https://github.com/ulfalizer/Kconfiglib
Vcs-Browser: https://salsa.debian.org/python-team/packages/kconfiglib
Vcs-Git: https://salsa.debian.org/python-team/packages/kconfiglib.git
Rules-Requires-Root: no

Package: python3-kconfiglib
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Alternative Kconfig implementation (Python 3)
 Kconfiglib is a Kconfig implementation in Python. Kconfig is used for the
 Linux kernel configuration amongst others. This helper library can be
 used to configure a Kconfig software within a Python program.
 .
 This package installs the library for Python 3.