meta.yaml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # This file created by conda-build 3.21.4
  2. # meta.yaml template originally from:
  3. # /tmp/build/80754af9/combined_recipe, last modified Sat Mar 13 18:35:28 2021
  4. # ------------------------------------------------
  5. package:
  6. name: jsonpointer
  7. version: '2.1'
  8. source:
  9. fn: jsonpointer-2.1.tar.gz
  10. sha256: 5a34b698db1eb79ceac454159d3f7c12a451a91f6334a4f638454327b7a89962
  11. url: https://pypi.org/packages/source/j/jsonpointer/jsonpointer-2.1.tar.gz
  12. build:
  13. noarch: python
  14. number: '0'
  15. script: python setup.py install --single-version-externally-managed --record=record.txt
  16. string: pyhd3eb1b0_0
  17. requirements:
  18. build:
  19. - _libgcc_mutex 0.1 main
  20. - ca-certificates 2021.1.19 h06a4308_1
  21. - certifi 2020.12.5 py36h06a4308_0
  22. - ld_impl_linux-64 2.33.1 h53a641e_7
  23. - libedit 3.1.20191231 h14c3975_1
  24. - libffi 3.3 he6710b0_2
  25. - libgcc-ng 9.1.0 hdf63c60_0
  26. - libstdcxx-ng 9.1.0 hdf63c60_0
  27. - ncurses 6.2 he6710b0_1
  28. - openssl 1.1.1j h27cfd23_0
  29. - python 3.6.13 hdb3f193_0
  30. - readline 8.1 h27cfd23_0
  31. - setuptools 52.0.0 py36h06a4308_0
  32. - sqlite 3.33.0 h62c20be_0
  33. - tk 8.6.10 hbc83047_0
  34. - xz 5.2.5 h7b6447c_0
  35. - zlib 1.2.11 h7b6447c_3
  36. run:
  37. - python
  38. test:
  39. imports:
  40. - jsonpointer
  41. about:
  42. dev_url: https://github.com/stefankoegl/python-json-pointer
  43. doc_url: https://python-json-pointer.readthedocs.io/en/latest/
  44. home: https://github.com/stefankoegl/python-json-pointer
  45. license: BSD 3-Clause
  46. license_family: BSD
  47. license_file: LICENSE.txt
  48. summary: Identify specific nodes in a JSON document (RFC 6901)
  49. extra:
  50. copy_test_source_files: true
  51. final: true
  52. recipe-maintainers:
  53. - anguslees
  54. - pmlandwehr