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 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: python-persistent
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Colin Watson <cjwatson@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 11),
dh-sequence-python3,
dh-sequence-sphinxdoc,
furo,
pybuild-plugin-pyproject (>= 6.20251204.1~),
python3-all-dev,
python3-cffi,
python3-manuel,
python3-pycparser,
python3-repoze.sphinx.autointerface,
python3-setuptools,
python3-sphinx,
python3-zope.deferredimport,
python3-zope.interface,
python3-zope.testrunner,
Standards-Version: 4.7.0
Homepage: https://github.com/zopefoundation/persistent/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-persistent.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-persistent
X-Style: black
Package: python3-persistent
Architecture: any
Depends:
python3-cffi,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests:
python-persistent-doc,
Description: Automatic persistence for Python objects
This package contains a generic persistence implementation for Python. It
forms the core protocol for making objects interact "transparently" with
a database such as the ZODB.
.
This is the Python 3 version.
Package: python-persistent-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Automatic persistence for Python objects - documentation
This package contains a generic persistence implementation for Python. It
forms the core protocol for making objects interact "transparently" with
a database such as the ZODB.
.
This package contains the Python module documentation. Alternatively,
there is an online version at https://persistent.readthedocs.io/
|