{% set name = "boto" %}
{% set version = "2.49.0" %}

package:
  name: {{ name|lower }}
  version: {{ version }}

source:
  fn: {{ name }}-{{ version }}.tar.gz
  url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
  sha256: ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a

requirements:
  host:
    - python
  run:
    - python

build:
  number: 0
  script: python setup.py install

test:
  commands:
    - asadmin -h    # [py2k]
    - s3put -h
    - taskadmin -h  # [py2k]
  imports:
    - boto

about:
  home: https://github.com/boto/boto/
  license: MIT
  summary: Amazon Web Services Library
  description: |
    Boto aims to support the full breadth and depth of Amazon Web Services.
    NOTE: Boto3, the next version of Boto, is stable and recommended for
    general use.
  doc_url: http://docs.pythonboto.org/en/latest/
  doc_source_url: https://github.com/boto/boto/blob/develop/docs/source/index.rst
  dev_url: https://github.com/boto/boto/
