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
|
Source: zodbpickle
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Muchembled <jm@jmuchemb.eu>,
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all-dev,
python3-setuptools,
python3-zope.testrunner,
Standards-Version: 4.7.0
Homepage: https://github.com/zopefoundation/zodbpickle
Vcs-Git: https://salsa.debian.org/python-team/packages/zodbpickle.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/zodbpickle
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: python3-zodbpickle
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Provides: ${python3:Provides},
Description: Fork of pickle module for uniform serialization between Python 2 and 3 (Py3)
This package forks the pickle module (and the supporting C extension)
from both Python 3.2 and Python 3.3. The fork adds support for the
noload operations used by ZODB.
|