# -*- 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 python25 1.0 name py25-cython version 0.9.8 categories python devel maintainers openmaintainer akira cornell.edu:ajb78 platforms darwin description A language for writing C extension modules for Python. long_description Cython is a language that makes writing C extensions for\ the Python language as easy as Python itself. Cython is\ based on the well-known Pyrex, but supports more cutting\ edge functionality and optimizations homepage http://www.cython.org/ master_sites ${homepage} distname Cython-${version} checksums md5 dac0f6c217437819f620da18a97d505f \ sha1 0066194ec056bfe90ef8358b06501a5250e7f10f \ rmd160 84e2d4ae5f092494ebdf8a8f50b9643535693568 depends_lib port:py25-hashlib post-destroot { xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \ extension_types.html index.html overview.html primes.c sharing.html \ special_methods.html ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} CHANGES_pyrex.txt INSTALL.txt README.txt\ ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name} }