Skip to content
Snippets Groups Projects
Commit f852026b authored by Alexandre Strube's avatar Alexandre Strube
Browse files

protobuf has its own mr

parent a636a0d4
Branches
Tags
No related merge requests found
easyblock = 'PythonPackage'
name = 'protobuf-python'
version = '3.13.0'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://github.com/google/protobuf/'
description = """Python Protocol Buffers runtime library."""
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
site_contacts = 'a.strube@fz-juelich.de'
source_urls = ['https://pypi.python.org/packages/source/p/protobuf']
sources = [{'download_filename': 'protobuf-%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}]
dependencies = [
('Python', '3.8.5'),
('protobuf', version)
]
download_dep_fail = True
use_pip = True
sanity_pip_check = True
# Make sure protobuf is installed as a regular folder or it will not be found if
# other google packages are installed in other site-packages folders
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/google/protobuf'],
}
options = {'modulename': 'google.protobuf'}
moduleclass = 'devel'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment