{% set name = "executing" %} {% set version = "2.1.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vv requirements: host: - pip - python >=2.7 - setuptools - setuptools_scm run: - python >=2.7 test: imports: - executing commands: - pip check requires: - pip about: home: https://pypi.org/project/executing summary: Get the currently executing AST node of a frame, and other information license: MIT license_family: MIT license_file: LICENSE.txt dev_url: https://github.com/alexmojaki/executing extra: recipe-maintainers: - alexmojaki - anthchirp