File: control

package info (click to toggle)
python-parse-type 0.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 892 kB
  • sloc: python: 7,212; sh: 12; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 875 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
Source: python-parse-type
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Brian May <bam@debian.org>
Section: python
Priority: optional
Build-Depends:
    debhelper-compat (= 12), dh-python,
    python3-all, python3-setuptools,
    python3-pytest, python3-pytest-runner, python3-six,
    python3-parse (>= 1.19.0),
Standards-Version: 3.9.8
Homepage: https://github.com/jenisys/parse_type/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-parse-type.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-parse-type

Package: python3-parse-type
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 python3-parse (>= 1.19.0),
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.