Port details |
- py-roman-numerals-py Manipulate well-formed Roman numerals
- 3.1.0 textproc
=0 3.0.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-02-20 23:31:38
- Last Update: 2025-06-17 17:47:57
- Commit Hash: ab26320
- Also Listed In: python
- License: BSD0CLAUSE CC0-1.0
- WWW:
- https://github.com/AA-Turner/roman-numerals/tree/master/python
- https://github.com/AA-Turner/roman-numerals
- Description:
- roman-numerals is 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.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}roman-numerals-py>0:textproc/py-roman-numerals-py@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-roman-numerals-py/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-roman-numerals-py
- pkg install py311-roman-numerals-py
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-roman-numerals-py listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-roman-numerals-py
- Package flavors (<flavor>: <package>)
- py311: py311-roman-numerals-py
- distinfo:
- TIMESTAMP = 1749813114
SHA256 (roman_numerals_py-3.1.0.tar.gz) = be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d
SIZE (roman_numerals_py-3.1.0.tar.gz) = 9017
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-flit-core>=3.7<4 : devel/py-flit-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-roman-numerals-py
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.0 17 Jun 2025 17:47:57
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-roman-numerals-py: Update to 3.1.0
- Update WWW
- Update pkg-descr
- Take maintainership
Changes: https://github.com/AA-Turner/roman-numerals/releases
https://github.com/AA-Turner/roman-numerals/blob/master/CHANGES.rst |
3.0.0 12 Jun 2025 11:33:18
    |
Koichiro Iwao (meta)  Author: Alastair Hogge |
*/*: Return to pool as per maintainer's request
PR: 287458 |
3.0.0 20 Feb 2025 23:27:25
    |
Robert Clausecker (fuz)  Author: Alastair Hogge |
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/
PR: 284897 |