pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-roman



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 19 18:48:28 UTC 2025

Modified Files:
        pkgsrc/math/py-roman: Makefile distinfo

Log Message:
py-roman: update to 5.0.

5.0 (2025-01-15)
----------------

- Drop support for Python 3.7, 3.8.

- Add support for lower case roman numerals.
  (`#22 <https://github.com/zopefoundation/roman/pull/22>`_)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/py-roman/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/py-roman/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-roman/Makefile
diff -u pkgsrc/math/py-roman/Makefile:1.20 pkgsrc/math/py-roman/Makefile:1.21
--- pkgsrc/math/py-roman/Makefile:1.20  Mon Nov 11 07:28:42 2024
+++ pkgsrc/math/py-roman/Makefile       Sun Jan 19 18:48:28 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/11/11 07:28:42 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/01/19 18:48:28 wiz Exp $
 
-DISTNAME=      roman-4.2
+DISTNAME=      roman-5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/roman/}
@@ -14,8 +14,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} roman roman-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/math/py-roman/distinfo
diff -u pkgsrc/math/py-roman/distinfo:1.13 pkgsrc/math/py-roman/distinfo:1.14
--- pkgsrc/math/py-roman/distinfo:1.13  Sun Apr 28 10:01:12 2024
+++ pkgsrc/math/py-roman/distinfo       Sun Jan 19 18:48:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/04/28 10:01:12 wiz Exp $
+$NetBSD: distinfo,v 1.14 2025/01/19 18:48:28 wiz Exp $
 
-BLAKE2s (roman-4.2.tar.gz) = 9f91ba9c535443fdf4e380afdcebf23fc8be1e5327b955fffb1570e73ea374fb
-SHA512 (roman-4.2.tar.gz) = 4b1ddd54078e5ab38a11cad29fe4ea1f8e4740d7a9d1b093bec7d08ba37ca2bbbf89b2c420987b74270b01a8af5c03bfbfe8cfb5a4dfeb8923894cb52f083e82
-Size (roman-4.2.tar.gz) = 7339 bytes
+BLAKE2s (roman-5.0.tar.gz) = 0fc5a00124cd8fd5c043148648ca32153ae883f699a15ac051431662d9e36a64
+SHA512 (roman-5.0.tar.gz) = 9acd5d1587338497080066d3cd01c0a2cf007c664145514acaaa38cbbd6bbc6eac55469db9015dcd050a2457c69837dd9cdccf110a771f6b09c2a9bd59de8c4e
+Size (roman-5.0.tar.gz) = 7664 bytes



Home | Main Index | Thread Index | Old Index