You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by go...@apache.org on 2016/10/19 23:09:12 UTC

climate git commit: CLIMATE-880 - Delete conda_recipes directory

Repository: climate
Updated Branches:
  refs/heads/master deabaa9c4 -> f9a9517cb


CLIMATE-880 - Delete conda_recipes directory


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/f9a9517c
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/f9a9517c
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/f9a9517c

Branch: refs/heads/master
Commit: f9a9517cbeeecfc96dec6ad865d5116670d016c2
Parents: deabaa9
Author: Alex Goodman <ag...@users.noreply.github.com>
Authored: Wed Oct 19 16:09:04 2016 -0700
Committer: Alex Goodman <ag...@users.noreply.github.com>
Committed: Wed Oct 19 16:09:04 2016 -0700

----------------------------------------------------------------------
 conda_recipes/bottle/bld.bat                    | 25 ------
 conda_recipes/bottle/build.sh                   | 26 ------
 conda_recipes/bottle/meta.yaml                  | 76 -----------------
 conda_recipes/esgf-pyclient/bld.bat             | 25 ------
 conda_recipes/esgf-pyclient/build.sh            | 26 ------
 conda_recipes/esgf-pyclient/meta.yaml           | 82 -------------------
 conda_recipes/myproxyclient/bld.bat             | 25 ------
 conda_recipes/myproxyclient/build.sh            | 26 ------
 conda_recipes/myproxyclient/meta.yaml           | 84 -------------------
 conda_recipes/ocw/bld.bat                       | 25 ------
 conda_recipes/ocw/build.sh                      | 26 ------
 conda_recipes/ocw/meta.yaml                     | 61 --------------
 conda_recipes/podaacpy/bld.bat                  | 25 ------
 conda_recipes/podaacpy/build.sh                 | 26 ------
 conda_recipes/podaacpy/meta.yaml                | 85 --------------------
 conda_recipes/pydap/bld.bat                     | 25 ------
 conda_recipes/pydap/build.sh                    | 26 ------
 conda_recipes/pydap/meta.yaml                   | 81 -------------------
 conda_recipes/sphinxcontrib-httpdomain/bld.bat  | 25 ------
 conda_recipes/sphinxcontrib-httpdomain/build.sh | 26 ------
 .../sphinxcontrib-httpdomain/meta.yaml          | 83 -------------------
 21 files changed, 909 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/bottle/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/bottle/bld.bat b/conda_recipes/bottle/bld.bat
deleted file mode 100644
index 4d57e97..0000000
--- a/conda_recipes/bottle/bld.bat
+++ /dev/null
@@ -1,25 +0,0 @@
-:: Licensed to the Apache Software Foundation (ASF) under one
-:: or more contributor license agreements.  See the NOTICE file
-:: distributed with this work for additional information
-:: regarding copyright ownership.  The ASF licenses this file
-:: to you under the Apache License, Version 2.0 (the
-:: "License"); you may not use this file except in compliance
-:: with the License.  You may obtain a copy of the License at
-#
-::    http://www.apache.org/licenses/LICENSE-2.0
-#
-:: Unless required by applicable law or agreed to in writing,
-:: software distributed under the License is distributed on an
-:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-:: KIND, either express or implied.  See the License for the
-:: specific language governing permissions and limitations
-:: under the License.
-
-"%PYTHON%" setup.py install
-if errorlevel 1 exit 1
-
-:: Add more build steps here, if they are necessary.
-
-:: See
-:: http://docs.continuum.io/conda/build.html
-:: for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/bottle/build.sh
----------------------------------------------------------------------
diff --git a/conda_recipes/bottle/build.sh b/conda_recipes/bottle/build.sh
deleted file mode 100644
index c0530d1..0000000
--- a/conda_recipes/bottle/build.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-#!/bin/bash
-
-$PYTHON setup.py install
-
-# Add more build steps here, if they are necessary.
-
-# See
-# http://docs.continuum.io/conda/build.html
-# for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/bottle/meta.yaml
----------------------------------------------------------------------
diff --git a/conda_recipes/bottle/meta.yaml b/conda_recipes/bottle/meta.yaml
deleted file mode 100644
index 57c296a..0000000
--- a/conda_recipes/bottle/meta.yaml
+++ /dev/null
@@ -1,76 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-package:
-  name: bottle
-  version: "0.12.9"
-
-source:
-  fn: bottle-0.12.9.tar.gz
-  url: https://files.pythonhosted.org/packages/d2/59/e61e3dc47ed47d34f9813be6d65462acaaba9c6c50ec863db74101fa8757/bottle-0.12.9.tar.gz
-  md5: f5850258a86224a791171e8ecbb66d99
-#  patches:
-   # List any patch files here
-   # - fix.patch
-
-# build:
-  # noarch_python: True
-  # preserve_egg_dir: True
-  # entry_points:
-    # Put any entry points (scripts to be generated automatically) here. The
-    # syntax is module:function.  For example
-    #
-    # - bottle = bottle:main
-    #
-    # Would create an entry point called bottle that calls bottle.main()
-
-
-  # If this is a new build for the same version, increment the build
-  # number. If you do not include this key, it defaults to 0.
-  # number: 1
-
-requirements:
-  build:
-    - python
-
-  run:
-    - python
-
-# test:
-  # Python imports
-  # imports:
-
-  # commands:
-    # You can put test commands to be run here.  Use this to test that the
-    # entry points work.
-
-
-  # You can also put a file called run_test.py in the recipe that will be run
-  # at test time.
-
-  # requires:
-    # Put any additional test requirements here.  For example
-    # - nose
-
-about:
-  home: http://bottlepy.org/
-  license: MIT License
-  summary: 'Fast and simple WSGI-framework for small web-applications.'
-
-# See
-# http://docs.continuum.io/conda/build.html for
-# more information about meta.yaml

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/esgf-pyclient/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/esgf-pyclient/bld.bat b/conda_recipes/esgf-pyclient/bld.bat
deleted file mode 100644
index 4d57e97..0000000
--- a/conda_recipes/esgf-pyclient/bld.bat
+++ /dev/null
@@ -1,25 +0,0 @@
-:: Licensed to the Apache Software Foundation (ASF) under one
-:: or more contributor license agreements.  See the NOTICE file
-:: distributed with this work for additional information
-:: regarding copyright ownership.  The ASF licenses this file
-:: to you under the Apache License, Version 2.0 (the
-:: "License"); you may not use this file except in compliance
-:: with the License.  You may obtain a copy of the License at
-#
-::    http://www.apache.org/licenses/LICENSE-2.0
-#
-:: Unless required by applicable law or agreed to in writing,
-:: software distributed under the License is distributed on an
-:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-:: KIND, either express or implied.  See the License for the
-:: specific language governing permissions and limitations
-:: under the License.
-
-"%PYTHON%" setup.py install
-if errorlevel 1 exit 1
-
-:: Add more build steps here, if they are necessary.
-
-:: See
-:: http://docs.continuum.io/conda/build.html
-:: for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/esgf-pyclient/build.sh
----------------------------------------------------------------------
diff --git a/conda_recipes/esgf-pyclient/build.sh b/conda_recipes/esgf-pyclient/build.sh
deleted file mode 100644
index c0530d1..0000000
--- a/conda_recipes/esgf-pyclient/build.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-#!/bin/bash
-
-$PYTHON setup.py install
-
-# Add more build steps here, if they are necessary.
-
-# See
-# http://docs.continuum.io/conda/build.html
-# for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/esgf-pyclient/meta.yaml
----------------------------------------------------------------------
diff --git a/conda_recipes/esgf-pyclient/meta.yaml b/conda_recipes/esgf-pyclient/meta.yaml
deleted file mode 100644
index f54acf6..0000000
--- a/conda_recipes/esgf-pyclient/meta.yaml
+++ /dev/null
@@ -1,82 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-package:
-  name: esgf-pyclient
-  version: "0.1.6"
-
-source:
-  fn: esgf-pyclient-0.1.6.tar.gz
-  url: https://files.pythonhosted.org/packages/2b/9d/16ffd2c1b2d30ee350e55a23168395659366903da05c413db24ee1b374e1/esgf-pyclient-0.1.6.tar.gz
-  md5: 228ac9d7e3a600f587c7cb46c7389cdc
-#  patches:
-   # List any patch files here
-   # - fix.patch
-
-# build:
-  # noarch_python: True
-  # preserve_egg_dir: True
-  # entry_points:
-    # Put any entry points (scripts to be generated automatically) here. The
-    # syntax is module:function.  For example
-    #
-    # - esgf-pyclient = esgf-pyclient:main
-    #
-    # Would create an entry point called esgf-pyclient that calls esgf-pyclient.main()
-
-
-  # If this is a new build for the same version, increment the build
-  # number. If you do not include this key, it defaults to 0.
-  # number: 1
-
-requirements:
-  build:
-    - python
-    - setuptools
-    - jinja2
-
-  run:
-    - python
-    - jinja2
-
-test:
-  # Python imports
-  imports:
-    - pyesgf
-    - pyesgf.search
-    - pyesgf.security
-
-  # commands:
-    # You can put test commands to be run here.  Use this to test that the
-    # entry points work.
-
-
-  # You can also put a file called run_test.py in the recipe that will be run
-  # at test time.
-
-  # requires:
-    # Put any additional test requirements here.  For example
-    # - nose
-
-about:
-  home: http://esgf-pyclient.readthedocs.org
-  license: BSD License
-  summary: 'A library interacting with ESGF services within Python'
-
-# See
-# http://docs.continuum.io/conda/build.html for
-# more information about meta.yaml

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/myproxyclient/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/myproxyclient/bld.bat b/conda_recipes/myproxyclient/bld.bat
deleted file mode 100644
index 4d57e97..0000000
--- a/conda_recipes/myproxyclient/bld.bat
+++ /dev/null
@@ -1,25 +0,0 @@
-:: Licensed to the Apache Software Foundation (ASF) under one
-:: or more contributor license agreements.  See the NOTICE file
-:: distributed with this work for additional information
-:: regarding copyright ownership.  The ASF licenses this file
-:: to you under the Apache License, Version 2.0 (the
-:: "License"); you may not use this file except in compliance
-:: with the License.  You may obtain a copy of the License at
-#
-::    http://www.apache.org/licenses/LICENSE-2.0
-#
-:: Unless required by applicable law or agreed to in writing,
-:: software distributed under the License is distributed on an
-:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-:: KIND, either express or implied.  See the License for the
-:: specific language governing permissions and limitations
-:: under the License.
-
-"%PYTHON%" setup.py install
-if errorlevel 1 exit 1
-
-:: Add more build steps here, if they are necessary.
-
-:: See
-:: http://docs.continuum.io/conda/build.html
-:: for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/myproxyclient/build.sh
----------------------------------------------------------------------
diff --git a/conda_recipes/myproxyclient/build.sh b/conda_recipes/myproxyclient/build.sh
deleted file mode 100644
index c0530d1..0000000
--- a/conda_recipes/myproxyclient/build.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-#!/bin/bash
-
-$PYTHON setup.py install
-
-# Add more build steps here, if they are necessary.
-
-# See
-# http://docs.continuum.io/conda/build.html
-# for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/myproxyclient/meta.yaml
----------------------------------------------------------------------
diff --git a/conda_recipes/myproxyclient/meta.yaml b/conda_recipes/myproxyclient/meta.yaml
deleted file mode 100644
index 96ade88..0000000
--- a/conda_recipes/myproxyclient/meta.yaml
+++ /dev/null
@@ -1,84 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-package:
-  name: myproxyclient
-  version: "1.4.3"
-
-source:
-  fn: MyProxyClient-1.4.3.tar.gz
-  url: https://files.pythonhosted.org/packages/87/40/c461e690422a1c6994630d5f73d74295037793eb5e41f346a7b55b6d5baa/MyProxyClient-1.4.3.tar.gz
-  md5: 15d1dccae2cde5d24cd8fb082972debc
-#  patches:
-   # List any patch files here
-   # - fix.patch
-
-build:
-  # noarch_python: True
-  # preserve_egg_dir: True
-  entry_points:
-    # Put any entry points (scripts to be generated automatically) here. The
-    # syntax is module:function.  For example
-    #
-    # - myproxyclient = myproxyclient:main
-    #
-    # Would create an entry point called myproxyclient that calls myproxyclient.main()
-
-    - myproxyclient = myproxy.script:main
-
-  # If this is a new build for the same version, increment the build
-  # number. If you do not include this key, it defaults to 0.
-  # number: 1
-
-requirements:
-  build:
-    - python
-    - setuptools
-    - pyopenssl
-
-  run:
-    - python
-    - pyopenssl
-
-test:
-  # Python imports
-  imports:
-    - myproxy
-    - myproxy.test
-    - myproxy.utils
-
-  commands:
-    # You can put test commands to be run here.  Use this to test that the
-    # entry points work.
-
-    - myproxyclient --help
-
-  # You can also put a file called run_test.py in the recipe that will be run
-  # at test time.
-
-  # requires:
-    # Put any additional test requirements here.  For example
-    # - nose
-
-about:
-  home: https://github.com/cedadev/MyProxyClient
-  license: GNU Library or Lesser General Public License (BSD)
-  summary: 'MyProxy Client'
-
-# See
-# http://docs.continuum.io/conda/build.html for
-# more information about meta.yaml

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/ocw/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/ocw/bld.bat b/conda_recipes/ocw/bld.bat
deleted file mode 100644
index 4d57e97..0000000
--- a/conda_recipes/ocw/bld.bat
+++ /dev/null
@@ -1,25 +0,0 @@
-:: Licensed to the Apache Software Foundation (ASF) under one
-:: or more contributor license agreements.  See the NOTICE file
-:: distributed with this work for additional information
-:: regarding copyright ownership.  The ASF licenses this file
-:: to you under the Apache License, Version 2.0 (the
-:: "License"); you may not use this file except in compliance
-:: with the License.  You may obtain a copy of the License at
-#
-::    http://www.apache.org/licenses/LICENSE-2.0
-#
-:: Unless required by applicable law or agreed to in writing,
-:: software distributed under the License is distributed on an
-:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-:: KIND, either express or implied.  See the License for the
-:: specific language governing permissions and limitations
-:: under the License.
-
-"%PYTHON%" setup.py install
-if errorlevel 1 exit 1
-
-:: Add more build steps here, if they are necessary.
-
-:: See
-:: http://docs.continuum.io/conda/build.html
-:: for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/ocw/build.sh
----------------------------------------------------------------------
diff --git a/conda_recipes/ocw/build.sh b/conda_recipes/ocw/build.sh
deleted file mode 100644
index c0530d1..0000000
--- a/conda_recipes/ocw/build.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-#!/bin/bash
-
-$PYTHON setup.py install
-
-# Add more build steps here, if they are necessary.
-
-# See
-# http://docs.continuum.io/conda/build.html
-# for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/ocw/meta.yaml
----------------------------------------------------------------------
diff --git a/conda_recipes/ocw/meta.yaml b/conda_recipes/ocw/meta.yaml
deleted file mode 100644
index cd4c28f..0000000
--- a/conda_recipes/ocw/meta.yaml
+++ /dev/null
@@ -1,61 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-package:
-  name: ocw
-  version: 1.2.0
-
-source:
-  git_url: https://github.com/apache/climate.git
-  # git_rev: 1.2.0
-
-build:
-  number: 0
-
-requirements:
-  build:
-    - python
-    - setuptools
-
-  run:
-    - python
-    - numpy >=1.10.4
-    - scipy >=0.17.0
-    - matplotlib >=1.5.1
-    - basemap >=1.0.7
-    - netcdf4 >=1.2.2
-    - h5py >=2.6.0
-    - bottle >=0.12.9
-    - pydap >=3.1.1
-    - podaacpy >=1.0.2
-    - python-dateutil >=2.5.3
-    - mock >=2.0.0
-    - myproxyclient >=1.4.3
-    - webtest >=2.0.21
-    - esgf-pyclient >=0.1.6
-
-test:
-  # Python imports
-  imports:
-    - ocw
-    - ocw.data_source
-    - ocw.esgf
-
-about:
-  home: http://climate.apache.org/
-  license: Apache License
-  summary: 'A library for simplifying the process of climate model evaluation.'

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/podaacpy/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/podaacpy/bld.bat b/conda_recipes/podaacpy/bld.bat
deleted file mode 100644
index 6e18faa..0000000
--- a/conda_recipes/podaacpy/bld.bat
+++ /dev/null
@@ -1,25 +0,0 @@
-:: Licensed to the Apache Software Foundation (ASF) under one
-:: or more contributor license agreements.  See the NOTICE file
-:: distributed with this work for additional information
-:: regarding copyright ownership.  The ASF licenses this file
-:: to you under the Apache License, Version 2.0 (the
-:: "License"); you may not use this file except in compliance
-:: with the License.  You may obtain a copy of the License at
-::
-::    http://www.apache.org/licenses/LICENSE-2.0
-::
-:: Unless required by applicable law or agreed to in writing,
-:: software distributed under the License is distributed on an
-:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-:: KIND, either express or implied.  See the License for the
-:: specific language governing permissions and limitations
-:: under the License.
-
-"%PYTHON%" setup.py install
-if errorlevel 1 exit 1
-
-:: Add more build steps here, if they are necessary.
-
-:: See
-:: http://docs.continuum.io/conda/build.html
-:: for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/podaacpy/build.sh
----------------------------------------------------------------------
diff --git a/conda_recipes/podaacpy/build.sh b/conda_recipes/podaacpy/build.sh
deleted file mode 100644
index c0530d1..0000000
--- a/conda_recipes/podaacpy/build.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-#!/bin/bash
-
-$PYTHON setup.py install
-
-# Add more build steps here, if they are necessary.
-
-# See
-# http://docs.continuum.io/conda/build.html
-# for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/podaacpy/meta.yaml
----------------------------------------------------------------------
diff --git a/conda_recipes/podaacpy/meta.yaml b/conda_recipes/podaacpy/meta.yaml
deleted file mode 100644
index 1944e5c..0000000
--- a/conda_recipes/podaacpy/meta.yaml
+++ /dev/null
@@ -1,85 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-package:
-  name: podaacpy
-  version: "1.0.2"
-
-source:
-  fn: podaacpy-1.0.2.tar.gz
-  url: https://pypi.python.org/packages/07/67/dbcdf62cb4cf2850cc6356ec6f6490155c13e1ee79cf800ef5693b83f3e8/podaacpy-1.0.2.tar.gz
-  md5: 9395a3ec7402bbc0764675ebef2251bc
-#  patches:
-   # List any patch files here
-   # - fix.patch
-
-# build:
-  # noarch_python: True
-  # preserve_egg_dir: True
-  # entry_points:
-    # Put any entry points (scripts to be generated automatically) here. The
-    # syntax is module:function.  For example
-    #
-    # - podaacpy = podaacpy:main
-    #
-    # Would create an entry point called podaacpy that calls podaacpy.main()
-
-
-  # If this is a new build for the same version, increment the build
-  # number. If you do not include this key, it defaults to 0.
-  # number: 1
-
-requirements:
-  build:
-    - python
-    - setuptools
-    - requests
-    - beautifulsoup4
-    - coveralls
-
-  run:
-    - python
-    - requests
-    - beautifulsoup4
-    - coveralls
-
-test:
-  # Python imports
-  imports:
-    - podaac
-    - podaac.tests
-
-  # commands:
-    # You can put test commands to be run here.  Use this to test that the
-    # entry points work.
-
-
-  # You can also put a file called run_test.py in the recipe that will be run
-  # at test time.
-
-  # requires:
-    # Put any additional test requirements here.  For example
-    # - nose
-
-about:
-  home: https://github.com/lewismc/podaacpy
-  license: Apache Software License
-  summary: 'PO.DAAC Python API'
-
-# See
-# http://docs.continuum.io/conda/build.html for
-# more information about meta.yaml

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/pydap/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/pydap/bld.bat b/conda_recipes/pydap/bld.bat
deleted file mode 100644
index 4d57e97..0000000
--- a/conda_recipes/pydap/bld.bat
+++ /dev/null
@@ -1,25 +0,0 @@
-:: Licensed to the Apache Software Foundation (ASF) under one
-:: or more contributor license agreements.  See the NOTICE file
-:: distributed with this work for additional information
-:: regarding copyright ownership.  The ASF licenses this file
-:: to you under the Apache License, Version 2.0 (the
-:: "License"); you may not use this file except in compliance
-:: with the License.  You may obtain a copy of the License at
-#
-::    http://www.apache.org/licenses/LICENSE-2.0
-#
-:: Unless required by applicable law or agreed to in writing,
-:: software distributed under the License is distributed on an
-:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-:: KIND, either express or implied.  See the License for the
-:: specific language governing permissions and limitations
-:: under the License.
-
-"%PYTHON%" setup.py install
-if errorlevel 1 exit 1
-
-:: Add more build steps here, if they are necessary.
-
-:: See
-:: http://docs.continuum.io/conda/build.html
-:: for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/pydap/build.sh
----------------------------------------------------------------------
diff --git a/conda_recipes/pydap/build.sh b/conda_recipes/pydap/build.sh
deleted file mode 100644
index c0530d1..0000000
--- a/conda_recipes/pydap/build.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-#!/bin/bash
-
-$PYTHON setup.py install
-
-# Add more build steps here, if they are necessary.
-
-# See
-# http://docs.continuum.io/conda/build.html
-# for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/pydap/meta.yaml
----------------------------------------------------------------------
diff --git a/conda_recipes/pydap/meta.yaml b/conda_recipes/pydap/meta.yaml
deleted file mode 100644
index 8def1d3..0000000
--- a/conda_recipes/pydap/meta.yaml
+++ /dev/null
@@ -1,81 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-package:
-  name: pydap
-  version: "3.1.1"
-
-source:
-  fn: Pydap-3.1.1.tar.gz
-  url: https://files.pythonhosted.org/packages/cd/da/577a2b6721e9b103f1671bd020f5553e582f2c509fe5cade636822b35351/Pydap-3.1.1.tar.gz
-  md5: d13630328c121eeeb0e0f015eb9e7124
-#  patches:
-   # List any patch files here
-   # - fix.patch
-
-build:
-  # noarch_python: True
-  preserve_egg_dir: True
-  # entry_points:
-    # Put any entry points (scripts to be generated automatically) here. The
-    # syntax is module:function.  For example
-    #
-    # - pydap = pydap:main
-    #
-    # Would create an entry point called pydap that calls pydap.main()
-
-
-  # If this is a new build for the same version, increment the build
-  # number. If you do not include this key, it defaults to 0.
-  # number: 1
-
-requirements:
-  build:
-    - python
-    - setuptools
-
-  run:
-    - python
-    - setuptools
-
-test:
-  # Python imports
-  imports:
-    - paste
-    - paste.deploy
-
-  # commands:
-    # You can put test commands to be run here.  Use this to test that the
-    # entry points work.
-
-
-  # You can also put a file called run_test.py in the recipe that will be run
-  # at test time.
-
-  requires:
-    - nose >=0.11
-    # Put any additional test requirements here.  For example
-    # - nose
-
-about:
-  home: http://pythonpaste.org/deploy/
-  license: MIT License
-  summary: 'Load, configure, and compose WSGI applications and servers'
-
-# See
-# http://docs.continuum.io/conda/build.html for
-# more information about meta.yaml

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/sphinxcontrib-httpdomain/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/sphinxcontrib-httpdomain/bld.bat b/conda_recipes/sphinxcontrib-httpdomain/bld.bat
deleted file mode 100644
index 4d57e97..0000000
--- a/conda_recipes/sphinxcontrib-httpdomain/bld.bat
+++ /dev/null
@@ -1,25 +0,0 @@
-:: Licensed to the Apache Software Foundation (ASF) under one
-:: or more contributor license agreements.  See the NOTICE file
-:: distributed with this work for additional information
-:: regarding copyright ownership.  The ASF licenses this file
-:: to you under the Apache License, Version 2.0 (the
-:: "License"); you may not use this file except in compliance
-:: with the License.  You may obtain a copy of the License at
-#
-::    http://www.apache.org/licenses/LICENSE-2.0
-#
-:: Unless required by applicable law or agreed to in writing,
-:: software distributed under the License is distributed on an
-:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-:: KIND, either express or implied.  See the License for the
-:: specific language governing permissions and limitations
-:: under the License.
-
-"%PYTHON%" setup.py install
-if errorlevel 1 exit 1
-
-:: Add more build steps here, if they are necessary.
-
-:: See
-:: http://docs.continuum.io/conda/build.html
-:: for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/sphinxcontrib-httpdomain/build.sh
----------------------------------------------------------------------
diff --git a/conda_recipes/sphinxcontrib-httpdomain/build.sh b/conda_recipes/sphinxcontrib-httpdomain/build.sh
deleted file mode 100644
index c0530d1..0000000
--- a/conda_recipes/sphinxcontrib-httpdomain/build.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-#!/bin/bash
-
-$PYTHON setup.py install
-
-# Add more build steps here, if they are necessary.
-
-# See
-# http://docs.continuum.io/conda/build.html
-# for a list of environment variables that are set during the build process.

http://git-wip-us.apache.org/repos/asf/climate/blob/f9a9517c/conda_recipes/sphinxcontrib-httpdomain/meta.yaml
----------------------------------------------------------------------
diff --git a/conda_recipes/sphinxcontrib-httpdomain/meta.yaml b/conda_recipes/sphinxcontrib-httpdomain/meta.yaml
deleted file mode 100644
index 10c51f9..0000000
--- a/conda_recipes/sphinxcontrib-httpdomain/meta.yaml
+++ /dev/null
@@ -1,83 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-package:
-  name: sphinxcontrib-httpdomain
-  version: "1.5.0"
-
-source:
-  fn: sphinxcontrib-httpdomain-1.5.0.tar.gz
-  url: https://files.pythonhosted.org/packages/a5/52/0ded71896b9d25621b44d681cdd352c37a9ed81219a6b62014bd15dd2b9e/sphinxcontrib-httpdomain-1.5.0.tar.gz
-  md5: db069391a08c0f0bd6aa6819f5018337
-#  patches:
-   # List any patch files here
-   # - fix.patch
-
-# build:
-  # noarch_python: True
-  # preserve_egg_dir: True
-  # entry_points:
-    # Put any entry points (scripts to be generated automatically) here. The
-    # syntax is module:function.  For example
-    #
-    # - sphinxcontrib-httpdomain = sphinxcontrib-httpdomain:main
-    #
-    # Would create an entry point called sphinxcontrib-httpdomain that calls sphinxcontrib-httpdomain.main()
-
-
-  # If this is a new build for the same version, increment the build
-  # number. If you do not include this key, it defaults to 0.
-  # number: 1
-
-requirements:
-  build:
-    - python
-    - setuptools
-    - sphinx >=1.0
-    - six
-
-  run:
-    - python
-    - sphinx >=1.0
-    - six
-
-test:
-  # Python imports
-  imports:
-    - sphinxcontrib
-    - sphinxcontrib.autohttp
-
-  # commands:
-    # You can put test commands to be run here.  Use this to test that the
-    # entry points work.
-
-
-  # You can also put a file called run_test.py in the recipe that will be run
-  # at test time.
-
-  # requires:
-    # Put any additional test requirements here.  For example
-    # - nose
-
-about:
-  home: https://bitbucket.org/birkenfeld/sphinx-contrib/src/default/httpdomain/
-  license: BSD License
-  summary: 'Sphinx domain for HTTP APIs'
-
-# See
-# http://docs.continuum.io/conda/build.html for
-# more information about meta.yaml