[Opengeoscience-developers] OpenGeoscience branch, add_ocgis, updated. master-no-submodule-103-g734e34c
Aashish Chaudhary
aashish.chaudhary at kitware.com
Sun Feb 23 22:38:09 EST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenGeoscience".
The branch, add_ocgis has been updated
via 734e34c9ff0a5f7aea26d74f43843044afc4077c (commit)
via 3761a3ec71b98bd08df12b49cd00076b3f2d575a (commit)
from ebdbcf2588ef84f4429f20a668cd0133c91ca802 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=734e34c9ff0a5f7aea26d74f43843044afc4077c
commit 734e34c9ff0a5f7aea26d74f43843044afc4077c
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Sun Feb 23 21:26:34 2014 -0500
Relocated source code for pygeo
CMakeLists.txt | 20 ++++--
pygeo/setup.py | 76 ++++++++++++++++++++
pygeo/{ => src/pygeo}/__init__.py | 0
pygeo/{ => src/pygeo}/esgf/__init__.py | 0
pygeo/{ => src/pygeo}/esgf/authentication.py | 0
pygeo/{ => src/pygeo}/esgf/download.py | 0
pygeo/{ => src/pygeo}/esgf/query.py | 0
pygeo/{ => src/pygeo}/esgf/registration.py | 0
pygeo/{ => src/pygeo}/esgf/utils.py | 0
pygeo/{ => src/pygeo}/io/__init__.py | 0
pygeo/{ => src/pygeo}/io/convert.py | 0
pygeo/{ => src/pygeo}/io/mongoimp.py | 0
pygeo/{ => src/pygeo}/io/reader.py | 0
pygeo/{ => src/pygeo}/io/vtk_reader.py | 0
pygeo/{ => src/pygeo}/misc/__init__.py | 0
pygeo/{ => src/pygeo}/misc/ogsvtk.py | 0
pygeo/{ => src/pygeo}/net/__init__.py | 0
pygeo/{ => src/pygeo}/net/cpi.py | 0
pygeo/{ => src/pygeo}/net/geowebsocket.py | 0
pygeo/{ => src/pygeo}/security/__init__.py | 0
pygeo/{ => src/pygeo}/security/authentication.py | 0
.../MyProxyClient.egg-info/PKG-INFO | 0
.../MyProxyClient.egg-info/SOURCES.txt | 0
.../MyProxyClient.egg-info/dependency_links.txt | 0
.../MyProxyClient.egg-info/entry_points.txt | 0
.../MyProxyClient.egg-info/not-zip-safe | 0
.../MyProxyClient.egg-info/requires.txt | 0
.../MyProxyClient.egg-info/top_level.txt | 0
.../pygeo/thirdparty/MyProxyClient-1_3_0}/PKG-INFO | 0
.../pygeo/thirdparty/MyProxyClient-1_3_0}/README | 0
.../MyProxyClient-1_3_0}/myproxy/__init__.py | 0
.../MyProxyClient-1_3_0}/myproxy/client.py | 0
.../MyProxyClient-1_3_0}/myproxy/script.py | 0
.../MyProxyClient-1_3_0}/myproxy/test/__init__.py | 0
.../myproxy/test/test_myproxyclient.py | 0
.../MyProxyClient-1_3_0}/myproxy/utils/__init__.py | 0
.../MyProxyClient-1_3_0}/myproxy/utils/openssl.py | 0
.../thirdparty/MyProxyClient-1_3_0}/setup.cfg | 0
.../pygeo/thirdparty/MyProxyClient-1_3_0}/setup.py | 0
pygeo/{ => src/pygeo}/time/__init__.py | 0
pygeo/{ => src/pygeo}/time/standardtime.py | 0
41 files changed, 92 insertions(+), 4 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=3761a3ec71b98bd08df12b49cd00076b3f2d575a
commit 3761a3ec71b98bd08df12b49cd00076b3f2d575a
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Sun Feb 23 11:31:03 2014 -0500
Restructuring modules into pygeo
CMakeLists.txt | 8 ++++----
cmake/configure.cmake | 2 +-
cmake/setup-runtime.sh.in | 2 +-
geocelery | 4 ++--
geoweb | 4 ++--
{modules => pygeo}/__init__.py | 0
{modules => pygeo}/esgf/__init__.py | 0
{modules => pygeo}/esgf/authentication.py | 0
{modules => pygeo}/esgf/download.py | 0
{modules => pygeo}/esgf/query.py | 0
{modules => pygeo}/esgf/registration.py | 0
{modules => pygeo}/esgf/utils.py | 0
{modules => pygeo/io}/__init__.py | 0
{modules => pygeo/io}/convert.py | 0
{modules => pygeo/io}/mongoimp.py | 7 ++++---
{modules => pygeo/io}/reader.py | 0
{modules => pygeo/io}/vtk_reader.py | 2 +-
{modules => pygeo/misc}/__init__.py | 0
{modules => pygeo/misc}/ogsvtk.py | 0
{modules => pygeo/net}/__init__.py | 0
{modules => pygeo/net}/cpi.py | 0
{modules => pygeo/net}/geowebsocket.py | 0
{modules => pygeo/security}/__init__.py | 0
{modules => pygeo/security}/authentication.py | 0
.../MyProxyClient-1.3.0/MyProxyClient.egg-info/PKG-INFO | 0
.../MyProxyClient-1.3.0/MyProxyClient.egg-info/SOURCES.txt | 0
.../MyProxyClient.egg-info/dependency_links.txt | 0
.../MyProxyClient.egg-info/entry_points.txt | 0
.../MyProxyClient-1.3.0/MyProxyClient.egg-info/not-zip-safe | 0
.../MyProxyClient-1.3.0/MyProxyClient.egg-info/requires.txt | 0
.../MyProxyClient-1.3.0/MyProxyClient.egg-info/top_level.txt | 0
{modules => pygeo}/thirdparty/MyProxyClient-1.3.0/PKG-INFO | 0
{modules => pygeo}/thirdparty/MyProxyClient-1.3.0/README | 0
.../thirdparty/MyProxyClient-1.3.0/myproxy/__init__.py | 0
.../thirdparty/MyProxyClient-1.3.0/myproxy/client.py | 0
.../thirdparty/MyProxyClient-1.3.0/myproxy/script.py | 0
.../thirdparty/MyProxyClient-1.3.0/myproxy/test/__init__.py | 0
.../MyProxyClient-1.3.0/myproxy/test/test_myproxyclient.py | 0
.../thirdparty/MyProxyClient-1.3.0/myproxy/utils/__init__.py | 0
.../thirdparty/MyProxyClient-1.3.0/myproxy/utils/openssl.py | 0
{modules => pygeo}/thirdparty/MyProxyClient-1.3.0/setup.cfg | 0
{modules => pygeo}/thirdparty/MyProxyClient-1.3.0/setup.py | 0
{modules => pygeo/time}/__init__.py | 0
{modules => pygeo/time}/standardtime.py | 0
services/data.py | 2 +-
45 files changed, 16 insertions(+), 15 deletions(-)
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 20 ++++--
cmake/configure.cmake | 2 +-
cmake/setup-runtime.sh.in | 2 +-
geocelery | 4 +-
geoweb | 4 +-
pygeo/setup.py | 76 ++++++++++++++++++++
{modules => pygeo/src/pygeo}/__init__.py | 0
{modules => pygeo/src/pygeo}/esgf/__init__.py | 0
.../src/pygeo}/esgf/authentication.py | 0
{modules => pygeo/src/pygeo}/esgf/download.py | 0
{modules => pygeo/src/pygeo}/esgf/query.py | 0
{modules => pygeo/src/pygeo}/esgf/registration.py | 0
{modules => pygeo/src/pygeo}/esgf/utils.py | 0
{modules => pygeo/src/pygeo/io}/__init__.py | 0
{modules => pygeo/src/pygeo/io}/convert.py | 0
{modules => pygeo/src/pygeo/io}/mongoimp.py | 7 +-
{modules => pygeo/src/pygeo/io}/reader.py | 0
{modules => pygeo/src/pygeo/io}/vtk_reader.py | 2 +-
{modules => pygeo/src/pygeo/misc}/__init__.py | 0
{modules => pygeo/src/pygeo/misc}/ogsvtk.py | 0
{modules => pygeo/src/pygeo/net}/__init__.py | 0
{modules => pygeo/src/pygeo/net}/cpi.py | 0
{modules => pygeo/src/pygeo/net}/geowebsocket.py | 0
{modules => pygeo/src/pygeo/security}/__init__.py | 0
.../src/pygeo/security}/authentication.py | 0
.../MyProxyClient.egg-info/PKG-INFO | 0
.../MyProxyClient.egg-info/SOURCES.txt | 0
.../MyProxyClient.egg-info/dependency_links.txt | 0
.../MyProxyClient.egg-info/entry_points.txt | 0
.../MyProxyClient.egg-info/not-zip-safe | 0
.../MyProxyClient.egg-info/requires.txt | 0
.../MyProxyClient.egg-info/top_level.txt | 0
.../pygeo/thirdparty/MyProxyClient-1_3_0}/PKG-INFO | 0
.../pygeo/thirdparty/MyProxyClient-1_3_0}/README | 0
.../MyProxyClient-1_3_0}/myproxy/__init__.py | 0
.../MyProxyClient-1_3_0}/myproxy/client.py | 0
.../MyProxyClient-1_3_0}/myproxy/script.py | 0
.../MyProxyClient-1_3_0}/myproxy/test/__init__.py | 0
.../myproxy/test/test_myproxyclient.py | 0
.../MyProxyClient-1_3_0}/myproxy/utils/__init__.py | 0
.../MyProxyClient-1_3_0}/myproxy/utils/openssl.py | 0
.../thirdparty/MyProxyClient-1_3_0}/setup.cfg | 0
.../pygeo/thirdparty/MyProxyClient-1_3_0}/setup.py | 0
{modules => pygeo/src/pygeo/time}/__init__.py | 0
{modules => pygeo/src/pygeo/time}/standardtime.py | 0
services/data.py | 2 +-
46 files changed, 104 insertions(+), 15 deletions(-)
create mode 100644 pygeo/setup.py
copy {modules => pygeo/src/pygeo}/__init__.py (100%)
rename {modules => pygeo/src/pygeo}/esgf/__init__.py (100%)
rename {modules => pygeo/src/pygeo}/esgf/authentication.py (100%)
rename {modules => pygeo/src/pygeo}/esgf/download.py (100%)
rename {modules => pygeo/src/pygeo}/esgf/query.py (100%)
rename {modules => pygeo/src/pygeo}/esgf/registration.py (100%)
rename {modules => pygeo/src/pygeo}/esgf/utils.py (100%)
copy {modules => pygeo/src/pygeo/io}/__init__.py (100%)
rename {modules => pygeo/src/pygeo/io}/convert.py (100%)
rename {modules => pygeo/src/pygeo/io}/mongoimp.py (98%)
rename {modules => pygeo/src/pygeo/io}/reader.py (100%)
rename {modules => pygeo/src/pygeo/io}/vtk_reader.py (98%)
copy {modules => pygeo/src/pygeo/misc}/__init__.py (100%)
rename {modules => pygeo/src/pygeo/misc}/ogsvtk.py (100%)
copy {modules => pygeo/src/pygeo/net}/__init__.py (100%)
rename {modules => pygeo/src/pygeo/net}/cpi.py (100%)
rename {modules => pygeo/src/pygeo/net}/geowebsocket.py (100%)
copy {modules => pygeo/src/pygeo/security}/__init__.py (100%)
rename {modules => pygeo/src/pygeo/security}/authentication.py (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/MyProxyClient.egg-info/PKG-INFO (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/MyProxyClient.egg-info/SOURCES.txt (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/MyProxyClient.egg-info/dependency_links.txt (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/MyProxyClient.egg-info/entry_points.txt (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/MyProxyClient.egg-info/not-zip-safe (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/MyProxyClient.egg-info/requires.txt (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/MyProxyClient.egg-info/top_level.txt (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/PKG-INFO (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/README (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/myproxy/__init__.py (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/myproxy/client.py (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/myproxy/script.py (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/myproxy/test/__init__.py (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/myproxy/test/test_myproxyclient.py (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/myproxy/utils/__init__.py (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/myproxy/utils/openssl.py (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/setup.cfg (100%)
rename {modules/thirdparty/MyProxyClient-1.3.0 => pygeo/src/pygeo/thirdparty/MyProxyClient-1_3_0}/setup.py (100%)
rename {modules => pygeo/src/pygeo/time}/__init__.py (100%)
rename {modules => pygeo/src/pygeo/time}/standardtime.py (100%)
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list