{% set name = "backports" %}
{% set version = "1.1" %}

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

source:
  url: https://github.com/brandon-rhodes/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
  sha256: 64fbda275c95e04f09ca5c11e33527866b1b1c8f16bb0eea2f504f2d3b60195c

build:
  number: 0
  noarch: python

requirements:
  host:
    - python
    - setuptools
  run:
    - python

test:
  imports:
    - backports
  requires:
    - pip
  commands:
    - pip check

about:
  home: https://github.com/brandon-rhodes/backports
  license: MIT
  license_family: MIT
  summary: Namespace for backported Python features.
  description: |
    Namespace for backported Python features.
  dev_url: https://github.com/brandon-rhodes/backports
  doc_url: https://pypi.python.org/pypi/backports/
