easyconfigs-it4i/ARCHIVE/p/paycheck/paycheck-1.0.2-goolf-1.4.10-Python-2.7.3.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

28 lines
815 B
Plaintext

easyblock = 'PythonPackage'
name = 'paycheck'
version = '1.0.2'
homepage = 'https://pypi.python.org/pypi/paycheck/'
description = """PayCheck is a half-baked implementation of ScalaCheck, which itself is an implementation of QuickCheck for Haskell. PayCheck is useful for defining a specification of what a function should do, rather than testing its results for a given input."""
toolchain = {'name': 'goolf', 'version': '1.4.10'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
python = 'Python'
local_pyver = '2.7.3'
versionsuffix = '-%s-%s' % (python, local_pyver)
dependencies = [(python, local_pyver)]
local_pyshortver = '.'.join(local_pyver.split('.')[:2])
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%s/site-packages/paycheck' % local_pyshortver],
}
moduleclass = 'devel'