git: c457e15bbd3f - main - graphics/py-rawpy: Update to 0.23.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Sep 2024 04:26:02 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c457e15bbd3fa462ee21171896e3cdbea6531e48 commit c457e15bbd3fa462ee21171896e3cdbea6531e48 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-25 04:13:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-25 04:22:33 +0000 graphics/py-rawpy: Update to 0.23.1 Changes: https://github.com/letmaik/rawpy/releases --- graphics/py-rawpy/Makefile | 4 ++-- graphics/py-rawpy/distinfo | 6 +++--- graphics/py-rawpy/files/patch-setup.py | 9 --------- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/graphics/py-rawpy/Makefile b/graphics/py-rawpy/Makefile index a7f495ca8303..6280ac61aaba 100644 --- a/graphics/py-rawpy/Makefile +++ b/graphics/py-rawpy/Makefile @@ -1,5 +1,5 @@ PORTNAME= rawpy -PORTVERSION= 0.22.0 +PORTVERSION= 0.23.1 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libraw.so:graphics/libraw -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.26.0,1:math/py-numpy@${PY_FLAVOR} USES= pkgconfig python USE_PYTHON= autoplist concurrent cython pep517 diff --git a/graphics/py-rawpy/distinfo b/graphics/py-rawpy/distinfo index b1cd028c8953..58e22bcff07d 100644 --- a/graphics/py-rawpy/distinfo +++ b/graphics/py-rawpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724084484 -SHA256 (letmaik-rawpy-v0.22.0_GH0.tar.gz) = f63e84e7f583714f87c0e59dc1b1609e459432bc9d46980d6dd8e6cd75adc591 -SIZE (letmaik-rawpy-v0.22.0_GH0.tar.gz) = 67450919 +TIMESTAMP = 1726740967 +SHA256 (letmaik-rawpy-v0.23.1_GH0.tar.gz) = 7063165e0deba63f2df6746298dabe39838fc27214dc00ab9b14a88af834ff70 +SIZE (letmaik-rawpy-v0.23.1_GH0.tar.gz) = 75984357 diff --git a/graphics/py-rawpy/files/patch-setup.py b/graphics/py-rawpy/files/patch-setup.py deleted file mode 100644 index f3927aab23c0..000000000000 --- a/graphics/py-rawpy/files/patch-setup.py +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.py.orig 2024-06-22 08:25:57 UTC -+++ setup.py -@@ -308,5 +308,5 @@ setup( - packages = find_packages(), - ext_modules = extensions, - package_data = package_data, -- install_requires=['numpy >= 2.0'] -+ install_requires=['numpy'] - )