mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
31 lines
672 B
Plaintext
31 lines
672 B
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'pkgconfig'
|
|
version = '1.5.1'
|
|
versionsuffix = '-Python-3.8.6'
|
|
|
|
homepage = 'https://github.com/matze/pkgconfig'
|
|
description = """pkgconfig is a Python module to interface with the pkg-config command line tool"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = ['97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f']
|
|
|
|
builddependencies = [('binutils', '2.35')]
|
|
|
|
dependencies = [
|
|
('Python', '3.8.6'),
|
|
('pkg-config', '0.29.2'),
|
|
]
|
|
|
|
use_pip = True
|
|
download_dep_fail = True
|
|
sanity_pip_check = True
|
|
|
|
moduleclass = 'devel'
|