diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2017-03-04 19:10:32 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2017-03-04 19:10:32 +0000 |
commit | 78b05401543ab139d26c4112ae33349220024fc7 (patch) | |
tree | 9ebcc7257be9da7ca6a4b29473f1048dbc04f805 /sysutils | |
parent | 4915f6a2a5e849c284c723bdb8e4ae9ce3d6c306 (diff) | |
download | pkgsrc-78b05401543ab139d26c4112ae33349220024fc7.tar.gz |
New package for py-google-compute-engine aka compute-engine-packages.
The guest environment denotes the Google provided configuration and tooling
inside of a Google Compute Engine (GCE) virtual machine. The metadata server is
a communication channel for transferring information from a client into the
guest. The guest environment includes a set of scripts and daemons (long
running processes) that read the content of the metadata server to make a
virtual machine run properly on our platform.
You probably do not need this package unless you are running in a virtual
machine on Google Compute Engine.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 3 | ||||
-rw-r--r-- | sysutils/py-google-compute-engine/DESCR | 9 | ||||
-rw-r--r-- | sysutils/py-google-compute-engine/Makefile | 34 | ||||
-rw-r--r-- | sysutils/py-google-compute-engine/PLIST | 99 | ||||
-rw-r--r-- | sysutils/py-google-compute-engine/distinfo | 6 |
5 files changed, 150 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index efa66be2a68..1b8db71a504 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.691 2017/02/17 21:23:42 jmmv Exp $ +# $NetBSD: Makefile,v 1.692 2017/03/04 19:10:32 bsiegert Exp $ # COMMENT= System utilities @@ -445,6 +445,7 @@ SUBDIR+= py-collectd SUBDIR+= py-dbus SUBDIR+= py-diffoscope SUBDIR+= py-gnome-menus +SUBDIR+= py-google-compute-engine SUBDIR+= py-kazoo SUBDIR+= py-magic SUBDIR+= py-notify diff --git a/sysutils/py-google-compute-engine/DESCR b/sysutils/py-google-compute-engine/DESCR new file mode 100644 index 00000000000..9a79aa2de6b --- /dev/null +++ b/sysutils/py-google-compute-engine/DESCR @@ -0,0 +1,9 @@ +The guest environment denotes the Google provided configuration and tooling +inside of a Google Compute Engine (GCE) virtual machine. The metadata server is +a communication channel for transferring information from a client into the +guest. The guest environment includes a set of scripts and daemons (long +running processes) that read the content of the metadata server to make a +virtual machine run properly on our platform. + +You probably do not need this package unless you are running in a virtual +machine on Google Compute Engine. diff --git a/sysutils/py-google-compute-engine/Makefile b/sysutils/py-google-compute-engine/Makefile new file mode 100644 index 00000000000..637bf23f0fb --- /dev/null +++ b/sysutils/py-google-compute-engine/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1 2017/03/04 19:10:32 bsiegert Exp $ + +GITHUB_PROJECT= compute-image-packages +GITHUB_TAG= 20170302 +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 + +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" diff --git a/sysutils/py-google-compute-engine/PLIST b/sysutils/py-google-compute-engine/PLIST new file mode 100644 index 00000000000..511e52efe74 --- /dev/null +++ b/sysutils/py-google-compute-engine/PLIST @@ -0,0 +1,99 @@ +@comment $NetBSD: PLIST,v 1.1 2017/03/04 19:10:32 bsiegert Exp $ +bin/google_accounts_daemon +bin/google_clock_skew_daemon +bin/google_instance_setup +bin/google_ip_forwarding_daemon +bin/google_metadata_script_runner +bin/google_network_setup +bin/optimize_local_ssd +bin/set_multiqueue +${PYSITELIB}/google_compute_engine-2.3.4-py${PYVERSSUFFIX}.egg-info/PKG-INFO +${PYSITELIB}/google_compute_engine-2.3.4-py${PYVERSSUFFIX}.egg-info/SOURCES.txt +${PYSITELIB}/google_compute_engine-2.3.4-py${PYVERSSUFFIX}.egg-info/dependency_links.txt +${PYSITELIB}/google_compute_engine-2.3.4-py${PYVERSSUFFIX}.egg-info/entry_points.txt +${PYSITELIB}/google_compute_engine-2.3.4-py${PYVERSSUFFIX}.egg-info/requires.txt +${PYSITELIB}/google_compute_engine-2.3.4-py${PYVERSSUFFIX}.egg-info/top_level.txt +${PYSITELIB}/google_compute_engine/__init__.py +${PYSITELIB}/google_compute_engine/__init__.pyo +${PYSITELIB}/google_compute_engine/__init__.pyc +${PYSITELIB}/google_compute_engine/compat.pyo +${PYSITELIB}/google_compute_engine/compat.pyc +${PYSITELIB}/google_compute_engine/config_manager.pyo +${PYSITELIB}/google_compute_engine/config_manager.pyc +${PYSITELIB}/google_compute_engine/file_utils.pyo +${PYSITELIB}/google_compute_engine/file_utils.pyc +${PYSITELIB}/google_compute_engine/logger.pyo +${PYSITELIB}/google_compute_engine/logger.pyc +${PYSITELIB}/google_compute_engine/metadata_watcher.pyo +${PYSITELIB}/google_compute_engine/metadata_watcher.pyc +${PYSITELIB}/google_compute_engine/network_utils.pyo +${PYSITELIB}/google_compute_engine/network_utils.pyc +${PYSITELIB}/google_compute_engine/test_compat.pyo +${PYSITELIB}/google_compute_engine/test_compat.pyc +${PYSITELIB}/google_compute_engine/accounts/__init__.py +${PYSITELIB}/google_compute_engine/accounts/__init__.pyo +${PYSITELIB}/google_compute_engine/accounts/__init__.pyc +${PYSITELIB}/google_compute_engine/accounts/accounts_daemon.pyo +${PYSITELIB}/google_compute_engine/accounts/accounts_daemon.pyc +${PYSITELIB}/google_compute_engine/accounts/accounts_utils.pyo +${PYSITELIB}/google_compute_engine/accounts/accounts_utils.pyc +${PYSITELIB}/google_compute_engine/accounts/accounts_daemon.py +${PYSITELIB}/google_compute_engine/accounts/accounts_utils.py +${PYSITELIB}/google_compute_engine/boto/__init__.py +${PYSITELIB}/google_compute_engine/boto/__init__.pyo +${PYSITELIB}/google_compute_engine/boto/__init__.pyc +${PYSITELIB}/google_compute_engine/boto/boto_config.pyo +${PYSITELIB}/google_compute_engine/boto/boto_config.pyc +${PYSITELIB}/google_compute_engine/boto/compute_auth.pyo +${PYSITELIB}/google_compute_engine/boto/compute_auth.pyc +${PYSITELIB}/google_compute_engine/boto/boto_config.py +${PYSITELIB}/google_compute_engine/boto/compute_auth.py +${PYSITELIB}/google_compute_engine/clock_skew/__init__.py +${PYSITELIB}/google_compute_engine/clock_skew/__init__.pyo +${PYSITELIB}/google_compute_engine/clock_skew/__init__.pyc +${PYSITELIB}/google_compute_engine/clock_skew/clock_skew_daemon.pyo +${PYSITELIB}/google_compute_engine/clock_skew/clock_skew_daemon.pyc +${PYSITELIB}/google_compute_engine/clock_skew/clock_skew_daemon.py +${PYSITELIB}/google_compute_engine/compat.py +${PYSITELIB}/google_compute_engine/config_manager.py +${PYSITELIB}/google_compute_engine/file_utils.py +${PYSITELIB}/google_compute_engine/instance_setup/__init__.py +${PYSITELIB}/google_compute_engine/instance_setup/__init__.pyo +${PYSITELIB}/google_compute_engine/instance_setup/__init__.pyc +${PYSITELIB}/google_compute_engine/instance_setup/instance_config.pyo +${PYSITELIB}/google_compute_engine/instance_setup/instance_config.pyc +${PYSITELIB}/google_compute_engine/instance_setup/instance_setup.pyo +${PYSITELIB}/google_compute_engine/instance_setup/instance_setup.pyc +${PYSITELIB}/google_compute_engine/instance_setup/instance_config.py +${PYSITELIB}/google_compute_engine/instance_setup/instance_setup.py +${PYSITELIB}/google_compute_engine/ip_forwarding/__init__.py +${PYSITELIB}/google_compute_engine/ip_forwarding/__init__.pyo +${PYSITELIB}/google_compute_engine/ip_forwarding/__init__.pyc +${PYSITELIB}/google_compute_engine/ip_forwarding/ip_forwarding_daemon.pyo +${PYSITELIB}/google_compute_engine/ip_forwarding/ip_forwarding_daemon.pyc +${PYSITELIB}/google_compute_engine/ip_forwarding/ip_forwarding_utils.pyo +${PYSITELIB}/google_compute_engine/ip_forwarding/ip_forwarding_utils.pyc +${PYSITELIB}/google_compute_engine/ip_forwarding/ip_forwarding_daemon.py +${PYSITELIB}/google_compute_engine/ip_forwarding/ip_forwarding_utils.py +${PYSITELIB}/google_compute_engine/logger.py +${PYSITELIB}/google_compute_engine/metadata_scripts/__init__.py +${PYSITELIB}/google_compute_engine/metadata_scripts/__init__.pyo +${PYSITELIB}/google_compute_engine/metadata_scripts/__init__.pyc +${PYSITELIB}/google_compute_engine/metadata_scripts/script_executor.pyo +${PYSITELIB}/google_compute_engine/metadata_scripts/script_executor.pyc +${PYSITELIB}/google_compute_engine/metadata_scripts/script_manager.pyo +${PYSITELIB}/google_compute_engine/metadata_scripts/script_manager.pyc +${PYSITELIB}/google_compute_engine/metadata_scripts/script_retriever.pyo +${PYSITELIB}/google_compute_engine/metadata_scripts/script_retriever.pyc +${PYSITELIB}/google_compute_engine/metadata_scripts/script_executor.py +${PYSITELIB}/google_compute_engine/metadata_scripts/script_manager.py +${PYSITELIB}/google_compute_engine/metadata_scripts/script_retriever.py +${PYSITELIB}/google_compute_engine/metadata_watcher.py +${PYSITELIB}/google_compute_engine/network_setup/__init__.py +${PYSITELIB}/google_compute_engine/network_setup/__init__.pyo +${PYSITELIB}/google_compute_engine/network_setup/__init__.pyc +${PYSITELIB}/google_compute_engine/network_setup/network_setup.pyo +${PYSITELIB}/google_compute_engine/network_setup/network_setup.pyc +${PYSITELIB}/google_compute_engine/network_setup/network_setup.py +${PYSITELIB}/google_compute_engine/network_utils.py +${PYSITELIB}/google_compute_engine/test_compat.py diff --git a/sysutils/py-google-compute-engine/distinfo b/sysutils/py-google-compute-engine/distinfo new file mode 100644 index 00000000000..d8bbdf2dd69 --- /dev/null +++ b/sysutils/py-google-compute-engine/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/03/04 19:10:32 bsiegert Exp $ + +SHA1 (compute-image-packages/google-compute-engine-20170302-20170302.tar.gz) = c572bfb38914fc1dba42eb3f372a263b11430938 +RMD160 (compute-image-packages/google-compute-engine-20170302-20170302.tar.gz) = 936db55b9db465df5b9d52c4838a7125c12d43eb +SHA512 (compute-image-packages/google-compute-engine-20170302-20170302.tar.gz) = 34df74ba9913f4a59360c7d4b7f970194b8537ac9307031de074e695818ee893f0f5039e076b7b5216c7e3c0494cd24c395f7fa2cc00aac760745636e595e9ab +Size (compute-image-packages/google-compute-engine-20170302-20170302.tar.gz) = 103857 bytes |