Page MenuHomeFreeBSD

textproc/py-roman-numerals-py: New Port; Manipulate Roman numerals
Needs ReviewPublic

Authored by agh_riseup.net on Wed, Feb 19, 10:21 AM.
Referenced Files
F110663449: D49054.id.diff
Fri, Feb 21, 3:19 PM
F110656445: D49054.id.diff
Fri, Feb 21, 1:04 PM
Unknown Object (File)
Wed, Feb 19, 6:37 PM
Unknown Object (File)
Wed, Feb 19, 2:56 PM

Details

Reviewers
None
Group Reviewers
Ports Committers
Summary

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/

PR: 284897

poudriere-testport textproc/py-roman-numerals-py:
main-amd64-default: Pass
13_4-amd64-release: Pass
13_4-i386-release: Pass
14_1-amd64-release: Pass
14_1-i386-release: Pass
14_2-amd64-release: Pass
14_2-i386-release: Pass
main-i386-default: Fail
All tests passed on 15-CURRENT.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped