Source
xxxxxxxxxx
PortSystem 1.0
PortGroup python 1.0
PortGroup bitbucket 1.0
bitbucket.setup ompl pyplusplus 1.8.0
name py-pyplusplus
epoch 4
python.versions 27 34 35 36
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}
platforms darwin
supported_archs noarch
checksums rmd160 e5ab5c318ce783475b90ac492283970d946b05f1 \
sha256 5d2880dde8c5fa7720da2a7a03816d7ce594aa11548f77f5388d82636a4ec9fb
if {${name} ne ${subport}} {
depends_lib port:py${python.version}-setuptools port:py${python.version}-pygccxml
livecheck.type none
}