easyblock = 'PythonPackage' name = 'cppy' version = '1.1.0' homepage = "https://github.com/nucleic/cppy" description = """A small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations.""" toolchain = {'name': 'GCCcore', 'version': '11.2.0'} builddependencies = [('binutils', '2.37')] dependencies = [ ('Python', '3.9.6'), ] source_urls = ['https://github.com/nucleic/cppy/archive/refs/tags/'] sources = ['%(version)s.tar.gz'] checksums = ['40a9672df1ec2d7f0b54f70e574101f42131c0f5e47980769f68085e728a4934'] download_dep_fail = True sanity_pip_check = True use_pip = True moduleclass = 'tools'