- python:
    <<: *thirdparty_defaults
    version: 0.0.0.0
    mask: wls
    version_manager: git
    mode: dr
    source: https://github.com/python-cmake-buildsystem/python-cmake-buildsystem.git
    cmake_definitions:
        - BUILD_SHARED=TRUE
        - BUILD_STATIC=FALSE
        - USE_LIB64=TRUE
        - BUILD_EXTENSIONS_AS_BUILTIN=TRUE
        - INSTALL_DEVELOPMENT=TRUE
        - INSTALL_MANUAL=TRUE
    targets:
        - libpython3.5m:
            info:
                <<: *library_static_exact
            extra:
                default:
                    include:
                        - include/python3.5
                    system_depends:
                        - dl
                        - util
        - python3:
            info:
                <<: *executable_exact

