pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-ICU
Module Name: pkgsrc
Committed By: adam
Date: Tue Nov 12 05:52:51 UTC 2024
Modified Files:
pkgsrc/textproc/py-ICU: Makefile distinfo
Log Message:
py-ICU: updated to 2.14
Version 2.13.1 -> 2.14
- added wrappers for UCPMap.get|getRange and Char.getIntPropertyMap
- added wrapper for Locale.getUnicodeKeywordValue
- added wrapper for UnicodeString.remove, UnicodeString.removeBetween
- added wrapper for UnicodeString.retainBetween, UnicodeString.truncate
- fixed bogus UBool uses on stack instead of int (Martin Jansche)
- added support for ICU 76.1
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/py-ICU/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-ICU/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-ICU/Makefile
diff -u pkgsrc/textproc/py-ICU/Makefile:1.33 pkgsrc/textproc/py-ICU/Makefile:1.34
--- pkgsrc/textproc/py-ICU/Makefile:1.33 Mon Nov 11 07:29:01 2024
+++ pkgsrc/textproc/py-ICU/Makefile Tue Nov 12 05:52:51 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2024/11/11 07:29:01 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2024/11/12 05:52:51 adam Exp $
-DISTNAME= PyICU-2.13.1
+DISTNAME= PyICU-2.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyICU/ICU/}
-PKGREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyICU/}
@@ -20,8 +19,6 @@ USE_CXX_FEATURES+= c++17
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-ICU/distinfo
diff -u pkgsrc/textproc/py-ICU/distinfo:1.18 pkgsrc/textproc/py-ICU/distinfo:1.19
--- pkgsrc/textproc/py-ICU/distinfo:1.18 Wed May 29 17:51:10 2024
+++ pkgsrc/textproc/py-ICU/distinfo Tue Nov 12 05:52:51 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2024/05/29 17:51:10 adam Exp $
+$NetBSD: distinfo,v 1.19 2024/11/12 05:52:51 adam Exp $
-BLAKE2s (PyICU-2.13.1.tar.gz) = 2e9eb63158e696baf92c3761cc740649de40ff2dadb22281d59531fdbae2f781
-SHA512 (PyICU-2.13.1.tar.gz) = 77e941c26b409dbb39714514add5a61d45751791ced337cdaa489e5a44043565e6fa0a79fbe8174e92af4566f086840f86c24510bde71d075a13193af28aa3a4
-Size (PyICU-2.13.1.tar.gz) = 262424 bytes
+BLAKE2s (PyICU-2.14.tar.gz) = 2ffe9ba8ae0c189a5c837ac0a2e8f64f5a39f262124cf6315abddb79fa890325
+SHA512 (PyICU-2.14.tar.gz) = b237e90d542baba916c7eddb3d19ae5d7d42ad228d7a4a0a3df05edc21fe9fa3e0c52055b617b34db6eab14d649877a14a7c7cabea2e88bc85c724ccd8db41be
+Size (PyICU-2.14.tar.gz) = 263912 bytes
SHA1 (patch-locale.cpp) = 67313937b4ab23050d6544c5413bfcc76dcdc673
SHA1 (patch-setup.py) = 8457066991cb165eb865b030bc7588104d2d6836
Home |
Main Index |
Thread Index |
Old Index