PycURL-7.45.3-GCCcore-13.3.0.eb 817 B

1234567891011121314151617181920212223242526272829
  1. # This easyconfig was created by Simon Branford of the BEAR Software team at the University of Birmingham.
  2. easyblock = 'PythonPackage'
  3. name = 'PycURL'
  4. version = '7.45.3'
  5. homepage = 'http://pycurl.io/'
  6. description = """PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL
  7. from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of
  8. features."""
  9. toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
  10. sources = [SOURCELOWER_TAR_GZ]
  11. checksums = ['8c2471af9079ad798e1645ec0b0d3d4223db687379d17dd36a70637449f81d6b']
  12. builddependencies = [
  13. ('binutils', '2.42'),
  14. ]
  15. dependencies = [
  16. ('Python', '3.12.3'),
  17. ('cURL', '8.7.1'),
  18. ]
  19. download_dep_fail = True
  20. sanity_pip_check = True
  21. use_pip = True
  22. moduleclass = 'tools'