pkgsrc/sysutils/py-google-compute-engine/Makefile
bsiegert 27448ae235 Update py-google-compute-engine to 20170829.
August 29, 2017

  * New packaging for Debian, CentOS, and RHEL.
  * Fix for updating EL 6 package in the SCL Python 2.7 environment.

August 16, 2017

  * Add support for internal IP address load balancing.
  * Add support for configuring user and group management commands.
  * Improve security of authorized keys file writes.

July 18, 2017

  * Allow nologin paths other than /sbin/nologin.
  * Try to download GCS URLs with curl if gsutil is not installed.

June 09, 2017

  * Add a configuration option to disable IP alias support.
  * Support instance configuration using the google-instance-configs metadata
    key.
2017-09-02 18:22:31 +00:00

38 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.4 2017/09/02 18:22:31 bsiegert Exp $
GITHUB_PROJECT= compute-image-packages
GITHUB_TAG= 20170829
DISTNAME= google-compute-engine-${GITHUB_TAG}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=GoogleCloudPlatform/}
DIST_SUBDIR= ${GITHUB_PROJECT}
MAINTAINER= bsiegert@NetBSD.org
HOMEPAGE= https://cloud.google.com/compute/docs/images
COMMENT= Packages for Google Compute Engine images
LICENSE= apache-2.0
# Uses [[ =~ ]]
USE_TOOLS+= bash:run
REPLACE_BASH+= scripts/optimize_local_ssd scripts/set_multiqueue
WRKSRC= ${WRKDIR}/compute-image-packages-${GITHUB_TAG}
SUBST_CLASSES+= paths
SUBST_FILES.paths= google_compute_engine/config_manager.py \
google_compute_engine/accounts/accounts_daemon.py \
google_compute_engine/accounts/accounts_utils.py \
google_compute_engine/boto/boto_config.py \
google_compute_engine/clock_skew/clock_skew_daemon.py \
google_compute_engine/instance_setup/instance_config.py \
google_compute_engine/ip_forwarding/ip_forwarding_daemon.py
SUBST_STAGE.paths= pre-configure
SUBST_MESSAGE.paths= Fixing absolute paths.
SUBST_SED.paths= -e 's,/etc,${PREFIX},g'
SUBST_SED.paths+= -e 's,/var,${VARBASE},g'
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"