File: control

package info (click to toggle)
python-parse-type 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: python: 5,273; sh: 9; makefile: 6
file content (32 lines) | stat: -rw-r--r-- 962 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
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 (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-parse (>= 1.19.0),
 python3-pytest,
 python3-pytest-runner,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.2
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
Testsuite: autopkgtest-pkg-pybuild
X-Style: black

Package: python3-parse-type
Architecture: all
Depends:
 python3-parse (>= 1.19.0),
 ${misc:Depends},
 ${python3:Depends},
Description: Simplify building parse types based on python3-parse
 Extends the parse module (opposite of string.format()) with
 additional features for building type converters.