From 830a591afdd58e76acdd8bee67cdf82c445b0250 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 23 Aug 2017 15:30:10 +0200 Subject: [PATCH] GCP-Guest-Environment: add missing pycompile_module --- srcpkgs/GCP-Guest-Environment/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/GCP-Guest-Environment/template b/srcpkgs/GCP-Guest-Environment/template index 56a9355e4b3..7b4c7232192 100644 --- a/srcpkgs/GCP-Guest-Environment/template +++ b/srcpkgs/GCP-Guest-Environment/template @@ -1,21 +1,22 @@ # Template file for 'GCP-Guest-Environment' pkgname=GCP-Guest-Environment version=20170718 -revision=1 -wrksrc=compute-image-packages-$version +revision=2 noarch=yes +wrksrc="compute-image-packages-${version}" build_style=python2-module -hostmakedepends="python python-setuptools" -depends="$hostmakedepends python-boto socklog-void" +pycompile_module="google_compute_engine" +hostmakedepends="python-setuptools" +depends="${hostmakedepends} python-boto socklog-void" short_desc="Packages for Google Compute Engine Linux images" # Though I work for Google, this package is not officially recognized # or maintained by Google. I maintain this on a best effort basis # when I have free time. I use my work email for this only because it # makes a little more sense to me than my VoidLinux email. maintainer="Michael Aldridge " -license="Apache-2" +license="Apache-2.0" homepage="https://github.com/GoogleCloudPlatform/compute-image-packages" -distfiles="https://github.com/GoogleCloudPlatform/compute-image-packages/archive/$version.tar.gz" +distfiles="https://github.com/GoogleCloudPlatform/compute-image-packages/archive/${version}.tar.gz" checksum=c161a4d5a86e40be981bcb3a31aeb3bf9995b96d8302ef800a0251b17f72b254 post_install() {