File: control

package info (click to toggle)
python-roman 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 144 kB
  • sloc: python: 196; makefile: 6
file content (26 lines) | stat: -rw-r--r-- 1,045 bytes parent folder | download | duplicates (2)
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
Source: python-roman
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Andrea Colangelo <warp10@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
Build-Depends-Indep: pybuild-plugin-pyproject,
                     python3-all,
                     python3-pytest <!nocheck>,
                     python3-setuptools
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-roman.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-roman
Homepage: https://github.com/zopefoundation/roman
Testsuite: autopkgtest-pkg-pybuild

Package: python3-roman
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Description: module for generating/analyzing Roman numerals for Python 3
 This module converts from and to Roman numerals. It can convert numbers
 from 1 to 4999 and understands the common shortcuts (IX == 9), but not
 illegal ones (MIM == 1999).