git: 1bfe840aab70 - main - graphics/py-rawpy: Update to 0.23.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Oct 2024 14:41:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1bfe840aab70afded69abc2dbdb0b84a3a45b4a4 commit 1bfe840aab70afded69abc2dbdb0b84a3a45b4a4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-29 14:19:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-29 14:38:37 +0000 graphics/py-rawpy: Update to 0.23.2 - Do not use bundled libraries Changes: https://github.com/letmaik/rawpy/releases --- graphics/py-rawpy/Makefile | 8 +++++++- graphics/py-rawpy/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/graphics/py-rawpy/Makefile b/graphics/py-rawpy/Makefile index 6280ac61aaba..da82b87cea35 100644 --- a/graphics/py-rawpy/Makefile +++ b/graphics/py-rawpy/Makefile @@ -1,5 +1,5 @@ PORTNAME= rawpy -PORTVERSION= 0.23.1 +PORTVERSION= 0.23.2 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,9 +20,15 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.26.0,1:math/py-numpy@${PY_FLAVOR} USES= pkgconfig python USE_PYTHON= autoplist concurrent cython pep517 +MAKE_ENV= RAWPY_USE_SYSTEM_LIBRAW=1 + USE_GITHUB= yes GH_ACCOUNT= letmaik +post-patch: +# Clean up bundled libraries + @${RM} -r ${WRKSRC}/external/ + post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/graphics/py-rawpy/distinfo b/graphics/py-rawpy/distinfo index 58e22bcff07d..7a7555628063 100644 --- a/graphics/py-rawpy/distinfo +++ b/graphics/py-rawpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726740967 -SHA256 (letmaik-rawpy-v0.23.1_GH0.tar.gz) = 7063165e0deba63f2df6746298dabe39838fc27214dc00ab9b14a88af834ff70 -SIZE (letmaik-rawpy-v0.23.1_GH0.tar.gz) = 75984357 +TIMESTAMP = 1729994330 +SHA256 (letmaik-rawpy-v0.23.2_GH0.tar.gz) = 0463b623364187d9dcbd4b3dd1c0b157672afb2ecd48f1b00f0571d6d677a69d +SIZE (letmaik-rawpy-v0.23.2_GH0.tar.gz) = 75984347