File: control

package info (click to toggle)
python-roman 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 172 kB
  • ctags: 101
  • sloc: python: 334; makefile: 37; sh: 14
file content (36 lines) | stat: -rw-r--r-- 1,409 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
35
36
Source: python-roman
Section: python
Priority: optional
Maintainer: Andrea Colangelo <warp10@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-python,
                     python-all (>= 2.6.6-3~),
                     python3-all (>= 3.1.2-7~)
Standards-Version: 3.9.6
X-Python-Version: >= 2.3
X-Python3-Version: >= 3.3
XS-Testsuite: autopkgtest
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-roman.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-roman.git
Homepage: http://pypi.python.org/pypi/roman/

Package: python-roman
Architecture: all
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
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.