File: control

package info (click to toggle)
sedparse 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 404 kB
  • sloc: python: 1,810; sed: 59; sh: 48; makefile: 6
file content (55 lines) | stat: -rw-r--r-- 1,759 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: sedparse
Section: python
Priority: optional
Maintainer: Marcos Talau <talau@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.6.1
Homepage: https://github.com/aureliojargas/sedparse
Vcs-Browser: https://salsa.debian.org/debian/sedparse
Vcs-Git: https://salsa.debian.org/debian/sedparse.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: sedparse
Section: utils
Architecture: all
Depends: python3-sedparse, ${python3:Depends}, ${misc:Depends}
Suggests: sedsed
Description: GNU sed's parser translated from C to Python - CLI tool
 sedparse is a translation from C to Python of GNU sed's parser for
 sed scripts.
 .
 After running sedparse in your sed script, the complete list of all
 the found sed commands and their arguments will be available in
 different formats:
  - List of objects (translated C structs).
  - List of dictionaries.
  - JSON.
 .
 sedparse is implemented as a Python library and have a command-line
 tool.
 .
 This package provides the sedparse command-line tool.

Package: python3-sedparse
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: sedparse, sedsed
Description: GNU sed's parser translated from C to Python - library
 sedparse is a translation from C to Python of GNU sed's parser for
 sed scripts.
 .
 After running sedparse in your sed script, the complete list of all
 the found sed commands and their arguments will be available in
 different formats:
  - List of objects (translated C structs).
  - List of dictionaries.
  - JSON.
 .
 sedparse is implemented as a Python library and have a command-line
 tool.
 .
 This package installs the library for Python 3.