File: control

package info (click to toggle)
python-bidi 0.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 292 kB
  • sloc: python: 946; makefile: 148
file content (33 lines) | stat: -rw-r--r-- 999 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
Source: python-bidi
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
	dh-python,
	python3-all,
	python3-pytest,
	python3-six,
	python3-sphinx,
Standards-Version: 4.1.3
Rules-Requires-Root: no
Homepage: https://github.com/MeirKriheli/python-bidi
Vcs-Git: https://salsa.debian.org/python-team/packages/python-bidi.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-bidi

Package: python3-bidi
Architecture: all
Depends: ${misc:Depends},
  ${python3:Depends}
Description: bi-directional layout implementation
 Bi-directional (BiDi) layout implementation in pure python.

Package: python-bidi-doc
Architecture: all
Depends: ${misc:Depends},
  ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: bi-directional layout implementation, documentation
 Bi-directional (BiDi) layout implementation in pure python.
 .
 This package contains the documentation.