notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-pysphere Python API for interaction with the vSphere Web Services SDK
0.1.8_3 net Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1.8_3Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: No longer maintained, please use net/py-pyvmomi by VMware
Expired This port expired on: 2015-12-12
Maintainer: ohauer@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-06-15 19:40:07
Last Update: 2015-12-15 20:33:57
SVN Revision: 403802
People watching this port, also watch:: mailgraph, postfix-current, postfix, spamd, subversion
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://code.google.com/p/pysphere/
Description:
Python API for interaction with the vSphere Web Services SDK. Among other operations, it provides easy interfaces to: - Connect to VMWare's ESX, ESXi, Virtual Center, Virtual Server hosts - Query hosts, datacenters, resource pools, virtual machines - VM: Power on, power off, reset, revert to snapshot, get properties, update vmware tools, clone, migrate. - vSphere 5.0 Guest Operations: create/delete/move files and directories. Upload/download files from the guest system. List/start/stop processes in the guest system. - Create and delete snapshots - Hosts statistics and performance monitoring An of course, you can use it to access all the vSphere API through python. It's built upon a slightly modified version of ZSI (that comes bundled-in) which makes it really fast in contrast to other python SOAP libraries that don't provide code generation. WWW: https://code.google.com/p/pysphere/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pysphere>0:net/py-pysphere@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-pysphere
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
dos2unix zip shebangfix python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://pysphere.googlecode.com/files/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.8_3
15 Dec 2015 20:33:57
Revision:403802Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2015-12-09 www/py-django-pipeline12: Django 1.4 extended support ended on
2015-10-01
2015-12-09 www/py-django14: Django 1.4 extended support ended on 2015-10-01
2015-12-12 net/py-pysphere: No longer maintained, please use net/py-pyvmomi by
VMware
2015-12-13 ftp/ftpcube: No releases for 8+ years, no supporting newer wxWidget
2015-12-13 astro/libroadnav: No releases for 8+ years, no supporting newer
wxWidget
2015-12-13 astro/roadnav: No releases for 8+ years, no supporting newer wxWidget
0.1.8_3
01 Nov 2015 09:50:29
Revision:400602Original commit files touched by this commit
ohauer search for other commits by this committer
- set EXPIRATION_DATE to 2015-12-12
- bump PORTREVISION

Since 2013 this project is no longer maintained
and has no support for new vSphere releases.

Please migrate to net/py-pyvmomi,the official
python framework from VMware.
0.1.8_2
19 Oct 2015 14:50:52
Revision:399684Original commit files touched by this commit
amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
0.1.8_2
29 Jul 2015 22:09:55
Revision:393196Original commit files touched by this commit
antoine search for other commits by this committer
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
0.1.8_2
28 Sep 2014 18:43:55
Revision:369489Original commit files touched by this commit
ohauer search for other commits by this committer
- use new python:2.7 notation
- use shebangfix
- bump PORTREVISION
0.1.8_1
10 Mar 2014 16:38:00
Revision:347778Original commit files touched by this commit
bapt search for other commits by this committer
Convert n* to USES=zip
0.1.8_1
31 Jan 2014 08:47:42
Revision:341945Original commit files touched by this commit
miwi search for other commits by this committer
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
0.1.8
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
0.1.8
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
0.1.8
25 Aug 2013 18:21:27
Revision:325367Original commit files touched by this commit
ohauer search for other commits by this committer
- update to 0.1.8

New in for 0.1.8
- Added VIManagedEntity class extended by VIVirtualMachine
- Added Rename, Reload, and Destroy methods to VIManagedEntity
- Fix #26: VIVirtualMachine.send_file() gratuitiosly overwrites urllib2's
installed default opener
- Recurse through datastores vm property in retrieve_properties_traversal
- Additional 'disks' parameter in VIVirtualMachine.relocate() method.
- Support to SDK 5.1
0.1.7
15 Jun 2013 19:39:56
Revision:321015Original commit files touched by this commit
ohauer search for other commits by this committer
- new port py-pysphere

Python API for interaction with the vSphere Web Services SDK.

Among other operations, it provides easy interfaces to:

- Connect to VMWare's ESX, ESXi, Virtual Center, Virtual Server hosts
- Query hosts, datacenters, resource pools, virtual machines
- VM: Power on, power off, reset, revert to snapshot, get properties, update
  vmware tools, clone, migrate.
- vSphere 5.0 Guest Operations: create/delete/move files and directories.
  Upload/download files from the guest system. List/start/stop processes in
  the guest system.
- Create and delete snapshots
- Hosts statistics and performance monitoring

An of course, you can use it to access all the vSphere API through python.

It's built upon a slightly modified version of ZSI (that comes bundled-in)
which makes it really fast in contrast to other python SOAP libraries that
don't provide code generation.

WWW: https://code.google.com/p/pysphere/

Number of commits found: 11