# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           obsolete 1.0

name                py-roman_numerals_py
replaced_by         py-roman_numerals
version             4.1.0
revision            1

categories-append   math textproc
platforms           {darwin any}
license             {BSD public-domain}

homepage            https://pypi.org/project/roman_numerals_py/

foreach python.version {311 312 313 314} {
    subport py${python.version}-roman_numerals_py {
        replaced_by py${python.version}-roman_numerals
    }
}

# Can be removed after 2027-01-16
