| 1234567891011121314151617181920212223242526272829 |
- # This easyconfig was created by Simon Branford of the BEAR Software team at the University of Birmingham.
- easyblock = 'PythonPackage'
- name = 'PycURL'
- version = '7.45.3'
- homepage = 'http://pycurl.io/'
- description = """PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL
- from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of
- features."""
- toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
- sources = [SOURCELOWER_TAR_GZ]
- checksums = ['8c2471af9079ad798e1645ec0b0d3d4223db687379d17dd36a70637449f81d6b']
- builddependencies = [
- ('binutils', '2.42'),
- ]
- dependencies = [
- ('Python', '3.12.3'),
- ('cURL', '8.7.1'),
- ]
- download_dep_fail = True
- sanity_pip_check = True
- use_pip = True
- moduleclass = 'tools'
|