File: control

package info (click to toggle)
python-json5 0.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,608 kB
  • sloc: python: 1,948; sh: 11; makefile: 7
file content (25 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
Source: python-json5
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.5.1
Homepage: https://github.com/dpranke/pyjson5
Build-Depends: debhelper-compat (= 13),
               dh-python (>= 2.20160609~),
               python3-all,
               python3-hypothesis <!nocheck>,
               python3-pytest <!nocheck>,
               python3-setuptools,
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-json5.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-json5

Package: python3-json5
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: manage data in JSON5 format in Python
 Reader and writer implementation for the JSON5 data format, mirroring
 the standard Python JSON programming interface for ease of use.
 .
 This package installs the library for Python 3.