File: control

package info (click to toggle)
python-mockupdb 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 304 kB
  • sloc: python: 1,627; makefile: 146
file content (26 lines) | stat: -rw-r--r-- 920 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
Source: python-mockupdb
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>,
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-pymongo (>= 3),
Standards-Version: 4.5.0
Homepage: https://github.com/ajdavis/mongo-mockup-db
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mockupdb
Vcs-Git: https://salsa.debian.org/python-team/packages/python-mockupdb.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

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.