head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.2
	pkgsrc-2026Q1-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2025.12.25.19.05.18;	author wiz;	state Exp;
branches;
next	1.1;
commitid	cmEPZQQ8DBg16PnG;

1.1
date	2025.12.21.17.21.54;	author wiz;	state Exp;
branches;
next	;
commitid	LA1xyKp9F68AEinG;


desc
@@


1.2
log
@py-roan_numerals: add conflict with (removed) py-roman_numerals_py
@
text
@# $NetBSD: Makefile,v 1.1 2025/12/21 17:21:54 wiz Exp $

DISTNAME=	roman_numerals-4.1.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	math python
MASTER_SITES=	${MASTER_SITE_PYPI:=r/roman_numerals/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/AA-Turner/roman-numerals/
COMMENT=	Manipulate well-formed Roman numerals
LICENSE=	0-clause-bsd OR cc0-1.0-universal

TOOL_DEPENDS+=	${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core

USE_LANGUAGES=	# none

CONFLICTS+=	py[0-9]*-roman_numerals_py-[0-9]*

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@math/py-roman_numerals: import py-roman_numerals-4.1.0

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.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2025/02/23 16:40:45 wiz Exp $
d17 2
@

