meta.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # This file created by conda-build 3.21.8
  2. # meta.yaml template originally from:
  3. # /tmp/build/80754af9/rsync-recipes/pluggy-1.0.0-python_3.9-on-linux_64, last modified Wed Mar 23 13:25:41 2022
  4. # ------------------------------------------------
  5. package:
  6. name: pluggy
  7. version: 1.0.0
  8. source:
  9. fn: pluggy-1.0.0.tar.gz
  10. sha256: 4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159
  11. url: https://pypi.io/packages/source/p/pluggy/pluggy-1.0.0.tar.gz
  12. build:
  13. number: '1'
  14. script: python -m pip install . --no-deps --ignore-installed
  15. string: py39h06a4308_1
  16. requirements:
  17. host:
  18. - _libgcc_mutex 0.1 main
  19. - _openmp_mutex 4.5 1_gnu
  20. - ca-certificates 2022.2.1 h06a4308_0
  21. - certifi 2021.10.8 py39h06a4308_2
  22. - ld_impl_linux-64 2.35.1 h7274673_9
  23. - libffi 3.3 he6710b0_2
  24. - libgcc-ng 9.3.0 h5101ec6_17
  25. - libgomp 9.3.0 h5101ec6_17
  26. - libstdcxx-ng 9.3.0 hd4cf53a_17
  27. - ncurses 6.3 h7f8727e_2
  28. - openssl 1.1.1n h7f8727e_0
  29. - packaging 21.3 pyhd3eb1b0_0
  30. - pip 21.2.4 py39h06a4308_0
  31. - pyparsing 3.0.4 pyhd3eb1b0_0
  32. - python 3.9.7 h12debd9_1
  33. - readline 8.1.2 h7f8727e_1
  34. - setuptools 58.0.4 py39h06a4308_0
  35. - setuptools-scm 6.3.2 pyhd3eb1b0_0
  36. - setuptools_scm 6.3.2 hd3eb1b0_0
  37. - sqlite 3.38.0 hc218d9a_0
  38. - tk 8.6.11 h1ccaba5_0
  39. - tomli 1.2.2 pyhd3eb1b0_0
  40. - tzdata 2021e hda174b7_0
  41. - wheel 0.37.1 pyhd3eb1b0_0
  42. - xz 5.2.5 h7b6447c_0
  43. - zlib 1.2.11 h7f8727e_4
  44. run:
  45. - python >=3.9,<3.10.0a0
  46. test:
  47. command:
  48. - pip check
  49. imports:
  50. - pluggy
  51. requires:
  52. - pip
  53. about:
  54. dev_url: https://github.com/pytest-dev/pluggy/
  55. doc_url: https://pluggy.readthedocs.io/en/latest/
  56. home: https://github.com/pytest-dev/pluggy
  57. license: MIT
  58. license_family: MIT
  59. license_file: LICENSE
  60. summary: Plugin registration and hook calling for Python
  61. extra:
  62. copy_test_source_files: true
  63. final: true
  64. recipe-maintainers:
  65. - JohnGreeley
  66. - nicoddemus