textproc/py-roman-numerals: Add py-roman-numerals 4.0.0

This project provides utilities manipulating well-formed Roman numerals, in
various programming languages. Currently, there are implementations in Python
and Rust.
This commit is contained in:
Po-Chuan Hsieh
2025-12-19 19:10:31 +08:00
parent 9cd3dd21df
commit 73280989af
4 changed files with 30 additions and 0 deletions
+1
View File
@@ -1608,6 +1608,7 @@
SUBDIR += py-rich-cli
SUBDIR += py-rich-rst
SUBDIR += py-rnc2rng
SUBDIR += py-roman-numerals
SUBDIR += py-roman-numerals-py
SUBDIR += py-rouge-score
SUBDIR += py-rst2ansi
+23
View File
@@ -0,0 +1,23 @@
PORTNAME= roman-numerals
PORTVERSION= 4.0.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= roman_numerals-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Manipulate well-formed Roman numerals
WWW= https://github.com/AA-Turner/roman-numerals
LICENSE= BSD0CLAUSE CC0-1.0
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENCE.rst
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.12<4:devel/py-flit-core@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1766036339
SHA256 (roman_numerals-4.0.0.tar.gz) = 231287018a8788bf8c0718482a08c15b90458523ea1d840a18a791a86d4583b3
SIZE (roman_numerals-4.0.0.tar.gz) = 9027
+3
View File
@@ -0,0 +1,3 @@
This project provides utilities manipulating well-formed Roman numerals, in
various programming languages. Currently, there are implementations in Python
and Rust.