./math/py-roman, Integer to Roman numerals converter for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.1, Package name: py310-roman-4.1, Maintainer: pkgsrc-users

This Python module provides methods for converting Integer from/to Roman.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 6.841 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-26 21:44:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-roman: updated to 4.1

4.1 (2023-05-26)
----------------
- Change license to the Zope Public License (ZPL) version 2.1
   2023-05-02 18:37:49 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-roman: update to 4.0.

4.0 (2023-02-28)
----------------

- Add support for Python 3.10, 3.11.

- Drop support for Python 2.7, 3.5, 3.6.
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Remove SHA1 hashes for distfiles
   2020-07-12 19:50:29 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-roman: updated to 3.3

3.3:
- added support for Python 3.9
- added CLI command ``roman`` with ``-r/--reverse`` to convert back from Roman
- added simple usage instructions
   2019-04-25 14:41:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-roman: updated to 3.2

3.2:
- expanded test coverage
- Added support for 0 -> N
  (see https://en.wikipedia.org/wiki/Roman_numerals#Zero)
- Added support for Python 3.8