meta.yaml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # This file created by conda-build 3.22.0
  2. # meta.yaml template originally from:
  3. # /feedstock/recipe, last modified Mon Oct 24 21:46:53 2022
  4. # ------------------------------------------------
  5. package:
  6. name: readline
  7. version: '8.2'
  8. source:
  9. sha256: 3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35
  10. url: https://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz
  11. build:
  12. number: '0'
  13. run_exports:
  14. - readline >=8.2,<9.0a0
  15. string: h5eee18b_0
  16. requirements:
  17. build:
  18. - _libgcc_mutex 0.1 main
  19. - _openmp_mutex 5.1 1_gnu
  20. - _sysroot_linux-64_curr_repodata_hack 3 haa98f57_10
  21. - binutils_impl_linux-64 2.38 h2a08ee3_1
  22. - binutils_linux-64 2.38.0 hc2dff05_0
  23. - gcc_impl_linux-64 11.2.0 h1234567_1
  24. - gcc_linux-64 11.2.0 h5c386dc_0
  25. - kernel-headers_linux-64 3.10.0 h57e8cba_10
  26. - ld_impl_linux-64 2.38 h1181459_1
  27. - libgcc-devel_linux-64 11.2.0 h1234567_1
  28. - libgcc-ng 11.2.0 h1234567_1
  29. - libgomp 11.2.0 h1234567_1
  30. - libstdcxx-ng 11.2.0 h1234567_1
  31. - make 4.2.1 h1bed415_1
  32. - pkg-config 0.29.2 h1bed415_8
  33. - sysroot_linux-64 2.17 h57e8cba_10
  34. host:
  35. - _libgcc_mutex 0.1 main
  36. - _openmp_mutex 5.1 1_gnu
  37. - libgcc-ng 11.2.0 h1234567_1
  38. - libgomp 11.2.0 h1234567_1
  39. - ncurses 6.3 h5eee18b_3
  40. run:
  41. - libgcc-ng >=11.2.0
  42. - ncurses >=6.3,<7.0a0
  43. test:
  44. commands:
  45. - test -f ${PREFIX}/lib/libreadline.a
  46. - test -f ${PREFIX}/lib/libreadline${SHLIB_EXT}
  47. - test -f ${PREFIX}/lib/libhistory.a
  48. - test -f ${PREFIX}/lib/libhistory${SHLIB_EXT}
  49. - python -c "import readline"
  50. requires:
  51. - python 3.*
  52. about:
  53. description: 'The GNU Readline library provides a set of functions for use by applications
  54. that allow users to edit command lines as they are typed in.
  55. The Readline library includes additional functions to maintain a list of previously-entered
  56. command lines,
  57. to recall and perhaps reedit those lines, and perform csh-like history expansion
  58. on previous commands.
  59. '
  60. dev_url: https://git.savannah.gnu.org/cgit/readline.git/
  61. doc_url: https://tiswww.case.edu/php/chet/readline/rltop.html
  62. home: https://tiswww.case.edu/php/chet/readline/rltop.html
  63. license: GPL-3.0-only
  64. license_family: GPL
  65. license_file: COPYING
  66. license_url: https://tiswww.case.edu/php/chet/readline/README
  67. summary: library for editing command lines as they are typed in
  68. extra:
  69. copy_test_source_files: true
  70. final: true
  71. flow_run_id: b56611bb-cba4-4aa5-bc99-24aa0cad6c3e
  72. recipe-maintainers:
  73. - asmeurer
  74. - croth1
  75. - jakirkham
  76. - jjhelmus
  77. - mingwandroid
  78. - msarahan
  79. - msarahan
  80. - ocefpaf
  81. - pelson
  82. remote_url: git@github.com:AnacondaRecipes/readline-feedstock.git
  83. sha: cb483f13dfde1e293829bd15f93ab99b86484950