{% set version = "2.1.3" %}

package:
  name: "entrezpy"
  version: "{{ version }}"

source:
  url: https://pypi.io/packages/source/e/entrezpy/entrezpy-{{ version }}.tar.gz
  sha256: 4f73701606bba2c6f82b66f72328f1df76050d6dfe61ecdcf797a7183adc484e

build:
  number: 0
  script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv "
  noarch: python

requirements:
  host:
    - pip
    - python
  run:
    - python

test:
  imports:
    - entrezpy

about:
  home: https://gitlab.com/ncbipy/entrezpy
  license: LGPLv3
  license_family: LGPL
  license_file: '{{ RECIPE_DIR }}/LICENSE' 
  summary: Entrezpy is a dedicated Python library to interact with NCBI Entrez databases 
  doc_url: https://entrezpy.readthedocs.io/en/master/
