summaryrefslogtreecommitdiff
path: root/sysutils/py-google-compute-engine
Commit message (Collapse)AuthorAgeFilesLines
* */*: Introduction USES=sudoXavier Beaudouin2025-11-111-3/+2
| | | | | | | | | | | | | | | | | | A new uses 'sudo' has been added to transperently depends of the proper flavor of sudo 'default' or 'sssd' depending on the default version set by the user. If you prefere to use 'sssd' flavor of sudo, add the following to your make.conf: DEFAULT_VERSIONS+=sudo=sssd All sudo consummer ports has benn updated to USES=sudo Reviewed by: 0mp Approved by: mat Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D52160
* */*: PORTREVISION++ on some @sample-using portsColin Percival2025-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | The handling of @sample with regard to no-root installation was recently fixed, by 452309533805 (in ports) plus changes in pkg 2.4. These need new packages built before they will correctly install, including into VM images generated as part of the FreeBSD release process. Unfortunately with the release scheduled for just a few weeks away and generally slow arm64 package building, there isn't time for a full pkg set rebuild; so bump a handful of ports which are used in the release process so that they will be rebuilt. Users who are not building VM images using the "no-root" pathway (aka using a METALOG index of the disk image) are not affected by this; we doubt anyone other than re@ will notice. With hat: re@ Discussed with: bapt, antoine
* sysutils/py-google-compute-engine: revive portXin LI2025-05-0913-0/+341
| | | | | | | | | | | This reverts commit 5a7ff5102154b08055c37868810192a9dca8044b and uses www/py-boto3 instead of the removed devel/py-boto, and releng-gce@ assumes maintainership. This is meant to be a temporary measure as we are exploring alternatives for GCE support. MFH: 2025Q2
* sysutils/py-google-compute-engine: Remove expired portRene Ladan2025-03-3113-344/+0
| | | | 2025-03-31 sysutils/py-google-compute-engine: Depends on expired devel/py-boto
* python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removalCharlie Li2025-03-081-0/+1
| | | | | | | | Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
* sysutils/py-google-compute-engine: expire on 2025-03-31 for devel/py-botoRene Ladan2025-02-111-0/+3
|
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* sysutils/py-google-compute-engine: Clean up MakefilePo-Chuan Hsieh2022-11-191-4/+1
| | | | Reference: https://github.com/GoogleCloudPlatform/compute-image-packages/blob/20190522/packages/python-google-compute-engine/setup.py#L26-L27
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* sysutils/py-google-compute-engine: Fix google_set_hostname script.Xin LI2021-04-133-65/+5
| | | | | - Remove duplicated copy of the script - Use -i '' instead of -i for inplace sed(1).
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-067-12/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-5/+6
| | | | Notes: svn path=/head/; revision=508909
* - Reset maintainer due to fatal email bouncesRyan Steinmetz2019-08-031-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=507972
* sysutils/py-google-compute-engine: update to version 2.8.16Steve Wills2019-05-272-6/+5
| | | | | | | | PR: 238175 Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) Notes: svn path=/head/; revision=502829
* sysutils/py-google-compute-engine: put back boto dependencySteve Wills2019-05-271-2/+3
| | | | | | | | PR: 238122 Approved by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) Notes: svn path=/head/; revision=502800
* sysutils/py-google-compute-engine: disable botoSteve Wills2019-05-132-3/+5
| | | | | | | | | | | This avoids breakage when running with python3 PR: 237877 Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) MFH: 2019Q2 Notes: svn path=/head/; revision=501581
* sysutils/py-google-compute-engine: fix daemons in python 2.7 caseSteve Wills2019-05-136-15/+13
| | | | | | | | | | PR: 237845 Reviewed by: koobs Approved by: implicit (portmgr, python, jfi blanket) MFH: 2019Q2 Notes: svn path=/head/; revision=501547
* sysutils/py-google-compute-engine: update to 20190416 [1]Steve Wills2019-04-232-6/+13
| | | | | | | | | | | | | | | This fixes a python3 runtime issue [1] While here, pull in missing dependency in python3 case [2] PR: 237505 [1] PR: 237203 [2] Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) [1] Submitted by: Miroslav Lachman <000.fbsd@quip.cz> [2] Approved by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) [2] Notes: svn path=/head/; revision=499790
* Patch to add missing config and take the maintainershipRodrigo Osorio2019-04-112-2/+4
| | | | | | | | | | | | | | | | | Two new variables was added to instance_config.cfg file in version 2.8.13 to allow the addition and removal of users from groups. I am also taking over the maintainership of this packages as previously discussed with Helen. Bump PORTREVISION. PR: 236500 Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> Approved by: Helen Koike <helen.koike@collabora.com> (maintainer) Notes: svn path=/head/; revision=498656
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* - Update to 2.8.13Wen Heping2019-03-042-6/+6
| | | | | | | | PR: 235738 Submitted by: lucas.kanashiro@collabora.com(maintainer) Notes: svn path=/head/; revision=494552
* sysutils/py-google-compute-engine: update to 2.8.6Steve Wills2018-11-236-187/+10
| | | | | | | | | PR: 232439 Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> Approved by: Helen Koike <helen.koike@collabora.com> (maintainer, earlier version of patch) Notes: svn path=/head/; revision=485701
* sysutils/py-google-compute-engine: remove patches for InstanceSetupSteve Wills2018-08-194-28/+7
| | | | | | | | | | While here, pet portlint by fixing shebang and bump PORTREVISION. PR: 230741 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) Notes: svn path=/head/; revision=477577
* sysutils/py-google-compute-engine: fix default shellSteve Wills2018-07-182-1/+2
| | | | | | | | | | PR: 229817 Submitted by: Gustavo Serra Scalet <gustavo.scalet@collabora.com> Approved by: Helen Koike <helen.koike@collabora.com> (maintainer) MFH: 2018Q3 Notes: svn path=/head/; revision=474866
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* sysutils/py-google-compute-engine: update to 2.8.3Steve Wills2018-06-1420-203/+210
| | | | | | | | PR: 228999 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) Notes: svn path=/head/; revision=472394
* sysutils/py-google-compute-engine: Fix hostname and bash usageSteve Wills2018-05-224-2/+137
| | | | | | | | | PR: 228428 PR: 228252 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) Notes: svn path=/head/; revision=470666
* sysutils/py-google-compute-engine: Fix gsutil not being foundSteve Wills2018-05-222-2/+4
| | | | | | | | PR: 228415 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer Notes: svn path=/head/; revision=470611
* sysutils/py-google-compute-engine: Fixes agent logging to syslog (console)Steve Wills2018-05-223-1/+13
| | | | | | | | PR: 228411 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) Notes: svn path=/head/; revision=470608
* sysutils/py-google-compute-engine: add missing dependencySteve Wills2018-03-301-0/+2
| | | | | | | | PR: 227114 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) Notes: svn path=/head/; revision=465981
* sysutils/py-google-compute-engine: Update 2.6.1 -> 2.7.6Yuri Victorovich2018-03-275-39/+11
| | | | | | | | | | Patch updates. PR: 227006 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) Notes: svn path=/head/; revision=465736
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* * Updated to 2.6.1Richard Gallamore2017-11-2818-287/+29
| | | | | | | | | | * Removed obsolete patch files PR: 222608 Submitted by: Helen Koike (maintainer) Notes: svn path=/head/; revision=455073
* Fixed ntpd starting too early causing other services to fail at start.Richard Gallamore2017-10-154-2/+4
| | | | | | | | | | | | Fixed error when stopping services. PR: 222197 Submitted by: Helen Koike (maintainer) Reported by: Vick Khera MFH: 2017Q4 Notes: svn path=/head/; revision=452169
* Add missing rc script, this should fix possible issues with ip forwardingRichard Gallamore2017-09-031-0/+2
| | | | | | | | | | | PR: 221917 Submitted by: Helen Koike (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12207 Notes: svn path=/head/; revision=449170
* Google Compute Engine offers scripts and daemons which runs in theRichard Gallamore2017-08-1924-0/+728
background and provides the following services: - Accounts daemon to setup and manage user accounts, and to enable SSH key based authentication. - Clock skew daemon to keep the system clock in sync after VM start and stop events. - Instance setup scripts to execute VM configuration scripts during boot. - IP forwarding daemon that integrates network load balancing with forwarding rule changes into the guest. - Metadata scripts to run user provided scripts at VM startup and shutdown. - Network setup service to enable multiple network interfaces on boot. WWW: https://github.com/GoogleCloudPlatform/compute-image-packages PR: 219687 Submitted by: Helen Koike (maintainer) Reviewed by: matthew (mentor), koobs, sunpoet, swills, julian Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12077 Notes: svn path=/head/; revision=448349