pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Mar  4 19:10:32 UTC 2017

Modified Files:
        pkgsrc/sysutils: Makefile
Added Files:
        pkgsrc/sysutils/py-google-compute-engine: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.691 -r1.692 pkgsrc/sysutils/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/py-google-compute-engine/DESCR \
    pkgsrc/sysutils/py-google-compute-engine/Makefile \
    pkgsrc/sysutils/py-google-compute-engine/PLIST \
    pkgsrc/sysutils/py-google-compute-engine/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.691 pkgsrc/sysutils/Makefile:1.692
--- pkgsrc/sysutils/Makefile:1.691      Fri Feb 17 21:23:42 2017
+++ pkgsrc/sysutils/Makefile    Sat Mar  4 19:10:32 2017
@@ -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

Added files:

Index: pkgsrc/sysutils/py-google-compute-engine/DESCR
diff -u /dev/null pkgsrc/sysutils/py-google-compute-engine/DESCR:1.1
--- /dev/null   Sat Mar  4 19:10:32 2017
+++ pkgsrc/sysutils/py-google-compute-engine/DESCR      Sat Mar  4 19:10:32 2017
@@ -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.
Index: pkgsrc/sysutils/py-google-compute-engine/Makefile
diff -u /dev/null pkgsrc/sysutils/py-google-compute-engine/Makefile:1.1
--- /dev/null   Sat Mar  4 19:10:32 2017
+++ pkgsrc/sysutils/py-google-compute-engine/Makefile   Sat Mar  4 19:10:32 2017
@@ -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"
Index: pkgsrc/sysutils/py-google-compute-engine/PLIST
diff -u /dev/null pkgsrc/sysutils/py-google-compute-engine/PLIST:1.1
--- /dev/null   Sat Mar  4 19:10:32 2017
+++ pkgsrc/sysutils/py-google-compute-engine/PLIST      Sat Mar  4 19:10:32 2017
@@ -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
Index: pkgsrc/sysutils/py-google-compute-engine/distinfo
diff -u /dev/null pkgsrc/sysutils/py-google-compute-engine/distinfo:1.1
--- /dev/null   Sat Mar  4 19:10:32 2017
+++ pkgsrc/sysutils/py-google-compute-engine/distinfo   Sat Mar  4 19:10:32 2017
@@ -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