mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-29 09:33:05 +01:00

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
28 lines
815 B
Plaintext
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'
|