From 21d9640c0bb42512efcb96dc04074b265f56bbc6 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Mon, 12 Dec 2022 15:57:59 +0100 Subject: [PATCH] wrong place --- .../pretty-yaml-21.10.1-GCCcore-11.3.0.eb | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 Golden_Repo/p/pretty-yaml/pretty-yaml-21.10.1-GCCcore-11.3.0.eb diff --git a/Golden_Repo/p/pretty-yaml/pretty-yaml-21.10.1-GCCcore-11.3.0.eb b/Golden_Repo/p/pretty-yaml/pretty-yaml-21.10.1-GCCcore-11.3.0.eb deleted file mode 100644 index cea99c448..000000000 --- a/Golden_Repo/p/pretty-yaml/pretty-yaml-21.10.1-GCCcore-11.3.0.eb +++ /dev/null @@ -1,31 +0,0 @@ -easyblock = 'PythonPackage' - -name = 'pretty-yaml' -local_mod = 'pyaml' -version = '21.10.1' - -homepage = 'https://github.com/mk-fg/pretty-yaml' -description = """PyYAML-based python module to produce pretty and readable YAML-serialized data. -This module is for serialization only, see ruamel.yaml module for literate YAML -parsing (keeping track of comments, spacing, line/column numbers of values, etc).""" - -toolchain = {'name': 'GCCcore', 'version': '11.3.0'} - -source_urls = ['https://pypi.python.org/packages/source/p/%s/' % local_mod] -sources = ['%s-%%(version)s.tar.gz' % local_mod] -checksums = ['c6519fee13bf06e3bb3f20cacdea8eba9140385a7c2546df5dbae4887f768383'] - -builddependencies = [('binutils', '2.38')] - -dependencies = [ - ('Python', '3.10.4'), - ('PyYAML', '6.0'), -] - -use_pip = True -download_dep_fail = True -sanity_pip_check = True - -options = {'modulename': local_mod} - -moduleclass = 'lib' -- GitLab