File: control

package info (click to toggle)
lazy-loader 0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 136 kB
  • sloc: python: 213; sh: 8; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 943 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
Source: lazy-loader
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bo YU <tsu.yubo@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               flit,
               pybuild-plugin-pyproject,
               python3-pytest <!nocheck>
Standards-Version: 4.6.1
Homepage: https://github.com/scientific-python/lazy_loader
Vcs-Git: https://salsa.debian.org/python-team/packages/lazy-loader.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/lazy-loader

Package: python3-lazy-loader
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: lazy_loader makes it easy to load subpackages and functions on demand
 Allow subpackages to be made visible to users without incurring import costs.
 .
 Allow external libraries to be imported only when used, improving import times.