[go: up one dir, main page]

File: control

package info (click to toggle)
distlib 0.1.9-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,784 kB
  • ctags: 2,949
  • sloc: python: 20,327; sh: 17; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 1,400 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
Source: distlib
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python,
               python-setuptools, python3-setuptools, python3-wheel
Standards-Version: 3.9.5
Homepage: https://pypi.python.org/pypi/distlib

Package: python-distlib
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: low-level components of python distutils2/packaging
 Distlib is a library which implements low-level functions that relate to
 packaging and distribution of Python software. It is intended to be used
 as the basis for third-party packaging tools.

Package: python3-distlib
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: low-level components of python distutils2/packaging
 Distlib is a library which implements low-level functions that relate to
 packaging and distribution of Python software. It is intended to be used
 as the basis for third-party packaging tools.

Package: python-distlib-whl
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: low-level components of python distutils2/packaging
 Distlib is a library which implements low-level functions that relate to
 packaging and distribution of Python software. It is intended to be used
 as the basis for third-party packaging tools.
 .
 This package provides the universal wheel.