File: control

package info (click to toggle)
python-inflect 7.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: python: 4,781; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,140 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
Source: python-inflect
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Arto Jantunen <viiru@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-more-itertools,
               python3-pytest,
               python3-setuptools,
               python3-setuptools-scm,
               python3-typeguard,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-inflect
Vcs-Git: https://salsa.debian.org/python-team/packages/python-inflect.git
Homepage: https://github.com/jaraco/inflect

Package: python3-inflect
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Generate plurals, singular nouns, ordinals, indefinite articles (Python 3)
 The inflect Python module correctly generates plurals, singular nouns,
 ordinals and indefinite articles. It can also convert numbers to words.
 .
 This package contains the Python 3 version of this module.