File: control

package info (click to toggle)
python-sexpdata 0.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 68 kB
  • sloc: python: 307; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 885 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-sexpdata
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.1.4
Testsuite: autopkgtest-pkg-python
Homepage: https://pypi.python.org/pypi/sexpdata
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-sexpdata
Vcs-Git: https://salsa.debian.org/python-team/packages/python-sexpdata.git

Package: python3-sexpdata
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: S-expression parser (Python3)
 This package is a simple S-expression parser/serializer. It has
 simple `load' and `dump' functions like pickle, json or PyYAML
 module.
 .
 This package installs the library for Python 3.