File: control

package info (click to toggle)
u-msgpack-python 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 80 kB
  • ctags: 69
  • sloc: python: 472; makefile: 3
file content (45 lines) | stat: -rw-r--r-- 1,670 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
41
42
43
44
45
Source: u-msgpack-python
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Orestis Ioannou <orestis@oioannou.com>,
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all,
 python3-all,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Standards-Version: 3.9.8
Homepage: https://github.com/vsergeev/u-msgpack-python
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/u-msgpack-python.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/u-msgpack-python.git

Package: python-u-msgpack
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Description: Python MessagePack serializer and deserializer
 A lightweight MessagePack serializer and deserializer module written in pure
 Python, compatible with both Python 2 and Python 3, as well as CPython and
 PyPy implementations of Python. u-msgpack-python is fully compliant with the
 latest MessagePack specification. In particular, it supports the new binary,
 UTF-8 string, and application-defined ext types.
 .
 This is the Python 2 package.

Package: python3-u-msgpack
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python3 MessagePack serializer and deserializer
 A lightweight MessagePack serializer and deserializer module written in pure
 Python, compatible with both Python 2 and Python 3, as well as CPython and
 PyPy implementations of Python. u-msgpack-python is fully compliant with the
 latest MessagePack specification. In particular, it supports the new binary,
 UTF-8 string, and application-defined ext types.
 .
 This is the Python 3 package.