mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
905 B
Tcl
26 lines
905 B
Tcl
# -*- 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 python 1.0
|
|
|
|
name py-roman_numerals
|
|
version 4.1.0
|
|
|
|
categories-append math textproc
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
license {BSD public-domain}
|
|
|
|
description Manipulate well-formed Roman numerals
|
|
long_description A library for manipulating well-formed Roman numerals.
|
|
|
|
homepage https://pypi.org/project/roman_numerals/
|
|
|
|
checksums md5 0154d3518651ec46fb0ad1dfbdf86348 \
|
|
rmd160 0b869c5e115394b1999296c5c9c9b16fbd1ae0a7 \
|
|
sha256 1af8b147eb1405d5839e78aeb93131690495fe9da5c91856cb33ad55a7f1e5b2
|
|
|
|
python.versions 311 312 313 314
|
|
python.pep517_backend flit
|