diff --git a/431_Spyder/text-unidecode_2023b.eb b/431_Spyder/text-unidecode_2023b.eb index 669e440c..66af7e16 100644 --- a/431_Spyder/text-unidecode_2023b.eb +++ b/431_Spyder/text-unidecode_2023b.eb @@ -1,4 +1,4 @@ -easyblock = 'PythonBundle' +easyblock = 'PythonPackage' name = 'text-unidecode' version = '1.3' @@ -8,18 +8,14 @@ description = """Text-unidecode is the most basic port of the Text::Unidecode Pe toolchain = {'name': 'GCCcore', 'version': '13.2.0'} +sources = [SOURCE_TAR_GZ] +checksums = ['bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93'] + builddependencies = [('binutils', '2.40')] -dependencies = [ - ('Python', '3.11.5'), -] +dependencies = [('Python', '3.11.5')] use_pip = True +download_dep_fail = True sanity_pip_check = True -exts_list = [ - (name, version, { - 'checksums': ['bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93'], - }), -] - moduleclass = 'devel'