Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2019 20:17:45 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499790 - head/sysutils/py-google-compute-engine
Message-ID:  <201904232017.x3NKHjCJ096828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Apr 23 20:17:44 2019
New Revision: 499790
URL: https://svnweb.freebsd.org/changeset/ports/499790

Log:
  sysutils/py-google-compute-engine: update to 20190416 [1]
  
  This fixes a python3 runtime issue [1]
  
  While here, pull in missing dependency in python3 case [2]
  
  PR:		237505 [1]
  PR:		237203 [2]
  Submitted by:	Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) [1]
  Submitted by:	Miroslav Lachman <000.fbsd@quip.cz> [2]
  Approved by:	Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) [2]

Modified:
  head/sysutils/py-google-compute-engine/Makefile   (contents, props changed)
  head/sysutils/py-google-compute-engine/distinfo   (contents, props changed)

Modified: head/sysutils/py-google-compute-engine/Makefile
==============================================================================
--- head/sysutils/py-google-compute-engine/Makefile	Tue Apr 23 19:54:07 2019	(r499789)
+++ head/sysutils/py-google-compute-engine/Makefile	Tue Apr 23 20:17:44 2019	(r499790)
@@ -2,7 +2,7 @@
 
 PORTNAME=	google-compute-engine
 DISTVERSION=	2.8.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -18,16 +18,23 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-bo
 		google_oslogin_control:sysutils/google-compute-engine-oslogin \
 		sudo:security/sudo
 
+.if ${FLAVOR:Upy36:Mpy3*}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR}
+.endif
+
 USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 
+WRKSRC_SUBDIR=  packages/python-google-compute-engine
+
 NO_ARCH=	yes
-SHEBANG_FILES=	scripts/google_set_multiqueue scripts/google_optimize_local_ssd
+SHEBANG_FILES=	../google-compute-engine/src/usr/bin/google_set_multiqueue \
+		../google-compute-engine/src/usr/bin/google_optimize_local_ssd
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	GoogleCloudPlatform
 GH_PROJECT=	compute-image-packages
-GH_TAGNAME=	20190124
+GH_TAGNAME=	20190416
 
 USE_RC_SUBR=	google_instance_setup \
 		google_accounts_daemon \

Modified: head/sysutils/py-google-compute-engine/distinfo
==============================================================================
--- head/sysutils/py-google-compute-engine/distinfo	Tue Apr 23 19:54:07 2019	(r499789)
+++ head/sysutils/py-google-compute-engine/distinfo	Tue Apr 23 20:17:44 2019	(r499790)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551668922
-SHA256 (GoogleCloudPlatform-compute-image-packages-2.8.13-20190124_GH0.tar.gz) = 09637f951245729c66eb5b7b9ed49bead31349b29829baf5c8a4e5d45405a2f4
-SIZE (GoogleCloudPlatform-compute-image-packages-2.8.13-20190124_GH0.tar.gz) = 126211
+TIMESTAMP = 1556025006
+SHA256 (GoogleCloudPlatform-compute-image-packages-2.8.13-20190416_GH0.tar.gz) = cef65af726b7c32db9035266804e0393b54196fabd1007026554bae2d9540de4
+SIZE (GoogleCloudPlatform-compute-image-packages-2.8.13-20190416_GH0.tar.gz) = 130216



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904232017.x3NKHjCJ096828>