File: control

package info (click to toggle)
python-deepmerge 0.0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 188 kB
  • sloc: python: 370; makefile: 195
file content (27 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
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: python-deepmerge
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Birger Schacht <birger@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-pytest
Standards-Version: 4.5.1
Homepage: https://github.com/toumorokoshi/deepmerge
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-deepmerge.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-deepmerge

Package: python3-deepmerge
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         ${sphinxdoc:Depends},
Description: handle merging of nested data structures in Python
 Deepmerge is a flexible library to handle merging of nested data structures in
 Python (e.g. lists, dicts).