File: control

package info (click to toggle)
python-mockupdb 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 500 kB
  • ctags: 591
  • sloc: python: 2,677; makefile: 203
file content (38 lines) | stat: -rw-r--r-- 1,330 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
Source: python-mockupdb
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>,
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-setuptools,
               python-pymongo (>= 3),
               python3-all,
               python3-setuptools,
               python3-pymongo (>= 3),
Standards-Version: 3.9.8
Homepage: https://github.com/ajdavis/mongo-mockup-db
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-mockupdb.git/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-mockupdb.git
Testsuite: autopkgtest-pkg-python

Package: python-mockupdb
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
Description: MongoDB Wire Protocol server library - Python 2.x
 Mock server for testing MongoDB clients and creating MongoDB Wire Protocol
 servers.
 .
 This package contains the Python 2.x module.

Package: python3-mockupdb
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: MongoDB Wire Protocol server library - Python 3.x
 Mock server for testing MongoDB clients and creating MongoDB Wire Protocol
 servers.
 .
 This package contains the Python 3.x module.