# -*- 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 0.8.1 revision 0 categories-append devel platforms darwin license MIT python.versions 26 27 32 33 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 http://pypi.python.org/packages/source/c/cffi/ distname cffi-${version} checksums rmd160 641653d4a998cce52a192315fc86f078ff4999ce \ sha256 1db1eff2093e31eaaa83b274f8c6d5d2dad2908d43a301185d205e5d256d6818 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:libffi depends_run-append port:py${python.version}-pycparser livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex {cffi-(\d+(?:\.\d+)*)\.[tz]} }