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:           Tue May  2 16:37:49 UTC 2023

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

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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-roman/Makefile
cvs rdiff -u -r1.10 -r1.11 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.14 pkgsrc/math/py-roman/Makefile:1.15
--- pkgsrc/math/py-roman/Makefile:1.14  Wed Jan  5 15:41:14 2022
+++ pkgsrc/math/py-roman/Makefile       Tue May  2 16:37:49 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2022/01/05 15:41:14 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/05/02 16:37:49 wiz Exp $
 
-DISTNAME=      roman-3.3
+DISTNAME=      roman-4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/roman/}
 
@@ -15,6 +14,8 @@ CONFLICTS+=   ${PYPKGPREFIX}-docutils<=0.7
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_PKG_RESOURCES=     yes
 
 post-install:

Index: pkgsrc/math/py-roman/distinfo
diff -u pkgsrc/math/py-roman/distinfo:1.10 pkgsrc/math/py-roman/distinfo:1.11
--- pkgsrc/math/py-roman/distinfo:1.10  Tue Oct 26 10:56:04 2021
+++ pkgsrc/math/py-roman/distinfo       Tue May  2 16:37:49 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:56:04 nia Exp $
+$NetBSD: distinfo,v 1.11 2023/05/02 16:37:49 wiz Exp $
 
-BLAKE2s (roman-3.3.tar.gz) = 34ed96620e7ba8efa884454117b6b263adce6d16c11a07591296e55f7f7df6b2
-SHA512 (roman-3.3.tar.gz) = 8d2952640519052ce629a3881cb871448fc7921eb5f45525305c43ef9fb2672062d0ca96ab16d7aaa95f5eebcad028fdcf519f224f3631734fbb6a4a314f3a49
-Size (roman-3.3.tar.gz) = 7577 bytes
+BLAKE2s (roman-4.0.tar.gz) = 533f5f60c3e6162a41380da86b0e8a5b1afd13998225e220f35b3f6274939bc8
+SHA512 (roman-4.0.tar.gz) = 5421ac46fc5f49c8913a6089d51781bc0a01f2863ea2655b57adba1d07632d4e459fcb26350d0c2dfdf4a31c64a31e9fc86b22165df212c9f8db4bf41cf2e2a1
+Size (roman-4.0.tar.gz) = 9380 bytes



Home | Main Index | Thread Index | Old Index