File: control

package info (click to toggle)
python-btrees 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,524 kB
  • ctags: 3,039
  • sloc: python: 10,810; ansic: 5,875; makefile: 133; xml: 2
file content (51 lines) | stat: -rw-r--r-- 2,252 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
46
47
48
49
50
51
Source: python-btrees
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Muchembled <jm@jmuchemb.eu>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10), dh-python,
  python-sphinx, python-repoze.sphinx.autointerface,
  python-setuptools,  python3-setuptools,
  python-all-dev,     python3-all-dev,
  python-persistent,  python3-persistent,
  python-transaction, python3-transaction,
Standards-Version: 3.9.8
Homepage: https://github.com/zopefoundation/BTrees
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-btrees.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-btrees.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-btrees
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Breaks: python-zodb (<< 1:4)
Replaces: python-zodb (<< 1:4)
Description: scalable persistent object containers for Python
 This package contains a set of persistent object containers built around a
 modified BTree data structure. The trees are optimized for use inside ZODB's
 “optimistic concurrency” paradigm, and include explicit resolution of
 conflicts detected by that mechanism.

Package: python3-btrees
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Description: scalable persistent object containers for Python 3
 This package contains a set of persistent object containers built around a
 modified BTree data structure. The trees are optimized for use inside ZODB's
 “optimistic concurrency” paradigm, and include explicit resolution of
 conflicts detected by that mechanism.

Package: python-btrees-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: scalable persistent object containers for Python - documentation
 This package contains a set of persistent object containers built around a
 modified BTree data structure. The trees are optimized for use inside ZODB's
 “optimistic concurrency” paradigm, and include explicit resolution of
 conflicts detected by that mechanism.
 .
 This package contains the Python module documentation.