Commits
Ryan Schmidt authored 074e3b2ab37
15 15 | PDFKit and CoreVideo framework wrappers \ |
16 16 | for use with PyObjC. |
17 17 | |
18 18 | homepage http://pyobjc.sourceforge.net/ |
19 19 | master_sites pypi:p/pyobjc-framework-Quartz/ |
20 20 | distname pyobjc-framework-Quartz-${version} |
21 21 | |
22 22 | checksums rmd160 7509318b3a5e40079ae09d4b708ceb393adfb732 \ |
23 23 | sha256 b12a8af65312dd2f06f62a8bf73a56d8f3fbad90adda4038757356d7624ce391 |
24 24 | |
25 - | python.versions 27 34 35 |
25 + | python.versions 27 34 35 36 |
26 26 | |
27 27 | if {${name} ne ${subport}} { |
28 28 | depends_lib port:py${python.version}-pyobjc \ |
29 29 | port:py${python.version}-pyobjc-cocoa |
30 30 | |
31 31 | post-destroot { |
32 32 | xinstall -m 644 -W ${worksrcpath} \ |
33 33 | LICENSE.txt README.txt \ |
34 34 | ${destroot}${prefix}/share/doc/${subport} |
35 35 | copy ${worksrcpath}/Examples \ |