File: control

package info (click to toggle)
python-mockupdb 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: python: 1,571; makefile: 146
file content (38 lines) | stat: -rw-r--r-- 1,310 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-compat (= 12),
               dh-python,
               python-all,
               python-setuptools,
               python-pymongo (>= 3),
               python3-all,
               python3-setuptools,
               python3-pymongo (>= 3),
Standards-Version: 4.3.0
Homepage: https://github.com/ajdavis/mongo-mockup-db
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-mockupdb
Vcs-Git: https://salsa.debian.org/python-team/modules/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.