easyconfigs-it4i/j/JUnit/JUnit-4.13.2-Java-13.eb
Jakub Kropacek e904d38e99 modified: i/irodsfs/irodsfs-0.7.6.eb
new file:   j/JUnit/JUnit-4.13.2-Java-13.eb
	new file:   l/libreoffice/libreoffice-7.4.1.1-GCCcore-11.3.0.eb
	new file:   l/libreoffice/out
	new file:   x/XMLSec/XMLSec-1.2.34-GCCcore-11.3.0.eb
2022-09-19 14:25:35 +02:00

27 lines
605 B
Plaintext

# 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'