File: control

package info (click to toggle)
postgresfixture 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: python: 1,094; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,348 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
Source: postgresfixture
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               postgresql,
               pybuild-plugin-pyproject,
               python3-all (>= 3.1.2-8~),
               python3-fixtures (>= 0.3.8),
               python3-packaging,
               python3-psycopg2 (>= 2.4.4),
               python3-setuptools,
               python3-testscenarios (>= 0.4),
               python3-testtools (>= 0.9.14),
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/python-team/packages/postgresfixture.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/postgresfixture
Homepage: https://launchpad.net/postgresfixture
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-postgresfixture
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${python3:Depends},
Recommends: postgresql,
Description: Fixture for creating PostgreSQL clusters and databases (Python 3)
 A fixture (https://launchpad.net/python-fixtures) for creating
 PostgreSQL clusters and databases and tearing them down again, intended
 for use during development and testing.
 .
 This package installs the library for Python 3.