1 | 8c8 |
---|
2 | < version 0.2.9 |
---|
3 | --- |
---|
4 | > version 0.2.11 |
---|
5 | 23d22 |
---|
6 | < distname ${my_name}-${version} |
---|
7 | 25,26c24,27 |
---|
8 | < checksums rmd160 161e7b17b025ccf5b0925a34aa0f081ccd3651e9 \ |
---|
9 | < sha256 bfd694272b3d1efc51726d0c27650b3c3ba1345f7f8fdada7e86c9751ce0f2a1 |
---|
10 | --- |
---|
11 | > distname ${my_name}-${version} |
---|
12 | > checksums md5 7e4c88139284033f67b4336c74eda3b8 \ |
---|
13 | > rmd160 7a6bb88f56622555e77eb799e4ee74ff970b6e92 \ |
---|
14 | > sha256 93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74 |
---|
15 | 30c31 |
---|
16 | < python.versions 27 34 35 |
---|
17 | --- |
---|
18 | > python.versions 27 34 35 36 |
---|
19 | 33a35,37 |
---|
20 | > depends_build-append \ |
---|
21 | > port:py${python.version}-sphinx |
---|
22 | > |
---|
23 | 42a47,55 |
---|
24 | > post-destroot { |
---|
25 | > xinstall -d ${destroot}${prefix}/share/doc/py${python.version}-pyaudio |
---|
26 | > xinstall -m 640 {*}[glob ${worksrcpath}/examples/*] \ |
---|
27 | > ${destroot}${prefix}/share/doc/py${python.version}-pyaudio |
---|
28 | > xinstall -d ${destroot}${prefix}/share/examples/py-pyaudio |
---|
29 | > xinstall -m 640 {*}[glob ${worksrcpath}/examples/*] \ |
---|
30 | > ${destroot}${prefix}/share/examples/py-pyaudio |
---|
31 | > } |
---|
32 | > |
---|
33 | 46c59,60 |
---|
34 | < livecheck.name ${my_name} |
---|
35 | --- |
---|
36 | > livecheck.url [lindex ${master_sites} 0] |
---|
37 | > livecheck.regex pyaudio-(\[0-9.\]+)${extract.suffix} |
---|