# -*- 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.7.2 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 0a2f415104ab044d4745c996fee217a8591e2b12 \ sha256 b723ab49b48c1604e5a3b5e838b0049eaa61e365408a71e40ba0a42d16472042 if {$subport != $name} { 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+)*)${extract.suffix}" }