pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils New package for py-google-compute-engine aka ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c07025254fad
branches:  trunk
changeset: 359241:c07025254fad
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Mar 04 19:10:32 2017 +0000

description:
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:

 sysutils/Makefile                          |   3 +-
 sysutils/py-google-compute-engine/DESCR    |   9 ++
 sysutils/py-google-compute-engine/Makefile |  34 ++++++++++
 sysutils/py-google-compute-engine/PLIST    |  99 ++++++++++++++++++++++++++++++
 sysutils/py-google-compute-engine/distinfo |   6 +
 5 files changed, 150 insertions(+), 1 deletions(-)

diffs (181 lines):

diff -r b15cc901f46c -r c07025254fad sysutils/Makefile
--- a/sysutils/Makefile Sat Mar 04 15:11:10 2017 +0000
+++ b/sysutils/Makefile Sat Mar 04 19:10:32 2017 +0000
@@ -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-dbus
 SUBDIR+=       py-diffoscope
 SUBDIR+=       py-gnome-menus
+SUBDIR+=       py-google-compute-engine
 SUBDIR+=       py-kazoo
 SUBDIR+=       py-magic
 SUBDIR+=       py-notify
diff -r b15cc901f46c -r c07025254fad sysutils/py-google-compute-engine/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-google-compute-engine/DESCR   Sat Mar 04 19:10:32 2017 +0000
@@ -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 -r b15cc901f46c -r c07025254fad sysutils/py-google-compute-engine/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-google-compute-engine/Makefile        Sat Mar 04 19:10:32 2017 +0000
@@ -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@localhost
+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 -r b15cc901f46c -r c07025254fad sysutils/py-google-compute-engine/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-google-compute-engine/PLIST   Sat Mar 04 19:10:32 2017 +0000
@@ -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 -r b15cc901f46c -r c07025254fad sysutils/py-google-compute-engine/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-google-compute-engine/distinfo        Sat Mar 04 19:10:32 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index