File: control

package info (click to toggle)
python-rtf-tokenize 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: ansic: 188; python: 64; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (3)
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
Source: python-rtf-tokenize
Priority: optional
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Standards-Version: 4.7.0
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-pytest <!nocheck>,
 python3-setuptools,
Homepage: https://github.com/openstenoproject/rtf_tokenize
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rtf-tokenize.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rtf-tokenize
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-rtf-tokenize
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Simple RTF tokenizer for python
 This package provides a simple RTF tokenizer library for python.
 It can be used by various stenotype engines.