Source: python-roman
Section: python
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (= 13), dh-python | dh-sequence-python3
Build-Depends-Indep: dh-python, python3-all, python3-setuptools
Standards-Version: 4.6.0
Vcs-Git: https://gitee.com/openkylin/python-roman.git
Vcs-Browser: https://gitee.com/openkylin/python-roman
Homepage: https://github.com/zopefoundation/roman
Rules-Requires-Root: no

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.
