# IT4Innovations 2022 # JK easyblock = 'JAR' name = 'JUnit' version = '4.13.2' versionsuffix = '-Java-%(javaver)s' homepage = 'http://sourceforge.net/projects/junit' description = """A programmer-oriented testing framework for Java.""" toolchain = SYSTEM source_urls = ['http://search.maven.org/remotecontent?filepath=junit/junit/%(version)s/'] sources = ['%(namelower)s-%(version)s.jar'] checksums = ['8e495b634469d64fb8acfa3495a065cbacc8a0fff55ce1e31007be4c16dc57d3'] dependencies = [('Java', '13', '', True)] sanity_check_paths = { 'files': sources, 'dirs': [], } moduleclass = 'devel'