File: control

package info (click to toggle)
seqdiag 0.9.3-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 448 kB
  • ctags: 248
  • sloc: python: 1,995; makefile: 11
file content (47 lines) | stat: -rw-r--r-- 1,635 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
Source: seqdiag
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 8.0.0),
               dh-python,
               python-all,
               python-setuptools,
               pep8 (>= 1.3),
               python-nose,
               python-unittest2,
               python-reportlab,
               python-blockdiag (>= 1.4.1),
               python3-all,
               python3-setuptools,
               python3-pep8 (>= 1.3),
               python3-nose,
               python3-reportlab,
               python3-blockdiag (>= 1.4.1),
               fonts-ipafont-gothic | fonts-japanese-gothic
Standards-Version: 3.9.6
X-Python-Version: 2.7
Homepage: http://blockdiag.com/

Package: python-seqdiag
Architecture: all
Provides: ${python:Provides}
Depends: ${misc:Depends}, ${python:Depends},
         python-funcparserlib (>= 0.3.4),
         python-blockdiag (>= 1.4.1),
         python-pil
Description: seqdiag generate sequence-diagram image file from spec-text file
 Generate sequence-diagram from dot like text with multilingualization for
 node-label. But this supports utf-8 only. And get some examples and generated
 images.

Package: python3-seqdiag
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
         python3-funcparserlib (>= 0.3.4),
         python3-blockdiag (>= 1.4.1),
         python3-pil
Description: seqdiag generate sequence-diagram image file for Python3
 For Python3.
 Generate sequence-diagram from dot like text with multilingualization for
 node-label. But this supports utf-8 only. And get some examples and generated
 images.