File: control

package info (click to toggle)
distlib 0.3.6-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,192 kB
  • sloc: python: 12,614; ansic: 755; sh: 17; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 609 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: distlib
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 10), python3-all, dh-python,
               python3-setuptools
Standards-Version: 4.6.1
Homepage: https://pypi.python.org/pypi/distlib

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.