# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-cffi version 1.11.5 revision 0 categories-append devel platforms darwin license MIT python.versions 26 27 33 34 35 36 maintainers stromnov openmaintainer description Foreign Function Interface for Python calling C code. long_description Foreign Function Interface for Python calling C code. \ The aim of this project is to provide a convenient and \ reliable way of calling C code from Python. homepage http://cffi.readthedocs.org/ master_sites pypi:10/f7/3b302ff34045f25065091d40e074479d6893882faef135c96f181a57ed06 \ pypi:[string index ${python.rootname} 0]/${python.rootname} distname cffi-${version} checksums rmd160 d2dc3bae37502af50f756b2705d388777e7a541d \ sha256 e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4 if {${name} ne ${subport}} { patchfiles-append patch-setup.py.diff depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:libffi \ port:py${python.version}-pycparser livecheck.type none }