blob: 1944e5c52fb9d6bc9fd49800ce3306a9087e96ec [file] [log] [blame]
# 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