[Bug 284897] textproc/py-roman-numerals-py: New Port; Manipulate Roman numerals
Date: Wed, 19 Feb 2025 10:18:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284897 --- Comment #1 from Alastair Hogge <agh@riseup.net> --- Created attachment 257648 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=257648&action=edit textproc/py-roman-numerals-py: New Port; Manipulate Roman textproc/py-roman-numerals-py: New Port; Manipulate Roman numerals Required dependency for py-sphinx-8.2.0 update: A library for manipulating well-formed Roman numerals. Integers between 1 and 3,999 (inclusive) are supported. Numbers beyond this range will return an OutOfRangeError. The classical system of roman numerals requires that the same character may not appear more than thrice consecutively, meaning that 'MMMCMXCIX' (3,999) is the largest well-formed Roman numeral. The smallest is 'I' (1), as there is no symbol for zero in Roman numerals. Both upper- and lower-case formatting of roman numerals are supported, and likewise for parsing strings, although the entire string must be of the same case. Numerals that do not adhere to the classical form are rejected with an InvalidRomanNumeralError. https://pypi.org/project/roman-numerals-py/ -- You are receiving this mail because: You are the assignee for the bug.