mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1766036339
|
||||
SHA256 (roman_numerals-4.0.0.tar.gz) = 231287018a8788bf8c0718482a08c15b90458523ea1d840a18a791a86d4583b3
|
||||
SIZE (roman_numerals-4.0.0.tar.gz) = 9027
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user