# This file created by conda-build 1.21.14+0.g4dfebe9.dirty
# meta.yaml template originally from:
# /recipe_root, last modified Sat Dec 31 19:19:08 2016
# ------------------------------------------------

package:
    name: sip
    version: '4.18'
source:
    fn: sip-4.18.tar.gz
    sha1: 6704854bc684de3b76c9db61ce54a74e7de5cf45
    url: http://sourceforge.net/projects/pyqt/files/sip/sip-4.18/sip-4.18.tar.gz
build:
    number: '1'
requirements:
    build:
        - python
    run:
        - python
test:
    files:
        - test
    imports:
        - sip
about:
    description: 'SIP is a tool that makes it very easy to create Python bindings
        for C and

        C++ libraries. SIP comprises a code generator and a Python module. The

        code generator processes a set of specification files and generates C or

        C++ code which is then compiled to create the bindings extension module.

        The SIP Python module provides support functions to the automatically

        generated code.

        '
    dev_url: https://github.com/ifwe/sip
    doc_url: http://pyqt.sourceforge.net/Docs/sip4/
    home: http://www.riverbankcomputing.com/software/sip/intro
    license: GPL-3.0
    license_file: LICENSE
    summary: Create Python bindings for C and C++ libraries
extra:
    recipe-maintainers:
        - ccordoba12
        - msarahan
        - ocefpaf