# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-cffi version 1.8.3 revision 0 categories-append devel platforms darwin license MIT python.versions 26 27 33 34 35 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:[string index ${python.rootname} 0]/${python.rootname} distname cffi-${version} checksums rmd160 e13f80925e01699719788a82f8926069084a1d2f \ sha256 c321bd46faa7847261b89c0469569530cad5a41976bb6dba8202c0159f476568 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 } else { livecheck.type pypi }