File: control

package info (click to toggle)
python-logfury 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 168 kB
  • sloc: python: 637; sh: 7; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 974 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
31
32
Source: python-logfury
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Ondřej Kobližek <koblizeko@gmail.com>,
 Ondřej Nový <onovy@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-pytest,
 python3-setuptools,
 python3-setuptools-scm,
 python3-testfixtures,
Standards-Version: 4.6.0
Homepage: https://github.com/ppolewicz/logfury
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-logfury
Vcs-Git: https://salsa.debian.org/python-team/packages/python-logfury.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-logfury
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Responsible, logging of method calls for Python libs - Python 3.x
 logfury is for Python library maintainers. It allows for responsible,
 low-boilerplate logging of method calls.
 .
 This package contains the Python 3.x module.