Hi, ports@:

   Here is a patch for geo/py-planet:
   i) Update to 2.10.0
   ii) Add missing RUN_D

   It build and run well on amd64-current system.
   Before commit this patch, new port geo/py-geojson(which
I submitted just now) should be imported into portstree.

Best Regards,
wen
Index: geo/py-planet/Makefile
===================================================================
RCS file: /cvs/ports/geo/py-planet/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- geo/py-planet/Makefile      15 Jun 2024 07:08:11 -0000      1.19
+++ geo/py-planet/Makefile      15 Jul 2024 07:57:46 -0000
@@ -1,6 +1,6 @@
 COMMENT =      client library and CLI for Planet's public API
 
-MODPY_EGG_VERSION =    2.9
+MODPY_EGG_VERSION =    2.10.0
 DISTNAME =     planet-${MODPY_EGG_VERSION}
 PKGNAME =      py-${DISTNAME}
 
@@ -18,6 +18,11 @@ FLAVORS =    python3
 FLAVOR =       python3
 
 RUN_DEPENDS += devel/py-click${MODPY_FLAVOR} \
+               devel/py-jsonschema${MODPY_FLAVOR} \
+               devel/py-tqdm${MODPY_FLAVOR} \
+               geo/py-geojson${MODPY_FLAVOR} \
+               www/py-jwt${MODPY_FLAVOR} \
+               www/py-httpx${MODPY_FLAVOR} \
                www/py-requests${MODPY_FLAVOR} \
                www/py-requests-futures${MODPY_FLAVOR}
 TEST_DEPENDS = devel/py-mock${MODPY_FLAVOR} \
Index: geo/py-planet/distinfo
===================================================================
RCS file: /cvs/ports/geo/py-planet/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- geo/py-planet/distinfo      15 Jun 2024 07:08:11 -0000      1.10
+++ geo/py-planet/distinfo      15 Jul 2024 07:57:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (planet-2.9.tar.gz) = FiBaqSlZ+AgWpYv88bIeEYTexS5eMEDC8iQrvlFJ4I8=
-SIZE (planet-2.9.tar.gz) = 62109
+SHA256 (planet-2.10.0.tar.gz) = pWkb3xCTs8ZXFOnJo5Zxulns4k8Xo+tCxfTpZYY6gYU=
+SIZE (planet-2.10.0.tar.gz) = 61840

Reply via email to