File: control

package info (click to toggle)
python-roman 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: python: 334; sh: 14; makefile: 9
file content (34 lines) | stat: -rw-r--r-- 1,334 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
32
33
34
Source: python-roman
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Andrea Colangelo <warp10@debian.org>
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: dh-python, python-all, python3-all
Standards-Version: 4.1.3
Rules-Requires-Root: no
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-roman.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-roman.git
Homepage: https://pypi.python.org/pypi/roman/

Package: python-roman
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python:Depends}
Description: module for generating/analyzing Roman numerals for Python 2
 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).
 .
 This package includes Python 2 modules.

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).
 .
 This package includes Python 3 modules.