meta.yaml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # This file created by conda-build 3.20.5
  2. # meta.yaml template originally from:
  3. # /tmp/build/80754af9/rsync-recipes/pysocks-1.7.1-python_3.9-on-linux_64, last modified Mon Aug 17 14:41:29 2020
  4. # ------------------------------------------------
  5. package:
  6. name: pysocks
  7. version: 1.7.1
  8. source:
  9. sha256: 3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0
  10. url: https://pypi.io/packages/source/P/PySocks/PySocks-1.7.1.tar.gz
  11. build:
  12. number: '0'
  13. script: /tmp/build/80754af9/pysocks_1605305812635/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/bin/python
  14. -m pip install . --no-deps -vv
  15. string: py39h06a4308_0
  16. requirements:
  17. host:
  18. - _libgcc_mutex 0.1 main
  19. - ca-certificates 2020.10.14 0
  20. - certifi 2020.6.20 pyhd3eb1b0_3
  21. - ld_impl_linux-64 2.33.1 h53a641e_7
  22. - libedit 3.1.20191231 h14c3975_1
  23. - libffi 3.3 he6710b0_2
  24. - libgcc-ng 9.1.0 hdf63c60_0
  25. - libstdcxx-ng 9.1.0 hdf63c60_0
  26. - ncurses 6.2 he6710b0_1
  27. - openssl 1.1.1h h7b6447c_0
  28. - pip 20.2.4 py39h06a4308_0
  29. - python 3.9.0 hcff3b4d_1
  30. - readline 8.0 h7b6447c_0
  31. - setuptools 50.3.1 py39h06a4308_1
  32. - sqlite 3.33.0 h62c20be_0
  33. - tk 8.6.10 hbc83047_0
  34. - tzdata 2020d h14c3975_0
  35. - wheel 0.35.1 pyhd3eb1b0_0
  36. - xz 5.2.5 h7b6447c_0
  37. - zlib 1.2.11 h7b6447c_3
  38. run:
  39. - python >=3.9,<3.10.0a0
  40. test:
  41. imports:
  42. - socks
  43. about:
  44. dev_url: https://github.com/Anorov/PySocks
  45. doc_url: https://github.com/Anorov/PySocks/blob/master/README.md
  46. home: https://github.com/Anorov/PySocks
  47. license: BSD 3-Clause
  48. license_family: BSD
  49. license_file: LICENSE
  50. summary: A Python SOCKS client module. See https://github.com/Anorov/PySocks for
  51. more information.
  52. extra:
  53. copy_test_source_files: true
  54. final: true
  55. recipe-maintainers:
  56. - ocefpaf
  57. - pmlandwehr