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: Thu Nov 2 08:31:40 UTC 2023
Modified Files:
pkgsrc/textproc/py-ICU: Makefile PLIST distinfo
Log Message:
py-ICU: updated to 2.12
Version 2.11 -> 2.12
--------------------
- fixed bug in RegexMatcher.reset() not retaining ownership of string
- added wrappers for TimeZoneNames class
- added wrapper for TimeZone.getIanaID()
- added wrapper for Normalizer2.getNFKCSimpleCasefoldInstance()
- added wrappers for SpoofChecker.getBidiSkeleton(),areBidiConfusable()
- added wrappers for ListFormatter.createInstance(locale, type, width)
- added support for ICU 74.1
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/py-ICU/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-ICU/PLIST
cvs rdiff -u -r1.16 -r1.17 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.26 pkgsrc/textproc/py-ICU/Makefile:1.27
--- pkgsrc/textproc/py-ICU/Makefile:1.26 Tue Apr 25 07:44:52 2023
+++ pkgsrc/textproc/py-ICU/Makefile Thu Nov 2 08:31:40 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/04/25 07:44:52 adam Exp $
+# $NetBSD: Makefile,v 1.27 2023/11/02 08:31:40 adam Exp $
-DISTNAME= PyICU-2.11
+DISTNAME= PyICU-2.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyICU/ICU/}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyICU/}
@@ -10,14 +10,16 @@ HOMEPAGE= https://gitlab.pyicu.org/main/
COMMENT= Python extension wrapping the ICU C++ libraries
LICENSE= modified-bsd
-USE_LANGUAGES= c c++11
-USE_TOOLS+= pkg-config
-
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+USE_CXX_FEATURES+= c++11
+USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../textproc/icu/buildlink3.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-ICU/PLIST
diff -u pkgsrc/textproc/py-ICU/PLIST:1.2 pkgsrc/textproc/py-ICU/PLIST:1.3
--- pkgsrc/textproc/py-ICU/PLIST:1.2 Tue Feb 1 07:21:41 2022
+++ pkgsrc/textproc/py-ICU/PLIST Thu Nov 2 08:31:40 2023
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2022/02/01 07:21:41 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2023/11/02 08:31:40 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/icu/__init__.py
${PYSITELIB}/icu/__init__.pyc
${PYSITELIB}/icu/__init__.pyo
Index: pkgsrc/textproc/py-ICU/distinfo
diff -u pkgsrc/textproc/py-ICU/distinfo:1.16 pkgsrc/textproc/py-ICU/distinfo:1.17
--- pkgsrc/textproc/py-ICU/distinfo:1.16 Tue Apr 25 07:44:52 2023
+++ pkgsrc/textproc/py-ICU/distinfo Thu Nov 2 08:31:40 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2023/04/25 07:44:52 adam Exp $
+$NetBSD: distinfo,v 1.17 2023/11/02 08:31:40 adam Exp $
-BLAKE2s (PyICU-2.11.tar.gz) = 95c0cb57a5a1a4dc1b63f342200bdd071238c2fd30fe67e74a5f78eae4ff5311
-SHA512 (PyICU-2.11.tar.gz) = d57ca2b29eafe336efca5285e10c9bfe1a6a1b575b3e52accd86a114ccf289bea0c004a5b26bd4e800211cca61df5aa1a11348a3f1dc73672b7b76dd971d6a25
-Size (PyICU-2.11.tar.gz) = 257899 bytes
+BLAKE2s (PyICU-2.12.tar.gz) = 07f1dfe209b267e377c1140ce8a84f4e093b24bc59f9169d48e741661f7cfeb0
+SHA512 (PyICU-2.12.tar.gz) = 75b799df40c43e0f607e3d90b07e0277dd2f37541b671bd24fdc81044facd2ad89ede991becc256d0761a7627afa3a70dd9e9681cef9eaa8e660f021450eb522
+Size (PyICU-2.12.tar.gz) = 260041 bytes
SHA1 (patch-locale.cpp) = 4e259f3130e94bd8114d7781e36e21236c13d5b6
SHA1 (patch-setup.py) = 112bcc2b34c3f087799b592f2ae020cad4f76c0b
Home |
Main Index |
Thread Index |
Old Index