pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-ICU py-ICU: updated to 2.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69c94c341f90
branches:  trunk
changeset: 372876:69c94c341f90
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 01 07:21:41 2022 +0000

description:
py-ICU: updated to 2.8.1

Version 2.8 -> 2.8.1
--------------------
- renamed _icu extension module to _icu_ and moved it into icu module
- moved icu python module sources into py directory
- deleted long deprecated PyICU.py file

diffstat:

 textproc/py-ICU/Makefile |  5 ++---
 textproc/py-ICU/PLIST    |  8 ++------
 textproc/py-ICU/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 13 deletions(-)

diffs (48 lines):

diff -r e43048379559 -r 69c94c341f90 textproc/py-ICU/Makefile
--- a/textproc/py-ICU/Makefile  Mon Jan 31 23:42:47 2022 +0000
+++ b/textproc/py-ICU/Makefile  Tue Feb 01 07:21:41 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2022/01/04 20:54:51 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2022/02/01 07:21:41 adam Exp $
 
-DISTNAME=      PyICU-2.8
+DISTNAME=      PyICU-2.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PyICU/ICU/}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyICU/}
 
diff -r e43048379559 -r 69c94c341f90 textproc/py-ICU/PLIST
--- a/textproc/py-ICU/PLIST     Mon Jan 31 23:42:47 2022 +0000
+++ b/textproc/py-ICU/PLIST     Tue Feb 01 07:21:41 2022 +0000
@@ -1,13 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2020/02/09 21:11:29 jdolecek Exp $
+@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
-${PYSITELIB}/_icu.so
-${PYSITELIB}/PyICU.py
-${PYSITELIB}/PyICU.pyc
-${PYSITELIB}/PyICU.pyo
-${PYSITELIB}/_icu.so
 ${PYSITELIB}/icu/__init__.py
 ${PYSITELIB}/icu/__init__.pyc
 ${PYSITELIB}/icu/__init__.pyo
+${PYSITELIB}/icu/_icu_.so
diff -r e43048379559 -r 69c94c341f90 textproc/py-ICU/distinfo
--- a/textproc/py-ICU/distinfo  Mon Jan 31 23:42:47 2022 +0000
+++ b/textproc/py-ICU/distinfo  Tue Feb 01 07:21:41 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2021/12/10 18:20:06 adam Exp $
+$NetBSD: distinfo,v 1.13 2022/02/01 07:21:41 adam Exp $
 
-BLAKE2s (PyICU-2.8.tar.gz) = 87cb6e2fa737d8395a190de995647dae84ba813b6ead4648a96ccc82fd036ed9
-SHA512 (PyICU-2.8.tar.gz) = c0447a7ffa3eef69a24fc4347496fe40c48df9bf13871c9920f1b932b409642fd4d3a63e272262cb4b4ed4ec7f9070b6d93e9ee70d0efea7eaa049e1c8d5afc2
-Size (PyICU-2.8.tar.gz) = 299223 bytes
+BLAKE2s (PyICU-2.8.1.tar.gz) = 2cffa2be56694e07746e95676747e153d16120021c782f1f9f3328ac2b2d663d
+SHA512 (PyICU-2.8.1.tar.gz) = 9edd2f5f8755d06e70a9889f1129bdf53eec50d2948a54edfd2142573447774b0767a329092436c9bc7045c8e8e81043bf4e68d0990a0d8427b18542c5b44727
+Size (PyICU-2.8.1.tar.gz) = 304163 bytes
 SHA1 (patch-locale.cpp) = 4e259f3130e94bd8114d7781e36e21236c13d5b6
 SHA1 (patch-setup.py) = 3893b157dcd2ed8d8a6eddffd9545a6001517271



Home | Main Index | Thread Index | Old Index