SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
47
sysutils/py-vsphere-automation/Makefile
Normal file
47
sysutils/py-vsphere-automation/Makefile
Normal file
|
@ -0,0 +1,47 @@
|
|||
COMMENT = VMware vSphere Automation SDK for Python
|
||||
|
||||
MODPY_EGG_VERSION = 8.0.1.0
|
||||
GH_ACCOUNT = vmware
|
||||
GH_PROJECT = vsphere-automation-sdk-python
|
||||
GH_TAGNAME = v${MODPY_EGG_VERSION}
|
||||
|
||||
PKGNAME = py-vsphere-automation-${MODPY_EGG_VERSION}
|
||||
|
||||
CATEGORIES = sysutils
|
||||
|
||||
HOMEPAGE = https://github.com/vmware/vsphere-automation-sdk-python
|
||||
|
||||
MAINTAINER = Pavel Korovin <pvk@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
BUILD_DEPENDS = devel/py-pip${MODPY_FLAVOR} \
|
||||
sysutils/py-vmomi${MODPY_FLAVOR} \
|
||||
security/py-openssl${MODPY_FLAVOR} \
|
||||
textproc/py-lxml${MODPY_FLAVOR}
|
||||
RUN_DEPENDS = devel/py-pip${MODPY_FLAVOR} \
|
||||
devel/py-setuptools${MODPY_FLAVOR} \
|
||||
sysutils/py-vmomi${MODPY_FLAVOR} \
|
||||
security/py-openssl${MODPY_FLAVOR} \
|
||||
textproc/py-lxml${MODPY_FLAVOR}
|
||||
|
||||
MAKE_ENV = PYTHONPATH=${WRKINST}/${MODPY_SITEPKG}
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
pre-build:
|
||||
@cd ${WRKSRC}/lib/ && \
|
||||
find . -name \*.whl -exec \
|
||||
env ${MAKE_ENV} pip${MODPY_VERSION} install \
|
||||
--no-cache-dir --no-index --no-warn-script-location \
|
||||
--prefix=${PREFIX} --root=${DESTDIR} --no-dependencies {} +
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/py-vsphere-automation/distinfo
Normal file
2
sysutils/py-vsphere-automation/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (vsphere-automation-sdk-python-8.0.1.0.tar.gz) = w6kT7d/ZtQ46ZInxoKlbbKptEt8x+hWSYPZeUqn0IOU=
|
||||
SIZE (vsphere-automation-sdk-python-8.0.1.0.tar.gz) = 15112625
|
2
sysutils/py-vsphere-automation/pkg/DESCR
Normal file
2
sysutils/py-vsphere-automation/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Python samples, language bindings, and API reference documentation for vSphere,
|
||||
VMC, and NSX-T using the VMware REST API.
|
3144
sysutils/py-vsphere-automation/pkg/PLIST
Normal file
3144
sysutils/py-vsphere-automation/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue