Index | Thread | Search

From:
Daniel Dickman <didickman@gmail.com>
Subject:
[new] py-types-python-dateutil (needed for jupyter notebook update)
To:
ports@openbsd.org
Date:
Wed, 14 May 2025 21:52:51 -0400

Download raw body.

Thread
py-arrow is missing an RDEP on py-types-python-dateutil. This is a blocker 
for updating jupyter notebook since that port strictly checks the full 
tree of DEPs.

ok to import the new port and on the diff below?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-arrow/Makefile,v
diff -u -p -u -r1.17 Makefile
--- Makefile	21 Feb 2025 10:23:16 -0000	1.17
+++ Makefile	15 May 2025 01:50:30 -0000
@@ -5,7 +5,7 @@ DISTNAME=	arrow-${MODPY_DISTV}
 PKGNAME=	py-${DISTNAME}
 CATEGORIES=	devel
 HOMEPAGE=	https://arrow.readthedocs.io
-REVISION=	1
+REVISION=	2
 
 # Apache 2.0
 PERMIT_PACKAGE= Yes
@@ -14,7 +14,9 @@ MODULES=	lang/python
 MODPY_PI=	Yes
 MODPY_PYBUILD=	flit_core
 
-RUN_DEPENDS=	devel/py-dateutil
+RUN_DEPENDS=	devel/py-dateutil \
+		devel/py-types-python-dateutil
+
 TEST_DEPENDS=	devel/py-simplejson \
 		devel/py-test-cov \
 		devel/py-test-mock \