File: control

package info (click to toggle)
python-parse-type 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 492 kB
  • ctags: 640
  • sloc: python: 4,215; sh: 9; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,306 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
Source: python-parse-type
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Section: python
Priority: optional
Build-Depends:
    debhelper (>= 9), dh-python (>= 2.20160609~),
    python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3),
    python-pytest, python-pytest-runner, python-six, python-parse,
    python-enum34,
    python3-all, python3-setuptools,
    python3-pytest, python3-pytest-runner, python3-six, python3-parse,
Standards-Version: 3.9.8
Homepage: https://github.com/pytest-dev/parse-type/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-parse-type.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-parse-type.git

Package: python-parse-type
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: BDD plugin for py.test.
 Extends the parse module (opposite of string.format()) with
 the a number of additional features.
 .
 This package contains the python 2 version.

Package: python3-parse-type
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: BDD plugin for py.test.
 Extends the parse module (opposite of string.format()) with
 the a number of additional features.
 .
 This package contains the python 3 version.