File: control

package info (click to toggle)
blockdiag 1.5.3%2Bdfsg-5.2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,664 kB
  • sloc: python: 8,535; makefile: 13; sh: 1
file content (65 lines) | stat: -rw-r--r-- 2,227 bytes parent folder | download | duplicates (2)
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
56
57
58
59
60
61
62
63
64
65
Source: blockdiag
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 8.0.0),
               dh-python,
               python-all,
               python-setuptools,
               python-configparser,
               python-unittest2,
               pep8 (>= 1.3),
               python-nose,
               python-zc.buildout,
               python-funcparserlib (>= 0.3.4),
               python-docutils,
               python-pil,
               python-webcolors,
               python-reportlab,
               python-mock,
               python-wand,
               python-pep8,
               python3-all,
               python3-setuptools,
               python3-pep8 (>= 1.3),
               python3-nose,
               python3-funcparserlib (>= 0.3.4),
               python3-docutils,
               python3-pil,
               python3-webcolors,
               python3-reportlab,
               python3-mock,
               python3-wand,
               libmagickcore-6.q16-3-extra,
               fonts-vlgothic | fonts-japanese-gothic
Standards-Version: 3.9.8
X-Python-Version: 2.7
Homepage: http://blockdiag.com/

Package: python-blockdiag
Architecture: all
Provides: ${python:Provides}
Depends: ${misc:Depends}, ${python:Depends},
         python-funcparserlib (>= 0.3.4),
         python-pil,
         python-docutils,
         python-reportlab,
         python-webcolors
Description: generate block-diagram image file from spec-text file
 Generate block-diagram from dot like text with multilingualization for
 node-label. But this supports utf-8 only. It is able to embed to sphinx with 
 using python-sphinxcontrib-blockdiag.

Package: python3-blockdiag
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
         python3-funcparserlib (>= 0.3.4),
         python3-pil,
         python3-docutils,
         python3-reportlab,
         python3-webcolors
Description: generate block-diagram image file from spec-text file for Python 3
 For Python 3.
 Generate block-diagram from dot like text with multilingualization for
 node-label. But this supports utf-8 only. It is able to embed to sphinx with 
 using python-sphinxcontrib-blockdiag.