File: control

package info (click to toggle)
pmemkv-python 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 272 kB
  • sloc: python: 871; cpp: 590; sh: 290; makefile: 18
file content (39 lines) | stat: -rw-r--r-- 1,434 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
Source: pmemkv-python
Section: python
Priority: optional
Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               libpmemkv-dev,
               libpython3-all-dev,
               python3-all,
               python3-setuptools,
               python3-sphinx,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/pmem/pmemkv-python
Vcs-Browser: https://github.com/kilobyte/pmemkv-python/tree/debian
Vcs-Git: https://github.com/kilobyte/pmemkv-python.git -b debian
Testsuite: autopkgtest-pkg-python

Package: python3-pmemkv
Architecture: amd64
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Suggests: python-pmemkv-doc
Description: key:value data store for persistent memory (Python 3)
 This library provides a Python API for pmemkv -- a data store optimized
 for persistent memory, but functional on traditional storage media as well.
 .
 This package installs the library for Python 3.

Package: python-pmemkv-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: key:value data store for persistent memory (documentation)
 This library provides a Python API for pmemkv -- a data store optimized
 for persistent memory, but functional on traditional storage media as well.
 .
 This is the documentation package.