We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad82067 commit e8c7d3eCopy full SHA for e8c7d3e
setupext.py
@@ -73,14 +73,6 @@ def get_fd_hash(fd):
73
return hasher.hexdigest()
74
75
76
-def get_file_hash(filename):
77
- """
78
- Get the SHA256 hash of a given filename.
79
80
- with open(filename, 'rb') as fd:
81
- return get_fd_hash(fd)
82
-
83
84
def download_or_cache(url, sha):
85
"""
86
Get bytes from the given url or local cache.
@@ -346,14 +338,6 @@ def get_buffer_hash(fd):
346
338
347
339
348
340
349
350
351
352
353
354
- return get_buffer_hash(fd)
355
356
357
341
class PkgConfig(object):
358
342
359
343
This is a class for communicating with pkg-config.
0 commit comments