| Port details |
- py-roman-numerals-py Manipulate well-formed Roman numerals
- 4.1.0 textproc
=0 3.1.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-12-30 13:29:25
- Commit Hash: a3c3b52
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found 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 = 1766953414
SHA256 (roman_numerals_py-4.1.0.tar.gz) = f5d7b2b4ca52dd855ef7ab8eb3590f428c0b1ea480736ce32b01fef2a5f8daf9
SIZE (roman_numerals_py-4.1.0.tar.gz) = 4274
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-setuptools>=61 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-roman-numerals>=4.1.0<4.1.0_99 : textproc/py-roman-numerals@py311
- 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:
|