Commits
Mark Moll authored 1404d83c99f
1 1 | PortSystem 1.0 |
2 2 | PortGroup python 1.0 |
3 3 | PortGroup bitbucket 1.0 |
4 4 | |
5 - | bitbucket.setup ompl pyplusplus 1.8.0 |
5 + | bitbucket.setup ompl pyplusplus 1.8.1 |
6 6 | name py-pyplusplus |
7 - | epoch 4 |
7 + | epoch 5 |
8 8 | python.versions 27 34 35 36 |
9 9 | categories-append devel |
10 10 | maintainers {mmoll @mamoll} openmaintainer |
11 11 | license Boost-1 |
12 12 | description Py++ is a framework for creating a code generator for Boost.Python library and ctypes package |
13 13 | long_description ${description} |
14 14 | platforms darwin |
15 15 | supported_archs noarch |
16 - | checksums rmd160 e5ab5c318ce783475b90ac492283970d946b05f1 \ |
17 - | sha256 5d2880dde8c5fa7720da2a7a03816d7ce594aa11548f77f5388d82636a4ec9fb |
16 + | checksums rmd160 85044ba84db2289134b5eeecd169e875720e3e7d \ |
17 + | sha256 97b9f0c61662f622f880ec0838eb25d4ffcf97910bd187feb5199ddad53c8640 \ |
18 + | size 3373662 |
18 19 | |
19 20 | if {${name} ne ${subport}} { |
20 21 | depends_lib port:py${python.version}-setuptools port:py${python.version}-pygccxml |
21 22 | livecheck.type none |
22 23 | } |