# Contributor: Patrycja Rosa # Maintainer: Patrycja Rosa pkgname=py3-pyvmomi pkgver=8.0.0.1.2 pkgrel=0 pkgdesc="VMware vSphere Python SDK" url="https://github.com/vmware/pyvmomi" arch="noarch" license="Apache-2.0" depends="python3 py3-requests" makedepends="py3-setuptools" checkdepends="py3-pytest py3-vcrpy" source="https://github.com/vmware/pyvmomi/archive/v$pkgver/py3-pyvmomi-$pkgver.tar.gz" builddir="$srcdir/pyvmomi-$pkgver" options="!check" # tests are massively outdated build() { python3 setup.py build } check() { pytest } package() { python3 setup.py install --skip-build --root="$pkgdir" } sha512sums=" 08f8fb5b8375fbbfd0c10fac1cc75b8b05567929e0bf68840ae8fcd67e813320f905872c151acd33629c7a45c564a9f75208916cc58ef2a93252988d5191667d py3-pyvmomi-8.0.0.1.2.tar.gz "