mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
3d9938df7f
pyVmomi is the Python SDK for the VMware vSphere API that allows you to manipulate ESX, ESXi, and vCenter. Submitted by: Bartek Rutkowski <robak@FreeBSD.org> Approved by: mentors (implicit)
25 lines
630 B
Makefile
25 lines
630 B
Makefile
# Created by: Bartek Rutkowski robak@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyvmomi
|
|
DISTVERSION= 5.5.0-2014.1.1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
MASTER_SITE_SUBDIR= source/p/${PORTNAME}
|
|
|
|
MAINTAINER= robak@FreeBSD.org
|
|
COMMENT= Python SDK for the VMware vSphere API of ESX, ESXi, and vCenter
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:${PORTSDIR}/www/py-requests \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.5.2:${PORTSDIR}/devel/py-six
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -E "/data_files/s|\[\(''|\[\('${DOCSDIR}'|" ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|