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/09/01 16:51:07 UTC

climate git commit: CLIMATE-862: More updates to conda recipe files

Repository: climate
Updated Branches:
  refs/heads/master ce05d38cd -> d47fe2e17


CLIMATE-862: More updates to conda recipe files


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

Branch: refs/heads/master
Commit: d47fe2e17d503e02e54d0b5a30d96460e2e8b9fa
Parents: ce05d38
Author: Alex Goodman <ag...@users.noreply.github.com>
Authored: Mon Aug 29 12:06:02 2016 -0700
Committer: Alex Goodman <ag...@users.noreply.github.com>
Committed: Mon Aug 29 13:43:44 2016 -0700

----------------------------------------------------------------------
 conda_recipes/bottle/bld.bat                   | 28 +++----
 conda_recipes/esgf-pyclient/bld.bat            | 28 +++----
 conda_recipes/myproxyclient/bld.bat            | 28 +++----
 conda_recipes/ocw/bld.bat                      | 28 +++----
 conda_recipes/ocw/meta.yaml                    | 31 ++++----
 conda_recipes/podaacpy/bld.bat                 | 25 ++++++
 conda_recipes/podaacpy/build.sh                | 26 +++++++
 conda_recipes/podaacpy/meta.yaml               | 85 +++++++++++++++++++++
 conda_recipes/pydap/bld.bat                    | 28 +++----
 conda_recipes/sphinxcontrib-httpdomain/bld.bat | 28 +++----
 10 files changed, 236 insertions(+), 99 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/d47fe2e1/conda_recipes/bottle/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/bottle/bld.bat b/conda_recipes/bottle/bld.bat
index 4f75e6a..4d57e97 100644
--- a/conda_recipes/bottle/bld.bat
+++ b/conda_recipes/bottle/bld.bat
@@ -1,19 +1,19 @@
-# 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
+:: 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
+::    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.
+:: 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

http://git-wip-us.apache.org/repos/asf/climate/blob/d47fe2e1/conda_recipes/esgf-pyclient/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/esgf-pyclient/bld.bat b/conda_recipes/esgf-pyclient/bld.bat
index 4f75e6a..4d57e97 100644
--- a/conda_recipes/esgf-pyclient/bld.bat
+++ b/conda_recipes/esgf-pyclient/bld.bat
@@ -1,19 +1,19 @@
-# 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
+:: 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
+::    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.
+:: 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

http://git-wip-us.apache.org/repos/asf/climate/blob/d47fe2e1/conda_recipes/myproxyclient/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/myproxyclient/bld.bat b/conda_recipes/myproxyclient/bld.bat
index 4f75e6a..4d57e97 100644
--- a/conda_recipes/myproxyclient/bld.bat
+++ b/conda_recipes/myproxyclient/bld.bat
@@ -1,19 +1,19 @@
-# 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
+:: 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
+::    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.
+:: 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

http://git-wip-us.apache.org/repos/asf/climate/blob/d47fe2e1/conda_recipes/ocw/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/ocw/bld.bat b/conda_recipes/ocw/bld.bat
index 4f75e6a..4d57e97 100644
--- a/conda_recipes/ocw/bld.bat
+++ b/conda_recipes/ocw/bld.bat
@@ -1,19 +1,19 @@
-# 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
+:: 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
+::    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.
+:: 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

http://git-wip-us.apache.org/repos/asf/climate/blob/d47fe2e1/conda_recipes/ocw/meta.yaml
----------------------------------------------------------------------
diff --git a/conda_recipes/ocw/meta.yaml b/conda_recipes/ocw/meta.yaml
index e70659d..cd4c28f 100644
--- a/conda_recipes/ocw/meta.yaml
+++ b/conda_recipes/ocw/meta.yaml
@@ -17,11 +17,11 @@
 
 package:
   name: ocw
-  version: 1.1.0
+  version: 1.2.0
 
 source:
   git_url: https://github.com/apache/climate.git
-  # git_rev: 1.1.0
+  # git_rev: 1.2.0
 
 build:
   number: 0
@@ -33,19 +33,20 @@ requirements:
 
   run:
     - python
-    - numpy
-    - scipy
-    - matplotlib
-    - basemap
-    - netcdf4
-    - h5py
-    - bottle
-    - pydap
-    - python-dateutil
-    - mock
-    - myproxyclient
-    - webtest
-    - esgf-pyclient
+    - 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

http://git-wip-us.apache.org/repos/asf/climate/blob/d47fe2e1/conda_recipes/podaacpy/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/podaacpy/bld.bat b/conda_recipes/podaacpy/bld.bat
new file mode 100644
index 0000000..6e18faa
--- /dev/null
+++ b/conda_recipes/podaacpy/bld.bat
@@ -0,0 +1,25 @@
+:: 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/d47fe2e1/conda_recipes/podaacpy/build.sh
----------------------------------------------------------------------
diff --git a/conda_recipes/podaacpy/build.sh b/conda_recipes/podaacpy/build.sh
new file mode 100644
index 0000000..c0530d1
--- /dev/null
+++ b/conda_recipes/podaacpy/build.sh
@@ -0,0 +1,26 @@
+# 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/d47fe2e1/conda_recipes/podaacpy/meta.yaml
----------------------------------------------------------------------
diff --git a/conda_recipes/podaacpy/meta.yaml b/conda_recipes/podaacpy/meta.yaml
new file mode 100644
index 0000000..1944e5c
--- /dev/null
+++ b/conda_recipes/podaacpy/meta.yaml
@@ -0,0 +1,85 @@
+# 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/d47fe2e1/conda_recipes/pydap/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/pydap/bld.bat b/conda_recipes/pydap/bld.bat
index 4f75e6a..4d57e97 100644
--- a/conda_recipes/pydap/bld.bat
+++ b/conda_recipes/pydap/bld.bat
@@ -1,19 +1,19 @@
-# 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
+:: 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
+::    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.
+:: 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

http://git-wip-us.apache.org/repos/asf/climate/blob/d47fe2e1/conda_recipes/sphinxcontrib-httpdomain/bld.bat
----------------------------------------------------------------------
diff --git a/conda_recipes/sphinxcontrib-httpdomain/bld.bat b/conda_recipes/sphinxcontrib-httpdomain/bld.bat
index 4f75e6a..4d57e97 100644
--- a/conda_recipes/sphinxcontrib-httpdomain/bld.bat
+++ b/conda_recipes/sphinxcontrib-httpdomain/bld.bat
@@ -1,19 +1,19 @@
-# 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
+:: 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
+::    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.
+:: 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