aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 14:25:55 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 14:25:55 +0000
commita974020a3547b29236709eabb50ffa4bcb3ed557 (patch)
treec85b7deaba4f8a85820acd7fcc4e02dd906b9f75
parent0b8a4babea8b72d72f9abe0d9d5d912d4359ce36 (diff)
downloadports-a974020a3547b29236709eabb50ffa4bcb3ed557.tar.gz
ports-a974020a3547b29236709eabb50ffa4bcb3ed557.zip
devel/py-pycocotools: Update to 2.0.8
-rw-r--r--devel/py-pycocotools/Makefile4
-rw-r--r--devel/py-pycocotools/distinfo6
-rw-r--r--devel/py-pycocotools/files/patch-pyproject.toml6
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/py-pycocotools/Makefile b/devel/py-pycocotools/Makefile
index a12d8dca057e..c218cfac71db 100644
--- a/devel/py-pycocotools/Makefile
+++ b/devel/py-pycocotools/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pycocotools
-PORTVERSION= 2.0.7
+PORTVERSION= 2.0.8
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
-USES= python
+USES= python:3.9+
USE_PYTHON= autoplist concurrent cython pep517
post-install:
diff --git a/devel/py-pycocotools/distinfo b/devel/py-pycocotools/distinfo
index b8eb70d8dc0f..83ac49c7d9a7 100644
--- a/devel/py-pycocotools/distinfo
+++ b/devel/py-pycocotools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692211759
-SHA256 (pycocotools-2.0.7.tar.gz) = da8b7815196eebf0adabf67fcc459126cbc6498bbc6ab1fd144c371465d86879
-SIZE (pycocotools-2.0.7.tar.gz) = 24965
+TIMESTAMP = 1718690474
+SHA256 (pycocotools-2.0.8.tar.gz) = 8f2bcedb786ba26c367a3680f9c4eb5b2ad9dccb2b34eaeb205e0a021e1dfb8d
+SIZE (pycocotools-2.0.8.tar.gz) = 24993
diff --git a/devel/py-pycocotools/files/patch-pyproject.toml b/devel/py-pycocotools/files/patch-pyproject.toml
index 99b5925c9fe1..e51a028b2392 100644
--- a/devel/py-pycocotools/files/patch-pyproject.toml
+++ b/devel/py-pycocotools/files/patch-pyproject.toml
@@ -1,10 +1,10 @@
---- pyproject.toml.orig 2022-11-04 06:39:37 UTC
+--- pyproject.toml.orig 2024-06-17 01:36:18 UTC
+++ pyproject.toml
-@@ -1,7 +1,7 @@
+@@ -1,7 +1,7 @@ requires = [
[build-system]
requires = [
"cython>=0.27.3",
-- "oldest-supported-numpy",
+- "numpy>=2.0.0rc1",
+ "numpy",
"setuptools>=43.0.0",
"wheel",