# -*- 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

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        ompl pyplusplus 1.8.7
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                py-pyplusplus
epoch               10
python.versions     39 310 311 312 313
categories-append   devel
maintainers         {mmoll @mamoll} openmaintainer
license             Boost-1
description         Py++ is a framework for creating a code generator for Boost.Python library and ctypes package
long_description    {*}${description}
supported_archs     noarch
platforms           {darwin any}
checksums           rmd160  5c875345c32c435323b881841e1e77a43f7b914a \
                    sha256  04e4e261607b95571f3b72a713f2380bf5c0930ad0bfa066df97d4ef018f9ab5 \
                    size    3415386

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-setuptools \
                    port:py${python.version}-pygccxml
}
