Date: Sun, 19 May 2024 17:26:19 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 53450589da98 - main - devel/py-pyicu: Update to 2.13 Message-ID: <202405191726.44JHQJRk064535@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=53450589da98fe6b84afd013cd879ca84004895a commit 53450589da98fe6b84afd013cd879ca84004895a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:17:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:15:42 +0000 devel/py-pyicu: Update to 2.13 Changes: https://gitlab.pyicu.org/main/pyicu/-/blob/main/CHANGES --- devel/py-pyicu/Makefile | 5 +++-- devel/py-pyicu/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-pyicu/Makefile b/devel/py-pyicu/Makefile index 4a5794bdde2f..c103a55b8754 100644 --- a/devel/py-pyicu/Makefile +++ b/devel/py-pyicu/Makefile @@ -1,6 +1,5 @@ PORTNAME= pyicu -PORTVERSION= 2.12 -PORTREVISION= 2 +PORTVERSION= 2.13 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +19,8 @@ LIB_DEPENDS= libicudata.so:devel/icu USES= compiler:c++11-lang pkgconfig python USE_PYTHON= autoplist concurrent pep517 +WRKSRC= ${WRKDIR}/pyicu-${PORTVERSION} + post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/devel/py-pyicu/distinfo b/devel/py-pyicu/distinfo index d130eef9f760..6ecf5d2b7778 100644 --- a/devel/py-pyicu/distinfo +++ b/devel/py-pyicu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699774630 -SHA256 (PyICU-2.12.tar.gz) = bd7ab5efa93ad692e6daa29cd249364e521218329221726a113ca3cb281c8611 -SIZE (PyICU-2.12.tar.gz) = 260041 +TIMESTAMP = 1715842742 +SHA256 (PyICU-2.13.tar.gz) = d481be888975df3097c2790241bbe8518f65c9676a74957cdbe790e559c828f6 +SIZE (PyICU-2.13.tar.gz) = 262321
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405191726.44JHQJRk064535>