notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-roman-numerals-py Manipulate well-formed Roman numerals
3.0.0 textprocnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: agh@riseup.net search for ports maintained by this maintainer
Port Added: 2025-02-20 23:31:38
Last Update: 2025-02-20 23:27:25
Commit Hash: fb9a10d
Also Listed In: python
License: BSD0CLAUSE CC0-1.0
WWW:
https://pypi.org/project/roman-numerals-py/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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 = 1739958114 SHA256 (roman_numerals_py-3.0.0.tar.gz) = 91199c4373658c03d87d9fe004f4a5120a20f6cb192be745c2377cce274ef41c SIZE (roman_numerals_py-3.0.0.tar.gz) = 8970

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python3.11 : lang/python311
  2. py311-flit-core>=3.7<4 : devel/py-flit-core@py311
  3. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-pytest>=8 : devel/py-pytest@py311
  2. py311-pytest>=7,1 : devel/py-pytest@py311
  3. python3.11 : lang/python311
Runtime dependencies:
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/r/roman_numerals_py/
  2. https://pypi.org/packages/source/r/roman_numerals_py/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.0
20 Feb 2025 23:27:25
commit hash: fb9a10d1c7cfc0dcfbe3c3adf3b0dbd53de5168dcommit hash: fb9a10d1c7cfc0dcfbe3c3adf3b0dbd53de5168dcommit hash: fb9a10d1c7cfc0dcfbe3c3adf3b0dbd53de5168dcommit hash: fb9a10d1c7cfc0dcfbe3c3adf3b0dbd53de5168d files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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

Number of commits found: 1