From f852026b57e994f2dc6b225e542eb608450868b7 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Mon, 7 Dec 2020 20:01:23 +0100 Subject: [PATCH] protobuf has its own mr --- ...ython-3.13.0-GCCcore-9.3.0-Python-3.8.5.eb | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 Golden_Repo/p/protobuf-python/protobuf-python-3.13.0-GCCcore-9.3.0-Python-3.8.5.eb diff --git a/Golden_Repo/p/protobuf-python/protobuf-python-3.13.0-GCCcore-9.3.0-Python-3.8.5.eb b/Golden_Repo/p/protobuf-python/protobuf-python-3.13.0-GCCcore-9.3.0-Python-3.8.5.eb deleted file mode 100644 index 94df23d72..000000000 --- a/Golden_Repo/p/protobuf-python/protobuf-python-3.13.0-GCCcore-9.3.0-Python-3.8.5.eb +++ /dev/null @@ -1,35 +0,0 @@ -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' -- GitLab