Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions srcpkgs/GCP-Guest-Environment/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Template file for 'GCP-Guest-Environment'
pkgname=GCP-Guest-Environment
version=20191210
revision=2
revision=3
wrksrc="compute-image-packages-${version}"
build_wrksrc="packages/python-google-compute-engine"
build_style=python2-module
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-boto socklog-void"
build_style=python3-module
hostmakedepends="python3-setuptools python3-distro"
depends="${hostmakedepends} socklog-void"
checkdepends="${depends} python3-pytest python3-pytest-cov"
short_desc="Packages for Google Compute Engine Linux images"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/GoogleCloudPlatform/compute-image-packages"
distfiles="https://github.com/GoogleCloudPlatform/compute-image-packages/archive/v${version}.tar.gz"
checksum=19a2ca537f876e4a19341646f2865c6429b8ea041a3a6651ff8c1ed966f72fe1

do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest -k 'not CallDhclientIpv6'
}

post_install() {
for _i in Guest-Initialization accounts clock-skew ip-forwarding ; do
vsv GCP-$_i;
Expand Down
71 changes: 0 additions & 71 deletions srcpkgs/python-boto/template

This file was deleted.

1 change: 0 additions & 1 deletion srcpkgs/python3-boto

This file was deleted.

2 changes: 2 additions & 0 deletions srcpkgs/removed-packages/template
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ replaces="
python-Pygments<=2.5.2_4
python-SecretStorage<=2.3.1_4
python-audit<=2.8.5_2
python-boto<=2.49.0_5
python-chardet<=4.0.0_3
python-configobj<=5.0.6_9
python-crypto<=3.9.7_3
Expand Down Expand Up @@ -380,6 +381,7 @@ replaces="
python3-aiohttp-cors2<=0.7.0_3
python3-aiohttp2<=2.3.10_4
python3-bluez<=0.23_2
python3-boto<=2.49.0_5
python3-docker-pycreds<=0.4.0_4
python3-grako<=3.99.9_7
python3-idna-ssl<=1.1.0_3
Expand Down