Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
easyblock = 'PythonPackage'

name = 'Cython'
version = '0.26'
pyver = '2.7.13'
pyshortver = '2.7'
pysubver = '-bare'
versionsuffix = '-Python-%s%s' % (pyver, pysubver)

homepage = 'https://pypi.python.org/pypi/Cython/'

description = """
The Cython language makes writing C extensions for the Python language as easy
as Python itself. Cython is a source code translator based on the well-known
Pyrex, but supports more cutting edge functionality and optimizations.
"""

toolchain = {'name': 'GCCcore', 'version': '6.4.0'}

sources = [SOURCE_TAR_GZ]
source_urls = [PYPI_SOURCE]
checksums = ['4c24e2c22ddaed624d35229dc5db25049e9e225c6f64f3364326836cad8f2c66']

builddependencies = [
('binutils', '2.28'),
('Python', pyver, pysubver),
]

sanity_check_paths = {
'files': ['bin/cygdb', 'bin/%(namelower)s',
'lib/python%s/site-packages/%%(namelower)s.py' % pyshortver],
'dirs': ['lib/python%s/site-packages/%%(name)s' % pyshortver],
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add missing moduleclass