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

Commit

Permalink
update birdy 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Sep 25, 2017
1 parent 2add3dc commit e8ce283
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 57 deletions.
8 changes: 0 additions & 8 deletions birdhouse-birdy/bld.bat

This file was deleted.

9 changes: 0 additions & 9 deletions birdhouse-birdy/build.sh

This file was deleted.

53 changes: 13 additions & 40 deletions birdhouse-birdy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,70 +1,43 @@
{% set version = "0.2.0" %}

package:
name: birdhouse-birdy
version: !!str 0.1.9
version: {{ version }}

source:
git_url: https://github.com/bird-house/birdy.git
git_branch: master
#fn: birdhouse-birdy-0.1.3.tar.gz
#url: https://pypi.python.org/packages/source/b/birdhouse-birdy/birdhouse-birdy-0.1.3.tar.gz
#md5: 958c3937cc5d0624d5535e6cbf159019
# patches:
# List any patch files here
# - fix.patch
git_branch: master

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

- birdy=birdy: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

requirements:
build:
- python
- setuptools
- argcomplete
- lxml
- owslib >=0.14.0

- owslib >=0.15.0
run:
- python
- argcomplete
- lxml
- owslib >=0.14.0
- owslib >=0.15.0

test:
# Python imports
imports:
- birdy

#commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.

#- py.test -v -m 'not slow and not online'

# 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/birdy
license: Apache License v2.0
summary: 'Birdy provides a commandline tool to work with Web Processing Services (WPS).'
summary: 'Birdy provides a command-line tool to work with Web Processing Services (WPS).'

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
extra:
recipe-maintainers:
- cehbrecht

0 comments on commit e8ce283

Please sign in to comment.