File: control

package info (click to toggle)
python-num2words 0.5.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,832 kB
  • sloc: python: 27,073; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,103 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
Source: python-num2words
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Freexian Packaging Team <team+freexian@tracker.debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all:any,
 python3-docopt,
 python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/savoirfairelinux/num2words
Vcs-Git: https://salsa.debian.org/python-team/packages/python-num2words.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-num2words
Testsuite: autopkgtest-pkg-pybuild

Package: python3-num2words
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Convert numbers to words in multiple languages (Python 3)
 This package contains a Python library that converts numbers like ``42`` to
 words like ``forty-two``.  It supports multiple languages and can even
 generate ordinal numbers like ``forty-second`` (although this last feature is
 a bit buggy for some languages at the moment).
 .
 This package installs the library for Python 3.