Skip to content

Commit

Permalink
#431 update text-unicode EC to PythonPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Oct 22, 2024
1 parent 908d84b commit 55310d8
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions 431_Spyder/text-unidecode_2023b.eb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
easyblock = 'PythonBundle'
easyblock = 'PythonPackage'

name = 'text-unidecode'
version = '1.3'
Expand All @@ -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'

0 comments on commit 55310d8

Please sign in to comment.