File: control

package info (click to toggle)
apipkg 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 192 kB
  • sloc: python: 798; makefile: 5; sh: 2
file content (36 lines) | stat: -rw-r--r-- 1,204 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
33
34
35
36
Source: apipkg
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Talbert <swt@techie.net>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
 python3-hatch-vcs,
 python3-py <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
Standards-Version: 4.6.2
Section: python
Homepage: https://github.com/pytest-dev/apipkg
Vcs-Git: https://salsa.debian.org/python-team/packages/apipkg.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/apipkg
Rules-Requires-Root: no

Package: python3-apipkg
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends}
Description: namespace control and lazy-import mechanism for Python 3
 With apipkg you can control the exported namespace of a Python package and
 greatly reduce the number of imports for your users. It is a small pure
 Python module that works on virtually all Python versions, including
 CPython2.3 to Python3.1, Jython and PyPy. It co-operates well with Python's
 help() system, custom importers (PEP302) and common command line completion
 tools.
 .
 This package contains apipkg for Python 3.