File: control

package info (click to toggle)
pyfribidi 0.12.0%2Brepack-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: python: 395; ansic: 108; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,095 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
Source: pyfribidi
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Lior Kaplan <kaplan@debian.org>,
           Shachar Shemesh <shachar@debian.org>,
           أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Build-Depends: debhelper-compat (= 12),
               libfribidi-dev (>= 0.19),
               pkg-config,
               python3-all,
               python3-all-dev,
               python3-six,
               dh-python
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://pyfribidi.sourceforge.net/
Vcs-Git: https://salsa.debian.org/python-team/modules/pyfribidi.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyfribidi

Package: python3-pyfribidi
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-six
Description: FriBidi Python bindings
 FriBiDi is a bidirectional algorithm implementation for Hebrew and/or Arabic
 languages.
 .
 This package contains the Python module for the FriBidi C library.