File: control

package info (click to toggle)
python-smmap 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 173
  • sloc: python: 944; makefile: 6
file content (42 lines) | stat: -rw-r--r-- 1,597 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
Source: python-smmap
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>, Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: debhelper(>= 8)
	,python-all
	,python3-all
	,python-setuptools
	,python3-setuptools
	,python-nose
	,python3-nose
Standards-Version: 3.9.6
Homepage: https://github.com/Byron/smmap
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-smmap.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-smmap.git

Package: python-smmap
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-nose
Provides: ${python:Provides}
Description: pure Python implementation of a sliding window memory map manager
 Smmap wraps an interface around mmap and tracks the mapped files as well
 as the amount of clients who use it. If the system runs out of resources,
 or if a memory limit is reached, it will automatically unload unused maps
 to allow continued operation.
 .
 This package for Python 2.

Package: python3-smmap
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python3-nose
Provides: ${python3:Provides}
Description: pure Python implementation of a sliding window memory map manager
 Smmap wraps an interface around mmap and tracks the mapped files as well
 as the amount of clients who use it. If the system runs out of resources,
 or if a memory limit is reached, it will automatically unload unused maps
 to allow continued operation.
 .
 This package for Python 3.