File: control

package info (click to toggle)
enrich 1.2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 148 kB
  • sloc: python: 249; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 783 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
28
29
30
Source: enrich
Section: python
Priority: optional
Maintainer: Sakirnth Nagarasa <sakirnth@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-setuptools-scm,
 python3-toml,
 python3-tomli,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/pycontribs/enrich
Vcs-Browser: https://salsa.debian.org/saki/enrich
Vcs-Git: https://salsa.debian.org/saki/enrich.git

Package: python3-enrich
Section: python
Architecture: all
Depends:
 python3-rich,
 ${misc:Depends},
 ${python3:Depends},
Description: extends functionality of rich library (Python 3.x)
 Enriched extends rich library functionality with a set of changes that were not
 accepted to rich itself.
 .
 This package contains the Python 3.x module.