You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
24 lines
880 B
Plaintext
24 lines
880 B
Plaintext
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup ompl pyplusplus 1.8.4
|
|
name py-pyplusplus
|
|
epoch 7
|
|
python.versions 27 35 36 37 38 39
|
|
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 3c4fad912c55af910871980e3beb3e3e8c5d84c4 \
|
|
sha256 a2e43d5097b134e644021fdd9f26ce31488fd8a4e88b659ac655675bb74372ce \
|
|
size 3415348
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib port:py${python.version}-setuptools port:py${python.version}-pygccxml
|
|
livecheck.type none
|
|
}
|