Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
update threddsclient
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Oct 5, 2018
1 parent 4892182 commit 3cd33f0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 124 deletions.
77 changes: 0 additions & 77 deletions threddsclient/.binstar.yml

This file was deleted.

9 changes: 0 additions & 9 deletions threddsclient/build.sh

This file was deleted.

51 changes: 15 additions & 36 deletions threddsclient/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,66 +1,45 @@
{% set version = "0.3.5" %}

package:
name: threddsclient
version: !!str 0.3.4
version: {{ version }}

source:
git_url: https://github.com/bird-house/threddsclient.git
git_tag: master

# patches:
# List any patch files here
# - fix.patch
git_tag: v{{ version }}

build:
# preserve_egg_dir: True
#entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - malleefowl = malleefowl:main
#
# Would create an entry point called malleefowl that calls malleefowl.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: 0
noarch: python
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- python
- setuptools
- six
- requests
- beautifulsoup4
- lxml
- beautiful-soup
- pytest

run:
- python
- six
- requests
- beautifulsoup4
- lxml
- beautiful-soup

test:
# Python imports
imports:
- threddsclient

# 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
- pytest

about:
home: https://github.com/bird-house/threddsclient
home: https://github.com/bird-house/threddsclient
license: Apache License v2.0
summary: 'Thredds client for Python.'
summary: 'Thredds catalog client.'

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
extra:
recipe-maintainers:
- cehbrecht
2 changes: 0 additions & 2 deletions threddsclient/run_test.sh

This file was deleted.

0 comments on commit 3cd33f0

Please sign in to comment.