meta.yaml 371 B

123456789101112131415161718192021222324252627
  1. package:
  2. name: bcolz
  3. version: "0.7.2"
  4. build:
  5. number: {{environ.get('BINSTAR_BUILD', 1)}}
  6. requirements:
  7. build:
  8. - python
  9. - cython
  10. - numpy
  11. - unittest2 [py26]
  12. run:
  13. - python
  14. - numpy
  15. test:
  16. requires:
  17. - unittest2 [py26]
  18. commands:
  19. - python -c "import bcolz; bcolz.test()"
  20. about:
  21. home: http://bcolz.blosc.org/
  22. license: BSD