File: control

package info (click to toggle)
cerealizer 0.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 362; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,065 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
Source: cerealizer
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools,
Standards-Version: 4.6.2
Homepage: http://www.lesfleursdunormal.fr/static/informatique/cerealizer/index_en.html
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/cerealizer.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/cerealizer

Package: python3-cerealizer
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: secure pickle-like module for Python 3
 It support basic types (int, string, unicode, tuple, list,
 dict, set,...), old and new-style classes (you need to
 register the class for security), object cycles, and it can
 be extended to support C-defined type.
 .
 This is the Python 3 version of the package.