Hi, ports@:

   Here is a patch for geo/py-planet:
   i) Update to 1.4.9
   ii) Remove the $openbsd$ tag in Makefile
and pkg/PLIST, suggested by portcheck
   iii) Set NO_TEST=yes since no tests bundled.

  It build and run well on amd64-7.1 system, no 
other port depend on it.

  Upstream changes:
1.4.9 (2021-12-07)

- New: analytic_8b_udm2 asset
- New: basic_analytic_8b_udm2 asset
- New: analytic_8b_sr_udm2 asset
- New: analytic_3b_udm2 asset
- Add support for 8-band asset types
- Add support for 3-band UDM2 asset type

1.4.8 (2021-11-30)

- New: ortho_analytic_3b asset
- Fix: broken links in documentation & readme
- New: requests now use custom `X-Planet-App` client header for tracking


wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/geo/py-planet/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    2 Nov 2021 00:01:14 -0000       1.11
+++ Makefile    6 Mar 2022 08:56:10 -0000
@@ -1,11 +1,8 @@
-# $OpenBSD: Makefile,v 1.11 2021/11/02 00:01:14 sthen Exp $
-
 COMMENT =      client library and CLI for Planet's public API
-#'
-MODPY_EGG_VERSION =    1.4.7
+
+MODPY_EGG_VERSION =    1.4.9
 DISTNAME =     planet-${MODPY_EGG_VERSION}
 PKGNAME =      py-${DISTNAME}
-REVISION =     0
 
 CATEGORIES =   geo
 
@@ -21,7 +18,7 @@ FLAVORS =             python3
 FLAVOR =               python3
 
 # tests not bundled; test infrastructure left here for manual fetches
-#NO_TEST =     Yes
+NO_TEST =      Yes
 
 MODPY_PYTEST = Yes
 RUN_DEPENDS += devel/py-click${MODPY_FLAVOR} \
Index: distinfo
===================================================================
RCS file: /cvs/ports/geo/py-planet/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    31 Aug 2021 11:59:01 -0000      1.6
+++ distinfo    6 Mar 2022 08:56:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (planet-1.4.7.tar.gz) = ZGAyO1O5pjKu1jMcn7yZh3suWEHGJoL2H10ZC486BSI=
-SIZE (planet-1.4.7.tar.gz) = 41743
+SHA256 (planet-1.4.9.tar.gz) = x3m7kj+j3b+ycd5A2SWyNwZjWIV15vgpqxpjEZgX+ns=
+SIZE (planet-1.4.9.tar.gz) = 41764
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/geo/py-planet/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   25 Feb 2020 10:02:55 -0000      1.3
+++ pkg/PLIST   6 Mar 2022 08:56:10 -0000
@@ -1,4 +1,3 @@
-@comment $OpenBSD: PLIST,v 1.3 2020/02/25 10:02:55 landry Exp $
 @conflict py-planet-*
 @pkgpath geo/py-planet
 bin/planet

Reply via email to