meta.yaml 666 B

1234567891011121314151617181920212223242526272829303132
  1. { % set name = "draugr" % }
  2. { % set version = "1.0" % }
  3. package:
  4. name: "{{ name|lower }}"
  5. version: "{{ version }}"
  6. source:
  7. url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
  8. sha256: 5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7
  9. build:
  10. number: 0
  11. script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
  12. requirements:
  13. host:
  14. - pip
  15. - python
  16. run:
  17. - python
  18. test:
  19. imports:
  20. - click
  21. about:
  22. home: https://github.com/cnheider/draugr/
  23. license: BSD
  24. license_family: BSD
  25. summary: Composable command line interface toolkit