File: control

package info (click to toggle)
itypes 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 76 kB
  • sloc: python: 203; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 1,532 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
37
38
39
40
Source: itypes
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <becue@crans.org>
Homepage: https://github.com/tomchristie/itypes
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools,
Standards-Version: 4.1.3
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/modules/itypes.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/itypes

Package: python3-itypes
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python3 basic immutable containers types library
 This package provides basic immutable container types for Python.
 .
 The classic use case of these is in circumstances where it may result in more
 comprehensible code, or when one wants to create custom types with restricted,
 immutable interfaces.
 .
 This package contains the python3 version of the library.

Package: python-itypes
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python basic immutable containers types library
 This package provides basic immutable container types for Python.
 .
 The classic use case of these is in circumstances where it may result in more
 comprehensible code, or when one wants to create custom types with restricted,
 immutable interfaces.
 .
 This package contains the python2 version of the library.